@charset "UTF-8";
/*
Theme Name: Trusty Pet Supplies WordPress Theme
Theme URI: https://webstroke.co.uk
Author: Webstroke/Jamie Ball
Author URI: https://webstroke.co.uk
Description: WordPress Theme For Trusty Pet Supplies, commissioned September 2016
Version: 1.0
*/
html {
  box-sizing: border-box;
}

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

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 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 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
@media screen and (min-width: 767px) {
  a:active,
  a:hover {
    outline-width: 0;
  }
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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;
}

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

/**
 * 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;
}

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

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

/**
 * 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 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * 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 OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

@font-face {
  font-family: "trusty-webfont";
  src: url("fonts/trusty-web-font.woff2") format("woff2"), url("fonts/trusty-web-font.woff") format("woff"), url("fonts/trusty-web-font.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
*:focus {
  outline: 0;
}

body {
  color: #111;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  left: 0;
  transition: left 0.4s;
  min-width: 320px;
}
@media screen and (max-width: 766px) {
  body.active-nav, body.active-filters {
    left: 200px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "trusty-webfont", Arial;
  margin: 0 0 20px;
}

h1 {
  font-size: 40px;
  line-height: 60px;
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 60px;
    line-height: 80px;
  }
}
@media screen and (max-width: 766px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

h2 {
  font-size: 30px;
  line-height: 40px;
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

h3 {
  font-size: 24px;
  line-height: 40px;
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 30px;
    line-height: 50px;
  }
}

a {
  text-decoration: none !important;
}

h4, h5, h6 {
  font-size: 16px;
  line-height: 20px;
}

p {
  margin: 0 0 20px;
  line-height: 20px;
}

ul {
  padding: 0;
  margin: 0 0 20px;
}

.page-content p + ul {
  margin-left: 20px;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

form {
  margin: 0 20px 20px;
}

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

legend {
  font-weight: bold;
  margin-bottom: 20px;
}

label {
  display: block;
  margin-bottom: 5px;
}

abbr {
  display: none;
}

select {
  display: block;
  margin-bottom: 20px;
}

.styled-select {
  background: #fff;
  border: 2px solid #ddd;
  width: 200px;
  padding: 0 10px;
  height: 40px;
  margin-bottom: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .styled-select {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
.styled-select select {
  background-color: transparent;
  border: none;
  font-size: 16px;
  height: 36px;
  margin-bottom: 0;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .styled-select {
    height: 50px;
    padding: 0 15px;
    width: 230px;
  }
  .styled-select select {
    height: 46px;
    width: 200px;
    font-size: 20px;
  }
}

input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password] {
  display: inline-block;
  height: 40px;
  width: 100%;
  max-width: 600px;
  padding: 0 20px;
  line-height: 40px;
  border: 2px solid #ddd;
  font-family: Arial, sans-serif;
  -webkit-appearance: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 1200px) {
  input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password] {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=password]:focus {
  outline: 0;
  border-color: #555;
}
input[type=text]:focus:valid, input[type=email]:focus:valid, input[type=tel]:focus:valid, input[type=number]:focus:valid, input[type=password]:focus:valid {
  border-color: #008e07;
}
input[type=text]:focus:invalid, input[type=email]:focus:invalid, input[type=tel]:focus:invalid, input[type=number]:focus:invalid, input[type=password]:focus:invalid {
  border-color: #f70000;
}
@media screen and (min-width: 1200px) {
  input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password] {
    height: 50px;
    padding: 0 25px;
  }
}

input[type=submit] {
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
}
input[type=submit].grey, .products .type-product input[type=submit].added_to_cart {
  background: #ddd;
  color: #111;
}
input[type=submit]:focus {
  outline: 0;
}
input[type=submit]:hover {
  background: #ddd;
  color: #111;
}

textarea {
  display: inline-block;
  border: 2px solid #ddd;
  padding: 15px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  outline: 0;
  resize: none;
}
@media screen and (min-width: 1200px) {
  textarea {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}

.wpcf7-form {
  margin: 0 !important;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form textarea {
  max-width: 400px;
}
.wpcf7-form textarea {
  height: 120px;
}
.wpcf7-form label {
  margin-bottom: 0;
}

hr {
  margin: 0 auto 20px;
  border: none;
  height: 4px;
  background: #04008f;
  max-width: 960px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 1200px) {
  hr {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}

a {
  color: #555;
}
@media screen and (min-width: 767px) {
  a:hover {
    color: #04008f;
  }
}

i {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center center;
}
i.nav-toggle {
  background-image: url("img/icon-menu.png");
  background-size: 20px 20px;
}
i.nav-toggle-active {
  background-image: url("img/icon-menu-close.png");
}
i.home {
  background-image: url("img/icon-kennel.png");
}
i.account {
  background-image: url("img/icon-account.png");
}
i.basket {
  background-image: url("img/icon-basket.png");
}
i.search, i.search-toggle {
  background-image: url("img/icon-search.png");
  background-size: 20px 20px;
}
i.home-white {
  background-image: url("img/icon-kennel-white.png");
}
i.account-white {
  background-image: url("img/icon-account-white.png");
}
i.basket-white {
  background-image: url("img/icon-basket-white.png");
}
i.search-white {
  background-image: url("img/icon-search-white.png");
}
i.tick-box {
  background-image: url("img/icon-tick-box.png");
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #555;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #555;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #555;
}

:-moz-placeholder { /* Firefox 18- */
  color: #555;
}

.button, .variations_form .single_add_to_cart_button, .products .type-product .added_to_cart, input[type=submit] {
  cursor: pointer;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background: #04008f;
  color: #fff;
  font-weight: bold;
  padding: 0 16px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .button, .variations_form .single_add_to_cart_button, .products .type-product .added_to_cart, input[type=submit] {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
.button.grey, .variations_form .grey.single_add_to_cart_button, .products .type-product .added_to_cart, input.grey[type=submit] {
  background: #ddd;
  color: #111;
}
.button.red, .variations_form .red.single_add_to_cart_button, .products .type-product .red.added_to_cart, input.red[type=submit] {
  background: #f70000;
}
.button.large, .place-order .button, .wc-proceed-to-checkout .button, .variations_form .single_add_to_cart_button, .product-right .button, .products .type-product .large.added_to_cart, .place-order .products .type-product .added_to_cart, .products .type-product .place-order .added_to_cart, .wc-proceed-to-checkout .products .type-product .added_to_cart, .products .type-product .wc-proceed-to-checkout .added_to_cart, .products .type-product .variations_form .added_to_cart.single_add_to_cart_button, .variations_form .products .type-product .added_to_cart.single_add_to_cart_button, .product-right .products .type-product .added_to_cart, .products .type-product .product-right .added_to_cart, input.large[type=submit], .place-order input[type=submit], .wc-proceed-to-checkout input[type=submit], .product-right input[type=submit] {
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  padding: 0 36px;
  border-radius: 30px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
}
.button.large:hover, .place-order .button:hover, .wc-proceed-to-checkout .button:hover, .variations_form .single_add_to_cart_button:hover, .product-right .button:hover, .products .type-product .large.added_to_cart:hover, .place-order .products .type-product .added_to_cart:hover, .products .type-product .place-order .added_to_cart:hover, .wc-proceed-to-checkout .products .type-product .added_to_cart:hover, .products .type-product .wc-proceed-to-checkout .added_to_cart:hover, .product-right .products .type-product .added_to_cart:hover, .products .type-product .product-right .added_to_cart:hover, input.large[type=submit]:hover, .place-order input[type=submit]:hover, .wc-proceed-to-checkout input[type=submit]:hover, .product-right input[type=submit]:hover {
  background: #04008f;
  color: #fff;
}
.button:hover, .variations_form .single_add_to_cart_button:hover, .products .type-product .added_to_cart:hover, input[type=submit]:hover {
  background: #ddd;
  color: #111;
}
@media screen and (min-width: 1200px) {
  .button, .variations_form .single_add_to_cart_button, .products .type-product .added_to_cart, input[type=submit] {
    height: 50px;
    line-height: 50px;
    padding: 0 22px;
  }
}

a.button, .variations_form a.single_add_to_cart_button, .products .type-product a.added_to_cart {
  text-decoration: none;
}

.header {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 15px;
  position: relative;
  transition: margin-bottom 0.4s;
}
.header::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (max-width: 979px) {
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 766px) {
  .header {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    padding-bottom: 20px;
  }
}

.header-left {
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 30.6607892694%;
}
.header-left:last-child {
  margin-right: 0;
}
@media screen and (max-width: 979px) {
  .header-left {
    margin-top: 30px;
  }
}
@media screen and (max-width: 766px) {
  .header-left {
    margin-top: 20px;
  }
}
@media screen and (max-width: 400px) {
  .header-left {
    float: left;
    display: block;
    margin-right: 4.008816096%;
    width: 21.993387928%;
  }
  .header-left:last-child {
    margin-right: 0;
  }
}
.header-left .header-phone {
  font-size: 14px;
  color: #888888;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 979px) {
  .header-left .header-phone {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .header-left .header-phone {
    font-size: 16px;
  }
}
.header-left .header-mobile-nav-toggle, .header-left .header-mobile-search-toggle {
  display: none;
  cursor: pointer;
  float: left;
  background: #c4c4c4;
  padding: 4px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .header-left .header-mobile-nav-toggle, .header-left .header-mobile-search-toggle {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 766px) {
  .header-left .header-mobile-nav-toggle, .header-left .header-mobile-search-toggle {
    display: block;
  }
}
.header-left .header-search {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 10px;
}
.header-left .header-search::after {
  clear: both;
  content: "";
  display: block;
}
.header-left .header-search .search-query {
  height: 40px;
  width: 200px;
  background: #ddd;
  border: none;
  display: block;
  float: left;
  padding: 0 20px;
  line-height: 40px;
  -webkit-appearance: none;
  margin-bottom: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-left-radius: 20px;
  -moz-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .header-left .header-search .search-query {
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media screen and (min-width: 1200px) {
  .header-left .header-search .search-query {
    -webkit-border-top-left-radius: 25px;
    -moz-border-top-left-radius: 25px;
    border-top-left-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-bottom-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
}
.header-left .header-search .search-query:focus {
  outline: 0;
}
@media screen and (max-width: 979px) {
  .header-left .header-search .search-query {
    width: 120px;
  }
}
.header-left .header-search .search-submit {
  background: #c4c4c4;
  display: block;
  float: left;
  height: 40px;
  width: 40px;
  padding: 10px;
  -webkit-appearance: none;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-right-radius: 20px;
  -moz-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .header-left .header-search .search-submit {
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media screen and (min-width: 1200px) {
  .header-left .header-search .search-submit {
    -webkit-border-top-right-radius: 25px;
    -moz-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
}
@media screen and (max-width: 766px) {
  .header-left .header-search {
    position: absolute;
    background: #fff;
    padding: 0 20px 20px;
    text-align: center;
    z-index: 7;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    height: 60px;
    transition: top 0.4s;
  }
  .header-left .header-search .search-query {
    width: 240px;
    position: relative;
    left: 50%;
    margin-left: -140px;
  }
  .header-left .header-search .search-submit {
    position: relative;
    left: 50%;
    margin-left: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .header-left .header-search .search-query {
    height: 50px;
    line-height: 50px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .header-left .header-search .search-query {
    -webkit-border-top-left-radius: 25px;
    -moz-border-top-left-radius: 25px;
    border-top-left-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-bottom-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .header-left .header-search .search-submit {
    height: 50px;
    width: 50px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .header-left .header-search .search-submit {
    -webkit-border-top-right-radius: 25px;
    -moz-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
}
.header-left .header-email a {
  text-decoration: none;
  color: #555;
  font-family: "trusty-webfont", Arial;
}
@media screen and (max-width: 979px) {
  .header-left .header-email {
    font-size: 14px;
  }
}
@media screen and (max-width: 766px) {
  .header-left .header-email {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .header-left .header-email a {
    display: block;
  }
}

.header-logo {
  margin-top: 20px;
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 30.6607892694%;
  line-height: 0;
}
.header-logo:last-child {
  margin-right: 0;
}
@media screen and (max-width: 400px) {
  .header-logo {
    margin-top: 25px;
    float: left;
    display: block;
    margin-right: 4.008816096%;
    width: 47.995591952%;
  }
  .header-logo:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .header-logo {
    text-align: center;
    margin-top: 20px;
  }
  .header-logo img {
    max-height: 125px;
    width: auto;
  }
}

.header-right {
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 30.6607892694%;
  text-align: right;
  line-height: 0;
}
.header-right:last-child {
  margin-right: 0;
}
@media screen and (max-width: 979px) {
  .header-right {
    margin-top: 30px;
  }
}
@media screen and (max-width: 766px) {
  .header-right {
    margin-top: 20px;
  }
}
@media screen and (max-width: 400px) {
  .header-right {
    float: left;
    display: block;
    margin-right: 4.008816096%;
    width: 21.993387928%;
  }
  .header-right:last-child {
    margin-right: 0;
  }
}
.header-right .header-right-links {
  list-style-type: none;
  margin: 10px 0 20px;
  height: 20px;
}
.header-right .header-right-links li {
  display: inline-block;
  line-height: 20px;
  margin-left: 10px;
}
.header-right .header-right-links a {
  color: #888888;
  font-size: 14px;
}
@media screen and (max-width: 979px) {
  .header-right .header-right-links {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .header-right .header-right-links {
    height: 25px;
  }
  .header-right .header-right-links li {
    line-height: 25px;
    height: 25px;
  }
  .header-right .header-right-links a {
    display: block;
    line-height: 25px;
    font-size: 16px;
  }
}
.header-right .header-icons {
  display: inline-block;
  list-style-type: none;
  margin-bottom: 10px;
  width: auto;
  position: relative;
}
.header-right .header-icons::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (max-width: 766px) {
  .header-right .header-icons {
    margin-bottom: 0;
  }
}
.header-right .header-icons li {
  display: block;
  float: left;
}
.header-right .header-icons a {
  background: #c4c4c4;
  display: block;
  width: 40px;
  height: 40px;
  padding: 10px;
}
.header-right .header-icons i {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}
@media screen and (min-width: 1200px) {
  .header-right .header-icons a {
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 8px;
  }
  .header-right .header-icons i {
    width: 25px;
    height: 25px;
    background-size: 25px;
    background-position: center center;
  }
}
@media screen and (max-width: 766px) {
  .header-right .header-icons .account-link {
    display: none;
  }
}
.header-right .header-icons .account-link a {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 1200px) {
  .header-right .header-icons .account-link a {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 766px) {
  .header-right .header-icons .account-link a {
    margin-right: 10px;
  }
}
.header-right .header-icons .basket-link a {
  -webkit-border-top-left-radius: 20px;
  -moz-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .header-right .header-icons .basket-link a {
    -webkit-border-top-left-radius: 25px;
    -moz-border-top-left-radius: 25px;
    border-top-left-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-bottom-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
}
@media screen and (max-width: 766px) {
  .header-right .header-icons .basket-link a {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 766px) and (min-width: 1200px) {
  .header-right .header-icons .basket-link a {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .header-right .header-icons .basket-link a {
    -webkit-border-top-left-radius: 25px;
    -moz-border-top-left-radius: 25px;
    border-top-left-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-bottom-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 12px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .header-right .header-icons .basket-link a {
    -webkit-border-top-left-radius: 31.25px;
    -moz-border-top-left-radius: 31.25px;
    border-top-left-radius: 31.25px;
    -webkit-border-bottom-left-radius: 31.25px;
    -moz-border-bottom-left-radius: 31.25px;
    border-bottom-left-radius: 31.25px;
  }
}
.header-right .header-icons .basket-count {
  line-height: 40px;
}
.header-right .header-icons .basket-count a {
  -webkit-border-top-right-radius: 20px;
  -moz-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  text-decoration: none;
  color: #555;
  background: #ddd;
  margin-left: 0;
  padding: 0 15px 0 15px;
  text-align: center;
  width: auto;
}
@media screen and (min-width: 1200px) {
  .header-right .header-icons .basket-count a {
    -webkit-border-top-right-radius: 25px;
    -moz-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
}
.header-right .header-icons .basket-count.active a {
  color: #111;
}
@media screen and (max-width: 979px) {
  .header-right .header-icons .basket-count {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .header-right .header-icons .basket-count {
    line-height: 50px;
  }
  .header-right .header-icons .basket-count a {
    -webkit-border-top-right-radius: 25px;
    -moz-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .header-right .header-icons .basket-count a {
    -webkit-border-top-right-radius: 31.25px;
    -moz-border-top-right-radius: 31.25px;
    border-top-right-radius: 31.25px;
    -webkit-border-bottom-right-radius: 31.25px;
    -moz-border-bottom-right-radius: 31.25px;
    border-bottom-right-radius: 31.25px;
  }
}
.header-right .header-icons .basket-count-mobile {
  display: none;
}
.header-right .header-icons .basket-count-mobile a {
  -webkit-border-top-right-radius: 20px;
  -moz-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  text-decoration: none;
  color: #555;
  background: #ddd;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  width: auto;
  font-weight: bold;
  padding: 0 15px;
}
@media screen and (min-width: 1200px) {
  .header-right .header-icons .basket-count-mobile a {
    -webkit-border-top-right-radius: 25px;
    -moz-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
}
.header-right .header-icons .basket-count-mobile:active a {
  color: #111;
}
@media screen and (max-width: 979px) {
  .header-right .header-icons .basket-count-mobile {
    display: block;
  }
}
@media screen and (max-width: 766px) {
  .header-right .header-icons .basket-count-mobile a {
    position: absolute;
    right: -5px;
    bottom: -5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    background: #f70000;
    line-height: 20px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    padding: 0;
  }
}
@media screen and (max-width: 766px) and (min-width: 1200px) {
  .header-right .header-icons .basket-count-mobile a {
    -webkit-border-radius: 12.5px;
    -moz-border-radius: 12.5px;
    border-radius: 12.5px;
  }
}
.header-right .header-message {
  line-height: 20px;
  color: #555;
  font-family: "trusty-webfont", Arial;
}
@media screen and (max-width: 979px) {
  .header-right .header-message {
    font-size: 14px;
  }
}
@media screen and (max-width: 766px) {
  .header-right .header-message {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .header-right .header-message {
    line-height: 30px;
  }
}

.breadcrumbs {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.breadcrumbs::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (max-width: 979px) {
  .breadcrumbs {
    padding: 0 20px;
  }
}

.breadcrumbs-nav {
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 100%;
  background: #ddd;
  list-style-type: none;
  line-height: 40px;
  padding: 0 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.breadcrumbs-nav:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1200px) {
  .breadcrumbs-nav {
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-bottom-left-radius: 25px;
    border-bottom-left-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
}
.breadcrumbs-nav li {
  display: inline-block;
  height: 40px;
  color: #555;
  line-height: 40px;
  font-weight: normal;
}
.breadcrumbs-nav li:after {
  content: ">";
  color: #aaaaaa;
  padding: 0 5px;
  font-weight: normal;
}
.breadcrumbs-nav a {
  display: inline-block;
  font-weight: bold;
  height: 40px;
  color: #555;
  text-decoration: none;
  line-height: 40px;
}
.breadcrumbs-nav li:last-child:after {
  display: none;
}
@media screen and (max-width: 766px) {
  .breadcrumbs-nav {
    background: none;
    padding: 0;
    line-height: 20px;
    text-align: center;
  }
  .breadcrumbs-nav li, .breadcrumbs-nav a {
    display: inline-block;
    float: none;
    height: 20px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .breadcrumbs-nav {
    line-height: 50px;
    padding: 0 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-bottom-left-radius: 25px;
    border-bottom-left-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .breadcrumbs-nav {
    -webkit-border-bottom-left-radius: 31.25px;
    -moz-border-bottom-left-radius: 31.25px;
    border-bottom-left-radius: 31.25px;
    -webkit-border-bottom-right-radius: 31.25px;
    -moz-border-bottom-right-radius: 31.25px;
    border-bottom-right-radius: 31.25px;
  }
}
@media screen and (min-width: 1200px) {
  .breadcrumbs-nav li, .breadcrumbs-nav a {
    height: 50px;
    line-height: 50px;
  }
  .breadcrumbs-nav a:after {
    padding: 0 10px;
  }
}

.title-bar, .product-filter h3 {
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 100%;
  display: block;
  height: 40px;
  background: #ddd;
  padding: 0 20px;
  font-size: 24px;
  line-height: 40px;
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.title-bar:last-child, .product-filter h3:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1200px) {
  .title-bar, .product-filter h3 {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
.title-bar.eye, .title-bar.filter, .product-filter h3 {
  position: relative;
  padding-right: 54px;
}
.title-bar.eye:after, .title-bar.filter:after, .product-filter h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background: #c4c4c4;
  background-image: url("img/icon-eye.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-border-top-right-radius: 20px;
  -moz-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .title-bar.eye:after, .title-bar.filter:after, .product-filter h3:after {
    -webkit-border-top-right-radius: 25px;
    -moz-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
}
@media screen and (max-width: 766px) {
  .title-bar.eye, .title-bar.filter, .product-filter h3 {
    padding-right: 20px;
  }
  .title-bar.eye:after, .title-bar.filter:after, .product-filter h3:after {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .title-bar.eye, .title-bar.filter, .product-filter h3 {
    font-size: 18px;
  }
}
.title-bar.filter, .product-filter h3 {
  padding-right: 50px;
}
.title-bar.filter:after, .product-filter h3:after {
  width: 36px;
  background-image: url("img/icon-filter.png");
}
.title-bar a, .product-filter h3 a {
  float: right;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}
@media screen and (max-width: 979px) {
  .title-bar, .product-filter h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 400px) {
  .title-bar, .product-filter h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .title-bar, .product-filter h3 {
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    padding: 0 25px;
  }
  .title-bar.eye, .title-bar.filter, .product-filter h3 {
    padding-right: 64px;
  }
  .title-bar.eye:after, .title-bar.filter:after, .product-filter h3:after {
    width: 50px;
    height: 50px;
    background-size: 25px;
    -webkit-border-top-right-radius: 25px;
    -moz-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .title-bar.eye:after, .title-bar.filter:after, .product-filter h3:after {
    -webkit-border-top-right-radius: 31.25px;
    -moz-border-top-right-radius: 31.25px;
    border-top-right-radius: 31.25px;
    -webkit-border-bottom-right-radius: 31.25px;
    -moz-border-bottom-right-radius: 31.25px;
    border-bottom-right-radius: 31.25px;
  }
}
@media screen and (min-width: 1200px) {
  .title-bar a, .product-filter h3 a {
    font-size: 20px;
  }
}

.footer {
  width: 100%;
}
@media screen and (max-width: 979px) {
  .footer {
    padding: 0 20px;
  }
}

.upper-footer, .lower-footer {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.upper-footer::after, .lower-footer::after {
  clear: both;
  content: "";
  display: block;
}

.lower-footer {
  position: relative;
}
.lower-footer:before {
  content: "";
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  background: #ddd;
  line-height: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.lower-footer:before:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1200px) {
  .lower-footer:before {
    -webkit-border-radius: 2.5px;
    -moz-border-radius: 2.5px;
    border-radius: 2.5px;
  }
}

.upper-footer-item {
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 21.993387928%;
  color: #555;
}
.upper-footer-item:last-child {
  margin-right: 0;
}
.upper-footer-item h3 {
  font-family: "trusty-webfont", Arial;
  font-size: 16px;
  line-height: 20px;
}
.upper-footer-item .upper-footer-nav {
  list-style-type: none;
}
.upper-footer-item .upper-footer-nav a {
  text-decoration: none;
  color: #555;
}
.upper-footer-item .upper-footer-nav a:hover {
  color: #04008f;
}
.upper-footer-item .opening-hours strong {
  display: inline-block;
}
@media screen and (max-width: 766px) {
  .upper-footer-item {
    float: left;
    display: block;
    margin-right: 4.008816096%;
    width: 47.995591952%;
  }
  .upper-footer-item:last-child {
    margin-right: 0;
  }
  .upper-footer-item:nth-child(2n) {
    margin-right: 0;
  }
  .upper-footer-item:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 400px) {
  .upper-footer-item {
    float: left;
    display: block;
    margin-right: 4.008816096%;
    width: 100%;
  }
  .upper-footer-item:last-child {
    margin-right: 0;
  }
  .upper-footer-item:nth-child(2n) {
    margin-right: 4.008816096%;
  }
  .upper-footer-item:nth-child(2n+1) {
    clear: none;
  }
}
@media screen and (min-width: 1200px) {
  .upper-footer-item h3 {
    font-size: 20px;
    line-height: 25px;
  }
}

.lower-footer-left, .lower-footer-right {
  text-align: left;
  margin-bottom: 20px;
  line-height: 0;
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 21.993387928%;
}
.lower-footer-left:last-child, .lower-footer-right:last-child {
  margin-right: 0;
}
.lower-footer-left img, .lower-footer-right img {
  margin: 0 20px 0 0;
  height: auto;
  width: auto;
}
.lower-footer-left p, .lower-footer-right p {
  text-align: right;
  color: #999;
  font-size: 12px;
  margin-bottom: 0;
}
.lower-footer-left a, .lower-footer-right a {
  color: #999;
}
.lower-footer-left a:hover, .lower-footer-right a:hover {
  color: #d60d02;
}
@media screen and (max-width: 766px) {
  .lower-footer-left, .lower-footer-right {
    float: left;
    display: block;
    margin-right: 4.008816096%;
    width: 100%;
    text-align: center;
  }
  .lower-footer-left:last-child, .lower-footer-right:last-child {
    margin-right: 0;
  }
  .lower-footer-left img, .lower-footer-right img {
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .lower-footer-left p, .lower-footer-right p {
    font-size: 14px;
  }
}

.lower-footer-right {
  text-align: right;
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 73.997795976%;
}
.lower-footer-right:last-child {
  margin-right: 0;
}
.lower-footer-right img {
  margin: 0 0 15px 20px;
  height: 30px;
  width: auto;
}
@media screen and (max-width: 766px) {
  .lower-footer-right {
    float: left;
    display: block;
    margin-right: 4.008816096%;
    width: 100%;
    text-align: center;
  }
  .lower-footer-right:last-child {
    margin-right: 0;
  }
  .lower-footer-right img {
    margin: 0 10px 20px;
    height: auto;
  }
  .lower-footer-right p {
    text-align: center;
  }
}

.demo_store, .cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #eee;
  width: 200px;
  margin-bottom: 0;
  padding: 15px 20px;
  z-index: 7;
  opacity: 0.8;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .demo_store, .cookie-banner {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .demo_store, .cookie-banner {
    bottom: 25px;
    left: 25px;
    width: 240px;
  }
}

.screen-reader-text {
  display: none;
}

.main-nav-container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.main-nav-container::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (max-width: 979px) {
  .main-nav-container {
    margin: 0 20px 20px;
  }
}
@media screen and (max-width: 766px) {
  .main-nav-container {
    display: block;
    margin: 0;
    width: 200px;
    position: fixed;
    top: 0;
    left: -200px;
    bottom: 0;
    height: 100%;
    z-index: 4;
    transition: left 0.4s;
  }
}
@media screen and (min-width: 1200px) {
  .main-nav-container {
    margin-bottom: 25px;
  }
}
.main-nav-container.half {
  margin-bottom: 0;
}
.main-nav-container.half .main-nav {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (min-width: 1200px) {
  .main-nav-container.half .main-nav {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.main-nav-container.sub-nav-active .main-nav {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (min-width: 1200px) {
  .main-nav-container.sub-nav-active .main-nav {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.active-nav .main-nav-container {
  left: 0;
}

.main-nav {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #04008f;
  color: #fff;
  height: 40px;
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 100%;
  padding: 0 30px;
  list-style-type: none;
  text-align: justify;
  vertical-align: text-top;
  margin: 0;
  height: 40px;
  position: relative;
  z-index: 6;
}
@media screen and (min-width: 1200px) {
  .main-nav {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
.main-nav:last-child {
  margin-right: 0;
}
.main-nav:after {
  content: "";
  display: inline-block;
  width: 100%;
  line-height: 0;
}
.main-nav li {
  display: inline-block;
}
.main-nav li .sub-nav {
  display: none;
}
.main-nav li:hover .sub-nav {
  display: block;
}
.main-nav a {
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  .main-nav a:hover {
    color: #c4c2ff;
  }
}
.main-nav i {
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-position: center center;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 979px) {
  .main-nav {
    padding: 0 20px;
  }
}
@media screen and (max-width: 766px) {
  .main-nav {
    height: 100%;
    width: 100%;
    overflow: scroll;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #555;
    text-align: left;
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 766px) and (min-width: 1200px) {
  .main-nav {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 766px) {
  .main-nav:before {
    content: "";
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    padding: 0 20px;
    background: #ddd url("img/icon-menu-close.png") no-repeat center center;
    background-size: 20px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 766px) and (min-width: 1200px) {
  .main-nav:before {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 766px) {
  .main-nav li {
    display: block;
    border-bottom: 1px solid #888888;
  }
  .main-nav a {
    background: #555;
    width: 100%;
    padding: 0 10px;
  }
}
@media screen and (min-width: 1200px) {
  .main-nav {
    height: 50px;
  }
  .main-nav a {
    line-height: 50px;
    font-size: 20px;
  }
  .main-nav i {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}

.sub-nav {
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 100%;
  background: #ddd;
  color: #111;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 5;
  padding: 20px 20px 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.sub-nav:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1200px) {
  .sub-nav {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
.sub-nav li {
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 21.993387928%;
  margin-bottom: 20px;
}
.sub-nav li:last-child {
  margin-right: 0;
}
.sub-nav li:nth-child(4n) {
  margin-right: 0;
}
.sub-nav li:nth-child(4n+1) {
  clear: left;
}
.sub-nav a {
  color: #111;
  background: #c4c4c4;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 0 20px;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .sub-nav a {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
.sub-nav a:hover {
  color: #555;
}
.sub-nav a + ul {
  margin-top: 10px;
}
.sub-nav li.view-all {
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 100%;
  text-align: center;
}
.sub-nav li.view-all:last-child {
  margin-right: 0;
}
.sub-nav li.view-all a {
  margin-bottom: 0;
}
@media screen and (max-width: 979px) {
  .sub-nav li {
    float: left;
    display: block;
    margin-right: 4.008816096%;
    width: 30.6607892694%;
  }
  .sub-nav li:last-child {
    margin-right: 0;
  }
  .sub-nav li:nth-child(4n) {
    margin-right: 4.008816096%;
  }
  .sub-nav li:nth-child(4n+1) {
    clear: none;
  }
  .sub-nav li:nth-child(3n) {
    margin-right: 0;
  }
  .sub-nav li:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (max-width: 766px) {
  .sub-nav {
    display: none;
  }
}
.sub-nav.items-1 li {
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 100%;
}
.sub-nav.items-1 li:last-child {
  margin-right: 0;
}
.sub-nav.items-2 li {
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 47.995591952%;
}
.sub-nav.items-2 li:last-child {
  margin-right: 0;
}
.sub-nav.items-2 li:nth-child(4n) {
  margin-right: 4.008816096%;
}
.sub-nav.items-2 li:nth-child(4n+1) {
  clear: none;
}
.sub-nav.items-2 li:nth-child(2n) {
  margin-right: 0;
}
.sub-nav.items-2 li:nth-child(2n+1) {
  clear: left;
}
.sub-nav.items-3 li, .sub-nav.items-6 li, .sub-nav.items-9 li {
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 30.6607892694%;
}
.sub-nav.items-3 li:last-child, .sub-nav.items-6 li:last-child, .sub-nav.items-9 li:last-child {
  margin-right: 0;
}
.sub-nav.items-3 li:nth-child(4n), .sub-nav.items-6 li:nth-child(4n), .sub-nav.items-9 li:nth-child(4n) {
  margin-right: 4.008816096%;
}
.sub-nav.items-3 li:nth-child(4n+1), .sub-nav.items-6 li:nth-child(4n+1), .sub-nav.items-9 li:nth-child(4n+1) {
  clear: none;
}
.sub-nav.items-3 li:nth-child(3n), .sub-nav.items-6 li:nth-child(3n), .sub-nav.items-9 li:nth-child(3n) {
  margin-right: 0;
}
.sub-nav.items-3 li:nth-child(3n+1), .sub-nav.items-6 li:nth-child(3n+1), .sub-nav.items-9 li:nth-child(3n+1) {
  clear: left;
}
.sub-nav.items-1 .sub-sub-nav li, .sub-nav.items-2 .sub-sub-nav li, .sub-nav.items-3 .sub-sub-nav li, .sub-nav.items-6 .sub-sub-nav li, .sub-nav.items-9 .sub-sub-nav li {
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 100%;
}
.sub-nav.items-1 .sub-sub-nav li:last-child, .sub-nav.items-2 .sub-sub-nav li:last-child, .sub-nav.items-3 .sub-sub-nav li:last-child, .sub-nav.items-6 .sub-sub-nav li:last-child, .sub-nav.items-9 .sub-sub-nav li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 766px) {
  .sub-nav.items-1 .sub-sub-nav li, .sub-nav.items-2 .sub-sub-nav li, .sub-nav.items-3 .sub-sub-nav li, .sub-nav.items-6 .sub-sub-nav li, .sub-nav.items-9 .sub-sub-nav li {
    display: none;
  }
}

.sub-sub-nav {
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 100%;
  margin-bottom: 0;
}
.sub-sub-nav:last-child {
  margin-right: 0;
}
.sub-sub-nav li {
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 100%;
  margin-bottom: 0;
}
.sub-sub-nav li:last-child {
  margin-right: 0;
}
.sub-sub-nav li:nth-child(4n) {
  margin-right: 4.008816096%;
}
.sub-sub-nav li:nth-child(4n+1) {
  clear: none;
}
.sub-sub-nav a {
  font-weight: normal;
  background: none;
  line-height: 20px;
  margin-bottom: 10px;
}
.sub-sub-nav li:last-child a {
  margin-bottom: 0;
}

.page-content-container, .page-banner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.page-content-container::after, .page-banner::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (max-width: 979px) {
  .page-content-container, .page-banner {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.page-content, .page-banner-content {
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 100%;
}
.page-content:last-child, .page-banner-content:last-child {
  margin-right: 0;
}

.left-page-content, .right-page-content, .col-1, .col-2 {
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 47.995591952%;
}
.left-page-content:last-child, .right-page-content:last-child, .col-1:last-child, .col-2:last-child {
  margin-right: 0;
}
@media screen and (max-width: 766px) {
  .left-page-content, .right-page-content, .col-1, .col-2 {
    float: left;
    display: block;
    margin-right: 4.008816096%;
    width: 100%;
  }
  .left-page-content:last-child, .right-page-content:last-child, .col-1:last-child, .col-2:last-child {
    margin-right: 0;
  }
}

.right-page-content, .col-2 {
  margin-right: 0;
}

.col-1, .col-2 {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .col-1, .col-2 {
    margin-bottom: 25px;
  }
}

.third-page-content {
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 30.6607892694%;
}
.third-page-content:last-child {
  margin-right: 0;
}
.third-page-content:nth-child(3n) {
  margin-right: 0;
}
.third-page-content:nth-child(3n+1) {
  clear: left;
}

.page-banner-container {
  width: 100%;
  height: 300px;
  background: #150e2c url("img/dog-404-bg-2.jpg") no-repeat center top;
  margin-bottom: 20px;
}
.page-banner-container.search-banner {
  background: #4d91b6 url("img/dog-search-bg.jpg") no-repeat center top;
  height: 210px;
  margin-bottom: 40px;
}
.page-banner-container.search-no-results {
  background: #060220 url("img/dog-no-search-results.jpg") no-repeat center top;
}
.page-banner-container.food {
  height: 240px;
  background: #341c0f url("img/food-bg.jpg") no-repeat center top;
}
.page-banner-container.offers {
  height: 160px;
  background: #0b061e url("img/cat-lights-bg.jpg") no-repeat center top;
}
.page-banner-container.no-offers {
  height: 300px;
  padding-top: 60px;
  background: #0b061e url("img/cat-lights-dark-bg.jpg") no-repeat center top;
}
@media screen and (min-width: 1200px) {
  .page-banner-container {
    margin-bottom: 25px;
  }
  .page-banner-container.search-banner {
    height: 240px;
  }
  .page-banner-container.food {
    height: 270px;
  }
  .page-banner-container.offers {
    height: 180px;
  }
  .page-banner-container.no-offers {
    height: 350px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 766px) {
  .page-banner-container {
    height: auto;
  }
  .page-banner-container.food {
    height: auto;
    background-size: cover;
  }
  .page-banner-container.search-banner {
    background-position: right top;
  }
}

.page-banner {
  color: #fff;
  padding: 50px 0 0;
}
@media screen and (max-width: 766px) {
  .page-banner {
    padding-top: 20px;
  }
}

.page-banner-content p a {
  color: #fff;
}

.offers-banner-content {
  text-align: center;
}

.food-finder-info {
  text-align: center;
}
.food-finder-info .styled-select {
  border-color: #341c0f;
  display: inline-block;
  margin: 0 10px 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 766px) {
  .food-finder-info .styled-select {
    display: block;
    margin: 0 auto 20px;
  }
}
.food-finder-info form {
  margin: 0 0 20px;
}
.food-finder-info input[type=submit].button, .food-finder-info .products .type-product input[type=submit].added_to_cart, .products .type-product .food-finder-info input[type=submit].added_to_cart, .food-finder-info input[type=submit] {
  background: #f70000;
}

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.aligncenter {
  display: block;
  margin: 0 auto 20px;
}

.alignright, .alignleft, .aligncenter {
  border: 10px solid #ddd;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .alignright, .alignleft, .aligncenter {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}

.banner {
  background: #ddd;
  width: 100%;
  height: 450px;
  list-style-type: none;
  position: relative;
  overflow: hidden;
}
.banner.red {
  background: #f70000;
}
.banner.blue {
  background: #04008f;
}
.banner.green {
  background: #008e07;
}
.banner .banner-item {
  width: 1920px;
  line-height: 0;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #ddd;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  display: none;
}
.banner .banner-item.next {
  display: block;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  z-index: 2;
}
.banner .banner-item.prev {
  display: block;
  transform: translateX(-150%);
  -webkit-transform: translateX(-150%);
  z-index: 2;
}
.banner .banner-item.current {
  display: block;
  z-index: 1;
}
.banner .banner-item.hidden {
  z-index: 0;
}
.banner .banner-item img {
  height: 450px;
  width: auto;
  display: inline-block;
  position: relative;
}
.banner .banner-prev, .banner .banner-next {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 3;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: center center;
  top: 50%;
  margin-top: -20px;
}
.banner .banner-prev {
  background-image: url("img/icon-left.png");
  left: 20px;
}
.banner .banner-next {
  background-image: url("img/icon-right.png");
  right: 20px;
}
@media screen and (max-width: 979px) {
  .banner {
    height: 330px;
  }
  .banner .banner-item img {
    height: 330px;
  }
}
@media screen and (max-width: 766px) {
  .banner {
    height: 200px;
  }
  .banner .banner-item img {
    height: 200px;
  }
  .banner .banner-prev, .banner .banner-next {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    margin-top: -10px;
    opacity: 0.5;
  }
}
@media screen and (max-width: 400px) {
  .banner {
    height: 150px;
  }
  .banner .banner-item img {
    height: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .banner {
    margin-bottom: 25px;
  }
}

.home-latest-offers {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.home-latest-offers::after {
  clear: both;
  content: "";
  display: block;
}
.home-latest-offers .title-bar, .home-latest-offers .product-filter h3, .product-filter .home-latest-offers h3 {
  margin-bottom: 40px;
}
@media screen and (max-width: 979px) {
  .home-latest-offers {
    padding: 0 20px;
  }
}

.home-lower {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.home-lower::after {
  clear: both;
  content: "";
  display: block;
}
.home-lower .home-lower-item {
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 30.6607892694%;
  background: #eee;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 36px;
}
.home-lower .home-lower-item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1200px) {
  .home-lower .home-lower-item {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
.home-lower .home-lower-item .title-bar, .home-lower .home-lower-item .product-filter h3, .product-filter .home-lower .home-lower-item h3 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 20px;
  -moz-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .home-lower .home-lower-item .title-bar, .home-lower .home-lower-item .product-filter h3, .product-filter .home-lower .home-lower-item h3 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
@media screen and (min-width: 1200px) {
  .home-lower .home-lower-item .title-bar, .home-lower .home-lower-item .product-filter h3, .product-filter .home-lower .home-lower-item h3 {
    -webkit-border-top-left-radius: 25px;
    -moz-border-top-left-radius: 25px;
    border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -moz-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
  }
}
.home-lower .home-lower-item p {
  margin: 0 20px 20px;
}
.home-lower .home-lower-item img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .home-lower .home-lower-item img {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
.home-lower .home-lower-item input[type=text], .home-lower .home-lower-item input[type=email] {
  margin-bottom: 20px;
}
@media screen and (max-width: 979px) {
  .home-lower {
    padding: 0 20px;
  }
}
@media screen and (max-width: 766px) {
  .home-lower .home-lower-item {
    float: left;
    display: block;
    margin-right: 4.008816096%;
    width: 100%;
  }
  .home-lower .home-lower-item:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .home-lower input[type=text] {
    margin-bottom: 25px;
  }
}

.email-form-success {
  margin: 0 0 20px !important;
  color: #008e07;
}

.email-form-error {
  margin: 0 0 20px !important;
  color: #f70000;
}

.popular-brands {
  margin: 0 20px;
  list-style-type: none;
}
.popular-brands li {
  line-height: 0;
}
.popular-brands img {
  background: #fff;
  padding: 10px;
  width: auto;
  max-width: 240px;
  height: auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  border: 2px solid #ddd;
}
@media screen and (min-width: 1200px) {
  .popular-brands img {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 979px) {
  .popular-brands img {
    max-width: 100%;
  }
}
@media screen and (max-width: 766px) {
  .popular-brands li {
    text-align: center;
  }
  .popular-brands img {
    max-width: 200px;
  }
}

.vc_carousel-slideline {
  min-height: 120px;
}
@media screen and (max-width: 766px) {
  .vc_carousel-slideline {
    min-height: 60px;
  }
}

.category-intro-container {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  background: #ddd;
}
.category-intro-container .category-intro-image {
  width: 1920px;
  line-height: 0;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #ddd;
  z-index: 0;
}
.category-intro-container .category-intro-image img {
  height: 100%;
  width: auto;
}
.category-intro-container .category-intro {
  padding: 40px 0 0;
  position: relative;
  z-index: 2;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.category-intro-container .category-intro p {
  width: 50%;
}
.category-intro-container .category-intro::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (max-width: 979px) {
  .category-intro-container .category-intro {
    padding: 40px 20px 0;
  }
}
@media screen and (max-width: 766px) {
  .category-intro-container {
    height: auto;
  }
  .category-intro-container .category-intro-image {
    display: none;
  }
  .category-intro-container .category-intro {
    padding: 20px 20px 0;
  }
  .category-intro-container .category-intro p {
    width: 100%;
  }
}

.category-content {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.category-content::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (max-width: 979px) {
  .category-content {
    padding: 0 20px;
  }
}

.filters-container {
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 21.993387928%;
}
.filters-container:last-child {
  margin-right: 0;
}
@media screen and (max-width: 766px) {
  .filters-container {
    float: left;
    display: block;
    margin-right: 4.008816096%;
    width: 100%;
    margin-right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -200px;
    width: 100%;
    height: 100%;
    background: #555;
    width: 200px;
    padding-top: 60px;
  }
  .filters-container:last-child {
    margin-right: 0;
  }
  .filters-container:before {
    content: "";
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    padding: 0 20px;
    background: #ddd url("img/icon-menu-close.png") no-repeat center center;
    background-size: 20px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 766px) and (min-width: 1200px) {
  .filters-container:before {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}

.filters-container + .products-container {
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 73.997795976%;
}
.filters-container + .products-container:last-child {
  margin-right: 0;
}
.filters-container + .products-container .type-product {
  float: left;
  display: block;
  margin-right: 5.4174804034%;
  width: 29.721679731%;
}
.filters-container + .products-container .type-product:last-child {
  margin-right: 0;
}
.filters-container + .products-container .type-product:nth-child(4n) {
  margin-right: 4.008816096%;
}
.filters-container + .products-container .type-product:nth-child(4n+1) {
  clear: none;
}
.filters-container + .products-container .type-product:nth-child(3n) {
  margin-right: 0;
}
.filters-container + .products-container .type-product:nth-child(3n+1) {
  clear: left;
}
@media screen and (max-width: 766px) {
  .filters-container + .products-container {
    float: left;
    display: block;
    margin-right: 4.008816096%;
    width: 100%;
  }
  .filters-container + .products-container:last-child {
    margin-right: 0;
  }
  .filters-container + .products-container .type-product {
    float: left;
    display: block;
    margin-right: 4.008816096%;
    width: 47.995591952%;
  }
  .filters-container + .products-container .type-product:last-child {
    margin-right: 0;
  }
  .filters-container + .products-container .type-product:nth-child(4n) {
    margin-right: 4.008816096%;
  }
  .filters-container + .products-container .type-product:nth-child(4n+1) {
    clear: none;
  }
  .filters-container + .products-container .type-product:nth-child(2n) {
    margin-right: 0;
  }
  .filters-container + .products-container .type-product:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 400px) {
  .filters-container + .products-container .type-product {
    float: left;
    display: block;
    margin-right: 4.008816096%;
    width: 100%;
  }
  .filters-container + .products-container .type-product:last-child {
    margin-right: 0;
  }
}

.mobile-filters-toggle-link {
  display: none;
  cursor: pointer;
  position: relative;
  top: -20px;
  height: 40px;
  border: 2px solid #c4c4c4;
  line-height: 36px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .mobile-filters-toggle-link {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
.mobile-filters-toggle-link:hover {
  color: #555;
  border-color: #555;
}
@media screen and (max-width: 766px) {
  .mobile-filters-toggle-link {
    display: inline-block;
  }
}

.product-filter h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.product-filter ul {
  list-style-type: none;
}
.product-filter li {
  margin-left: 20px;
}
.product-filter a {
  color: #555;
  text-decoration: none;
}
.product-filter a:hover {
  color: #04008f;
}
.product-filter a:before {
  color: #aaaaaa;
}
@media screen and (max-width: 766px) {
  .product-filter {
    color: #fff;
  }
  .product-filter h3 {
    float: none;
    background: none;
    font-family: Arial, sans-serif;
    font-size: 16px;
    border-bottom: 1px solid #888888;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 766px) and (min-width: 1200px) {
  .product-filter h3 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 766px) {
  .product-filter li {
    margin: 0;
    line-height: 40px;
    border-bottom: 1px solid #888888;
  }
  .product-filter a {
    color: #fff;
    display: block;
    width: 100%;
    padding: 0 20px;
    line-height: 40px;
  }
  .product-filter a:hover {
    color: #fff;
    background: #888888;
  }
}

.category-products-intro {
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 100%;
}
.category-products-intro:last-child {
  margin-right: 0;
}
.category-products-intro h1 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .category-products-intro h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
.category-products-intro p:last-child {
  margin-bottom: 40px;
}

.products-container {
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 100%;
}
.products-container:last-child {
  margin-right: 0;
}

.products {
  width: 100%;
  list-style-type: none;
}
.products::after {
  clear: both;
  content: "";
  display: block;
}
.products .product-category {
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 21.993387928%;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}
.products .product-category:last-child {
  margin-right: 0;
}
.products .product-category:nth-child(4n) {
  margin-right: 0;
}
.products .product-category:nth-child(4n+1) {
  clear: left;
}
.products .product-category:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.products .product-category a {
  text-decoration: none;
  color: #111;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  text-align: center;
}
.products .product-category img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  max-height: 85%;
  padding: 20px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.products .product-category mark {
  display: none;
}
.products .product-category h3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #ddd;
  margin-bottom: 0;
  padding: 0 15px;
  font-size: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .products .product-category h3 {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
.products .product-category .no-subcategory-thumbnail {
  position: relative;
  background: #ddd;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .products .product-category .no-subcategory-thumbnail {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
.products .product-category .no-subcategory-thumbnail:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.products .product-category .no-subcategory-thumbnail .subcategory-title-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.products .product-category .no-subcategory-thumbnail h3 {
  line-height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 10px;
  font-size: 20px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  bottom: auto;
}
.products .type-product {
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 21.993387928%;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}
.products .type-product:last-child {
  margin-right: 0;
}
.products .type-product:nth-child(4n) {
  margin-right: 0;
}
.products .type-product:nth-child(4n+1) {
  clear: left;
}
.products .type-product.sale:after {
  content: "Offer";
  position: absolute;
  top: 20px;
  right: 0px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #f70000;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}
@media screen and (min-width: 1200px) {
  .products .type-product.sale:after {
    -webkit-border-radius: 37.5px;
    -moz-border-radius: 37.5px;
    border-radius: 37.5px;
  }
}
.products .type-product .onsale {
  display: none;
}
.products .type-product a {
  text-decoration: none;
}
.products .type-product a:hover h3 {
  color: #111;
  text-decoration: underline;
}
.products .type-product img {
  padding: 0 30px 10px;
  width: auto;
  height: auto;
  max-height: 160px;
}
.products .type-product h3 {
  font-family: Arial, sans-serif;
  color: #111;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
.products .type-product .price {
  display: block;
  margin-bottom: 10px;
  color: #111;
  font-weight: bold;
}
.products .type-product a {
  display: block;
}
.products .type-product .rrp {
  display: inline-block;
  margin-bottom: 10px;
  color: #999;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  text-decoration: line-through;
}
.products .type-product .saving {
  color: #f70000;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
}
.products .type-product .button, .products .type-product .variations_form .single_add_to_cart_button, .variations_form .products .type-product .single_add_to_cart_button, .products .type-product .added_to_cart, .products .type-product input[type=submit] {
  display: inline-block;
}
.products .type-product .button.added:after, .products .type-product .variations_form .added.single_add_to_cart_button:after, .variations_form .products .type-product .added.single_add_to_cart_button:after, .products .type-product .added.added_to_cart:after, .products .type-product input.added[type=submit]:after {
  content: "✔";
  padding-left: 10px;
}
.products .type-product .added_to_cart {
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
@media screen and (min-width: 1200px) {
  .products .type-product .added_to_cart {
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
  }
}
@media screen and (max-width: 979px) {
  .products .product-category h3, .products .product-category .no-subcategory-thumbnail h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 766px) {
  .products {
    margin-bottom: 0;
  }
  .products .type-product, .products .product-category {
    float: left;
    display: block;
    margin-right: 4.008816096%;
    width: 47.995591952%;
    margin-bottom: 40px;
  }
  .products .type-product:last-child, .products .product-category:last-child {
    margin-right: 0;
  }
  .products .type-product:nth-child(4n), .products .product-category:nth-child(4n) {
    margin-right: 4.008816096%;
  }
  .products .type-product:nth-child(4n+1), .products .product-category:nth-child(4n+1) {
    clear: none;
  }
  .products .type-product:nth-child(2n), .products .product-category:nth-child(2n) {
    margin-right: 0;
  }
  .products .type-product:nth-child(2n+1), .products .product-category:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 400px) {
  .products .type-product, .products .product-category {
    float: left;
    display: block;
    margin-right: 4.008816096%;
    width: 100%;
  }
  .products .type-product:last-child, .products .product-category:last-child {
    margin-right: 0;
  }
  .products .type-product:nth-child(2n), .products .product-category:nth-child(2n) {
    margin-right: 4.008816096%;
  }
  .products .type-product:nth-child(2n+1), .products .product-category:nth-child(2n+1) {
    clear: none;
  }
  .products .product-category h3 {
    font-size: 20px;
  }
  .products .product-category .no-subcategory-thumbnail {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .products .type-product h3 {
    font-size: 22px;
    line-height: 25px;
  }
  .products .type-product .rrp, .products .type-product .saving {
    font-size: 14px;
  }
  .products .product-category h3, .products .product-category .no-subcategory-thumbnail h3 {
    font-size: 22px;
  }
}

.woocommerce-pagination, .pagination {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-pagination::after, .pagination::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (max-width: 979px) {
  .woocommerce-pagination, .pagination {
    padding: 0 20px;
  }
}
.woocommerce-pagination ul.page-numbers, .pagination ul.page-numbers {
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 100%;
  text-align: center;
}
.woocommerce-pagination ul.page-numbers:last-child, .pagination ul.page-numbers:last-child {
  margin-right: 0;
}
.woocommerce-pagination li, .pagination li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 10px 20px;
  font-weight: bold;
}
.woocommerce-pagination a.page-numbers, .woocommerce-pagination span, .pagination a.page-numbers, .pagination span {
  display: block;
  width: 40px;
  height: 40px;
  color: #555;
  text-decoration: none;
  background: #ddd;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .woocommerce-pagination a.page-numbers, .woocommerce-pagination span, .pagination a.page-numbers, .pagination span {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
.woocommerce-pagination span.current, .woocommerce-pagination a.prev, .woocommerce-pagination a.next, .pagination span.current, .pagination a.prev, .pagination a.next {
  background: #c4c4c4;
  font-weight: normal;
}

.content-product {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.content-product::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (max-width: 979px) {
  .content-product {
    padding: 0 20px;
  }
}

.woocommerce-message {
  background: #c4c4c4;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  padding-left: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .woocommerce-message {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
.woocommerce-message .button, .woocommerce-message .variations_form .single_add_to_cart_button, .variations_form .woocommerce-message .single_add_to_cart_button, .woocommerce-message input[type=submit], .woocommerce-message .products .type-product .added_to_cart, .products .type-product .woocommerce-message .added_to_cart {
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  float: right;
  margin-left: 5px;
  padding-right: 20px;
}
@media screen and (min-width: 1200px) {
  .woocommerce-message .button, .woocommerce-message .variations_form .single_add_to_cart_button, .variations_form .woocommerce-message .single_add_to_cart_button, .woocommerce-message input[type=submit], .woocommerce-message .products .type-product .added_to_cart, .products .type-product .woocommerce-message .added_to_cart {
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media screen and (min-width: 1200px) {
  .woocommerce-message {
    height: 50px;
    line-height: 50px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 766px) {
  .woocommerce-message {
    height: auto;
  }
}

.onsale {
  display: none;
}

.product-left {
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 39.3281906107%;
  margin-bottom: 20px;
}
.product-left:last-child {
  margin-right: 0;
}
.product-left .images img {
  margin-bottom: 20px;
  padding: 10px;
  background: #ddd;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .product-left .images img {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
.product-left .images .thumbnails::after {
  clear: both;
  content: "";
  display: block;
}
.product-left .images .thumbnails a {
  display: block;
  float: left;
  width: 25%;
  height: auto;
  margin-right: 12.5%;
}
.product-left .images .thumbnails a:nth-child(3n) {
  margin-right: 0;
}
.product-left .woocommerce-product-gallery__wrapper {
  margin: 0;
}
.product-left .woocommerce-product-gallery__wrapper::after {
  clear: both;
  content: "";
  display: block;
}
.product-left .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  width: calc(33.33% - 13.33px);
  margin-right: 20px;
  float: left;
}
.product-left .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
  width: 100%;
}
.product-left .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(3n+1) {
  margin-right: 0;
}
.product-left .product-location {
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 100%;
  background: #ddd;
  margin-bottom: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.product-left .product-location:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1200px) {
  .product-left .product-location {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
.product-left .product-location h3.title-bar, .product-left .product-location .product-filter h3, .product-filter .product-left .product-location h3 {
  background: #c4c4c4;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .product-left .product-location h3.title-bar, .product-left .product-location .product-filter h3, .product-filter .product-left .product-location h3 {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.product-left .product-categories {
  list-style-type: none;
  padding: 0 20px;
}
.product-left .product-categories ul {
  list-style-type: none;
  margin-left: 20px;
  margin-bottom: 0;
}
.product-left .product-categories li.active a {
  font-weight: bold;
  color: #04008f;
}
@media screen and (max-width: 766px) {
  .product-left {
    float: left;
    display: block;
    margin-right: 4.008816096%;
    width: 100%;
    margin-bottom: 0;
  }
  .product-left:last-child {
    margin-right: 0;
  }
  .product-left .images {
    margin: 0;
    padding: 0;
  }
  .product-left .images a {
    float: left;
    display: block;
    margin-right: 4.008816096%;
    width: 100%;
    text-align: center;
  }
  .product-left .images a:last-child {
    margin-right: 0;
  }
  .product-left .images .thumbnails {
    display: none;
  }
  .product-left .product-location {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .product-left .product-location {
    margin-bottom: 25px;
  }
  .product-left .product-location-links {
    padding: 0 25px;
  }
  .product-left .product-location-links ul {
    margin-left: 25px;
  }
}

.product-right {
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 56.6629932933%;
  margin-right: 0;
  margin-bottom: 20px;
}
.product-right:last-child {
  margin-right: 0;
}
@media screen and (max-width: 766px) {
  .product-right {
    float: left;
    display: block;
    margin-right: 4.008816096%;
    width: 100%;
  }
  .product-right:last-child {
    margin-right: 0;
  }
}
.product-right .cart {
  border: 2px solid #c4c4c4;
  margin: 0;
  padding: 15px 20px 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .product-right .cart {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
.product-right .quantity {
  margin-bottom: 20px;
}
.product-right .quantity label {
  color: #555;
  display: block;
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold;
  box-sizing: border-box;
  clear: both;
  margin-bottom: 0;
}
.product-right .quantity input[type=number] {
  width: 80px;
  margin-bottom: 0;
}
.product-right button {
  border: none;
}
@media screen and (max-width: 766px) {
  .product-right .button, .product-right .variations_form .single_add_to_cart_button, .variations_form .product-right .single_add_to_cart_button, .product-right input[type=submit], .product-right .products .type-product .added_to_cart, .products .type-product .product-right .added_to_cart {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
  }
}
@media screen and (min-width: 1200px) {
  .product-right .cart {
    margin-bottom: 25px;
  }
  .product-right .quantity {
    margin-bottom: 25px;
  }
  .product-right .quantity input[type=number] {
    width: 90px;
  }
}

.product_title {
  font-size: 38px;
  line-height: 40px;
}
@media screen and (min-width: 1200px) {
  .product_title {
    font-size: 44px;
    line-height: 50px;
  }
}

.summary .price {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.summary .rrp {
  color: #04008f;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  text-decoration: line-through;
  display: inline-block;
  margin-bottom: 20px;
}
.summary .saving {
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  color: #f70000;
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .summary .rrp, .summary .saving {
    font-size: 14px;
  }
}

.variations_form {
  border: 2px solid #c4c4c4;
  margin: 0;
  padding: 15px 20px 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .variations_form {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
.variations_form .variation:last-child {
  margin-bottom: 10px;
}
.variations_form .label, .variations_form label, .variations_form h3 {
  color: #555;
  display: block;
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold;
  box-sizing: border-box;
  clear: both;
}
.variations_form .label label, .variations_form label label, .variations_form h3 label {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .variations_form .label, .variations_form label, .variations_form h3 {
    font-size: 14px;
  }
}
.variations_form td.value {
  display: block;
  box-sizing: border-box;
  clear: both;
  background: none;
  background: #fff;
  border: 2px solid #c4c4c4;
  width: 200px;
  padding: 0 10px;
  height: 40px;
  margin-bottom: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .variations_form td.value {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
.variations_form td.value select {
  background-color: transparent;
  border: none;
  font-size: 16px;
  height: 36px;
  margin-bottom: 0;
  padding: 0;
  width: 180px;
}
@media screen and (min-width: 1200px) {
  .variations_form td.value {
    height: 50px;
    padding: 0 15px;
    width: 230px;
  }
  .variations_form td.value select {
    height: 46px;
    width: 200px;
    font-size: 20px;
  }
}
.variations_form .reset_variations {
  display: none !important;
}
.variations_form .single_add_to_cart_button {
  border: none;
}
@media screen and (max-width: 766px) {
  .variations_form .single_add_to_cart_button {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
  }
}
.variations_form .quantity input[type=number] {
  width: 80px;
}
.variations_form .quantity input[type=number]:valid {
  border-color: #c4c4c4;
}
@media screen and (max-width: 766px) {
  .variations_form {
    border: none;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .variations_form .variation-options li {
    line-height: 50px;
    padding: 0 20px;
  }
  .variations_form .quantity input[type=number] {
    width: 90px;
  }
}

p.stock {
  font-weight: bold;
}
p.stock.out-of-stock {
  color: #f70000;
}
p.stock.in-stock {
  color: #008e07;
}

.product-perks {
  list-style-type: none;
}
.product-perks li {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #555;
  margin-right: 20px;
}
.product-perks li:before {
  content: "";
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  background: url("img/icon-tick-box.png") no-repeat;
  background-size: 12px 12px;
  background-position: 0 3px;
}
@media screen and (min-width: 1200px) {
  .product-perks li {
    font-size: 14px;
  }
  .product-perks li:before {
    background-size: 14px;
  }
}

.wc-tabs {
  list-style-type: none;
  background: #ddd;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .wc-tabs {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
.wc-tabs li {
  display: inline;
}
.wc-tabs a {
  display: block;
  width: 33.33%;
  height: 40px;
  float: left;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #111;
  font-weight: bold;
  border-right: 2px solid #c4c4c4;
  font-family: "trusty-webfont", Arial;
  font-size: 18px;
}
.wc-tabs li:first-child a {
  -webkit-border-top-left-radius: 20px;
  -moz-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 5px;
}
@media screen and (min-width: 1200px) {
  .wc-tabs li:first-child a {
    -webkit-border-top-left-radius: 25px;
    -moz-border-top-left-radius: 25px;
    border-top-left-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-bottom-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
}
.wc-tabs li:last-child a {
  -webkit-border-top-right-radius: 20px;
  -moz-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-right: none;
  padding-right: 5px;
}
@media screen and (min-width: 1200px) {
  .wc-tabs li:last-child a {
    -webkit-border-top-right-radius: 25px;
    -moz-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
}
.wc-tabs li.active a {
  background: #c4c4c4;
}
@media screen and (min-width: 1200px) {
  .wc-tabs {
    height: 50px;
  }
  .wc-tabs a {
    height: 50px;
    line-height: 50px;
  }
  .wc-tabs li:first-child a {
    -webkit-border-top-left-radius: 25px;
    -moz-border-top-left-radius: 25px;
    border-top-left-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-bottom-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .wc-tabs li:first-child a {
    -webkit-border-top-left-radius: 31.25px;
    -moz-border-top-left-radius: 31.25px;
    border-top-left-radius: 31.25px;
    -webkit-border-bottom-left-radius: 31.25px;
    -moz-border-bottom-left-radius: 31.25px;
    border-bottom-left-radius: 31.25px;
  }
}
@media screen and (min-width: 1200px) {
  .wc-tabs li:last-child a {
    -webkit-border-top-right-radius: 25px;
    -moz-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .wc-tabs li:last-child a {
    -webkit-border-top-right-radius: 31.25px;
    -moz-border-top-right-radius: 31.25px;
    border-top-right-radius: 31.25px;
    -webkit-border-bottom-right-radius: 31.25px;
    -moz-border-bottom-right-radius: 31.25px;
    border-bottom-right-radius: 31.25px;
  }
}

@media screen and (max-width: 766px) {
  .wc-tabs {
    display: none;
  }
  .wc-tab {
    display: block !important;
  }
}
.woocommerce-Reviews {
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 15px 20px;
  background: #ddd;
  margin-bottom: 30px;
}
.woocommerce-Reviews:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1200px) {
  .woocommerce-Reviews {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
.woocommerce-Reviews ol {
  padding-left: 0;
  list-style-type: none;
}
.woocommerce-Reviews ol li {
  border-bottom: 2px solid #bbb;
}
.woocommerce-Reviews .stars a {
  margin-right: 5px;
}
.woocommerce-Reviews .stars a.active {
  color: #04008f;
}
.woocommerce-Reviews textarea {
  height: 100px;
}

.product-lower {
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 100%;
}
.product-lower:last-child {
  margin-right: 0;
}

.ppt {
  display: none !important;
}

.cat-item-1086 {
  display: none;
}

.woocommerce form {
  margin-left: 0;
  margin-right: 0;
}

.shop_table {
  background: #ddd;
  border-collapse: collapse;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .shop_table {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
.shop_table th, .shop_table td {
  padding: 10px;
}
.shop_table .button, .shop_table input[type=submit], .shop_table .products .type-product .added_to_cart, .products .type-product .shop_table .added_to_cart, .shop_table .variations_form .single_add_to_cart_button, .variations_form .shop_table .single_add_to_cart_button {
  float: right;
  background: #fff;
  color: #04008f;
  cursor: pointer;
  border: 2px solid #04008f;
  line-height: 36px;
}
.shop_table .button.delete, .shop_table input.delete[type=submit], .shop_table .products .type-product .delete.added_to_cart, .products .type-product .shop_table .delete.added_to_cart, .shop_table .variations_form .delete.single_add_to_cart_button, .variations_form .shop_table .delete.single_add_to_cart_button {
  color: #f70000;
  border-color: #f70000;
}
@media screen and (min-width: 1200px) {
  .shop_table .button, .shop_table input[type=submit], .shop_table .products .type-product .added_to_cart, .products .type-product .shop_table .added_to_cart, .shop_table .variations_form .single_add_to_cart_button, .variations_form .shop_table .single_add_to_cart_button {
    line-height: 46px;
  }
}
.shop_table input[type=submit]:disabled {
  background: #ddd;
  color: #919191;
  border-color: #c4c4c4;
}

.shop_table.cart {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .shop_table.cart {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
.shop_table.cart th {
  background: #c4c4c4;
  height: 40px;
  padding: 10px;
  text-align: left;
}
.shop_table.cart th:first-child {
  -webkit-border-top-left-radius: 20px;
  -moz-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .shop_table.cart th:first-child {
    -webkit-border-top-left-radius: 25px;
    -moz-border-top-left-radius: 25px;
    border-top-left-radius: 25px;
  }
}
.shop_table.cart th:last-child {
  -webkit-border-top-right-radius: 20px;
  -moz-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .shop_table.cart th:last-child {
    -webkit-border-top-right-radius: 25px;
    -moz-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
  }
}
.shop_table.cart td {
  border-bottom: 2px solid #c4c4c4;
}
.shop_table.cart tr:last-child td {
  border-bottom: none;
}
.shop_table.cart .remove {
  display: block;
  background: #f70000;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 17px;
  width: 16px;
  height: 16px;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media screen and (min-width: 1200px) {
  .shop_table.cart .remove {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
}
.shop_table.cart img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .shop_table.cart img {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
.shop_table.cart .quantity label {
  display: none;
}
.shop_table.cart .quantity input[type=number] {
  width: 80px;
  margin-bottom: 0;
}
.shop_table.cart .quantity input[type=number]:valid {
  border-color: #aaaaaa;
}
.shop_table.cart .coupon .input-text {
  max-width: 145px;
  float: left;
  margin-right: 10px;
}
@media screen and (min-width: 1200px) {
  .shop_table.cart .coupon .input-text {
    max-width: 175px;
  }
}
.shop_table.cart .coupon .button, .shop_table.cart .coupon input[type=submit], .shop_table.cart .coupon .products .type-product .added_to_cart, .products .type-product .shop_table.cart .coupon .added_to_cart, .shop_table.cart .coupon .variations_form .single_add_to_cart_button, .variations_form .shop_table.cart .coupon .single_add_to_cart_button {
  float: left;
}
@media screen and (max-width: 766px) {
  .shop_table.cart th {
    display: none;
  }
  .shop_table.cart tr {
    display: block;
    position: relative;
  }
  .shop_table.cart td {
    display: block;
    border-bottom: none;
    padding: 0 20px 10px;
  }
  .shop_table.cart td:last-child {
    border-bottom: 2px solid #c4c4c4;
  }
  .shop_table.cart p {
    margin-bottom: 0;
  }
  .shop_table.cart td.product-name {
    padding-top: 10px;
    font-weight: bold;
  }
  .shop_table.cart td.product-remove {
    position: absolute;
    top: 20px;
    right: 0;
  }
  .shop_table.cart td.product-price {
    display: none;
  }
  .shop_table.cart td.product-thumbnail {
    display: none;
  }
  .shop_table.cart td.product-subtotal:before {
    content: "Price: ";
  }
  .shop_table.cart td.actions {
    padding: 10px 10px 0;
  }
  .shop_table.cart td.actions .button, .shop_table.cart td.actions input[type=submit], .shop_table.cart td.actions .products .type-product .added_to_cart, .products .type-product .shop_table.cart td.actions .added_to_cart, .shop_table.cart td.actions .variations_form .single_add_to_cart_button, .variations_form .shop_table.cart td.actions .single_add_to_cart_button {
    margin-bottom: 10px;
  }
}

.cart_totals .shop_table {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .cart_totals .shop_table {
    margin-bottom: 25px;
  }
}
.cart_totals .shop_table th {
  background: #c4c4c4;
}
.cart_totals .shop_table tr:first-child th {
  -webkit-border-top-left-radius: 20px;
  -moz-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .cart_totals .shop_table tr:first-child th {
    -webkit-border-top-left-radius: 25px;
    -moz-border-top-left-radius: 25px;
    border-top-left-radius: 25px;
  }
}
.cart_totals .shop_table tr:last-child th {
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .cart_totals .shop_table tr:last-child th {
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-bottom-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
}
.cart_totals .shop_table form, .cart_totals .shop_table p {
  margin-bottom: 0;
}
.cart_totals .shop_table button {
  border: none;
}
.cart_totals .shop_table input[type=text] {
  margin-bottom: 10px;
}

.basket-perks {
  float: left;
  padding-top: 20px;
}
.basket-perks .product-perks li {
  display: block;
}
@media screen and (max-width: 766px) {
  .basket-perks {
    display: none;
  }
}

.cart-collaterals {
  float: right;
}
.cart-collaterals .shop_table {
  min-width: 330px;
}
.cart-collaterals .shop_table td {
  padding: 20px 10px;
}
@media screen and (max-width: 766px) {
  .cart-collaterals {
    float: none;
  }
  .cart-collaterals .shop_table {
    min-width: 0;
  }
}
@media screen and (min-width: 1200px) {
  .cart-collaterals .shop_table {
    min-width: 390px;
  }
}

.shipping ul {
  list-style-type: none;
  margin-bottom: 0;
}
.shipping ul input[type=radio] {
  float: left;
  margin-right: 8px;
  margin-top: 4px;
}

.wc-proceed-to-checkout {
  text-align: right;
}
@media screen and (max-width: 766px) {
  .wc-proceed-to-checkout {
    text-align: left;
  }
}

.wc-proceed-to-checkout .button, .wc-proceed-to-checkout input[type=submit], .wc-proceed-to-checkout .products .type-product .added_to_cart, .products .type-product .wc-proceed-to-checkout .added_to_cart, .wc-proceed-to-checkout .variations_form .single_add_to_cart_button, .variations_form .wc-proceed-to-checkout .single_add_to_cart_button {
  margin-bottom: 40px;
}

.woocommerce-checkout .header {
  padding-bottom: 20px;
}
.woocommerce-checkout .header-left, .woocommerce-checkout .header-right, .woocommerce-checkout .upper-footer {
  display: none;
}
.woocommerce-checkout .header-logo {
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 100%;
  text-align: center;
}
.woocommerce-checkout .header-logo:last-child {
  margin-right: 0;
}
.woocommerce-checkout .header-logo img {
  max-height: 106px;
  width: auto;
}

.woocommerce-checkout.woocommerce-order-received .header-left, .woocommerce-checkout.woocommerce-order-received .header-right, .woocommerce-checkout.woocommerce-order-received .upper-footer {
  display: block;
}
.woocommerce-checkout.woocommerce-order-received .header-logo {
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 30.6607892694%;
}
.woocommerce-checkout.woocommerce-order-received .header-logo:last-child {
  margin-right: 0;
}
.woocommerce-checkout.woocommerce-order-received .header-logo img {
  max-height: 125px;
  width: auto;
}

.main-nav.checkout-nav {
  text-align: center;
}

.checkout_coupon {
  padding-top: 20px;
  margin-bottom: 0;
}
.checkout_coupon .form-row-last {
  margin-bottom: 0;
}

.woocommerce-billing-fields, .woocommerce-shipping-fields {
  margin-top: 20px;
}

.woocommerce-billing-fields input[type=text], .woocommerce-billing-fields input[type=email], .woocommerce-billing-fields input[type=tel], .woocommerce-shipping-fields input[type=text], .woocommerce-shipping-fields input[type=email], .woocommerce-shipping-fields input[type=tel] {
  margin-bottom: 0;
}

.woocommerce-checkout h3 {
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 100%;
}
.woocommerce-checkout h3:last-child {
  margin-right: 0;
}

.woocommerce-checkout-review-order {
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 100%;
}
.woocommerce-checkout-review-order:last-child {
  margin-right: 0;
}

.woocommerce-shipping-fields label {
  margin-bottom: 0;
}

.woocommerce-shipping-fields .form-row label {
  margin-bottom: 5px;
}

.woocommerce-shipping-fields .input-checkbox {
  float: right;
  margin-top: -25px;
}

.create-account .input-checkbox, .wc-terms-and-conditions .input-checkbox {
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}

.select2-container {
  max-width: 600px !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .select2-container {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}

.select2-container .select2-choice {
  border: 2px solid #ddd !important;
  height: 40px;
  line-height: 36px;
  border-radius: 20px !important;
  padding: 0 20px !important;
}
@media screen and (min-width: 1200px) {
  .select2-container .select2-choice {
    border-radius: 25px !important;
  }
}

.select2-drop, .select2-container .select2-drop-active {
  background: #ddd !important;
  margin-top: -40px !important;
  border: none !important;
  border-radius: 20px !important;
}
.select2-drop.select2-drop-above, .select2-container .select2-drop-active.select2-drop-above {
  margin-top: 0 !important;
}

.select2-search {
  padding: 0 !important;
  max-width: 600px !important;
}

.select2-search input[type=text] {
  height: 40px !important;
  line-height: 36px;
  border: 2px solid #ddd;
  padding: 20px !important;
  background: none;
  margin-top: 0 !important;
  background: #fff !important;
}

.select2-results {
  background: #ddd !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 0 !important;
}
@media screen and (min-width: 1200px) {
  .select2-results {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}

.select2-result {
  margin: 0 !important;
  padding: 0 20px;
  line-height: 30px;
}

.select2-result-label {
  padding: 0 !important;
}

@media screen and (min-width: 1200px) {
  .select2-container .select2-choice {
    height: 50px;
    line-height: 46px;
  }
  .select2-drop, .select2-container .select2-drop-active {
    margin-top: -50px !important;
    border-radius: 25px !important;
  }
  .select2-search input[type=text] {
    height: 50px;
    line-height: 46px;
  }
}
div.create-account {
  float: left;
  display: block;
  margin-right: 4.008816096%;
  width: 100%;
  background: #ddd;
  padding: 20px 20px 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
div.create-account:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1200px) {
  div.create-account {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}

.woocommerce-checkout-review-order-table {
  margin-bottom: 20px;
}
.woocommerce-checkout-review-order-table th {
  background: #c4c4c4;
}
.woocommerce-checkout-review-order-table thead th:first-child {
  -webkit-border-top-left-radius: 20px;
  -moz-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .woocommerce-checkout-review-order-table thead th:first-child {
    -webkit-border-top-left-radius: 25px;
    -moz-border-top-left-radius: 25px;
    border-top-left-radius: 25px;
  }
}
.woocommerce-checkout-review-order-table thead th:last-child {
  -webkit-border-top-right-radius: 20px;
  -moz-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .woocommerce-checkout-review-order-table thead th:last-child {
    -webkit-border-top-right-radius: 25px;
    -moz-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
  }
}
.woocommerce-checkout-review-order-table tfoot tr:last-child th {
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .woocommerce-checkout-review-order-table tfoot tr:last-child th {
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-bottom-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
}
.woocommerce-checkout-review-order-table .product-name {
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .woocommerce-checkout-review-order-table {
    margin-bottom: 25px;
  }
}

.payment_methods {
  list-style-type: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #008e07;
}
@media screen and (min-width: 1200px) {
  .payment_methods {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}

.wc_payment_method {
  padding: 20px 20px 0;
}
.wc_payment_method input[type=radio] + label {
  line-height: 40px;
  margin-bottom: 20px;
  font-family: "trusty-webfont", Arial;
  font-size: 24px;
}
.wc_payment_method img {
  width: auto;
  height: 40px;
  float: right;
}
.wc_payment_method input[type=text] {
  max-width: 200px;
}
@media screen and (max-width: 766px) {
  .wc_payment_method img {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .wc_payment_method input[type=text] {
    max-width: 250px;
  }
}

.wc-saved-payment-methods {
  list-style-type: none;
  margin-left: 20px;
}
.wc-saved-payment-methods input[type=radio] {
  float: left;
  margin-right: 10px;
  margin-top: 2px !important;
}
.wc-saved-payment-methods label {
  font-family: Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 20px !important;
}
@media screen and (min-width: 1200px) {
  .wc-saved-payment-methods label {
    font-size: 20px !important;
    line-height: 25px !important;
  }
}

li.wc_payment_method {
  border-bottom: 2px solid #c4c4c4;
}
li.wc_payment_method input[type=radio] {
  float: left;
  margin-right: 10px;
  margin-top: 14px;
}
li.wc_payment_method:last-child {
  border-bottom: none;
}

.wc-payment-form {
  margin-left: 20px;
}

.place-order .button, .place-order input[type=submit], .place-order .products .type-product .added_to_cart, .products .type-product .place-order .added_to_cart, .place-order .variations_form .single_add_to_cart_button, .variations_form .place-order .single_add_to_cart_button {
  margin-bottom: 20px;
}

.woocommerce-error {
  margin-top: 10px;
  list-style-type: none;
  height: auto;
  line-height: 40px;
  padding: 0 20px;
  background: #ddd;
  border: 2px solid #f70000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .woocommerce-error {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}

ul.order_details {
  margin-left: 20px;
}

.shop_table.order_details, .shop_table.customer_details {
  margin-bottom: 20px;
}
.shop_table.order_details th, .shop_table.customer_details th {
  background: #c4c4c4;
}

.shop_table.order_details thead th:first-child {
  -webkit-border-top-left-radius: 20px;
  -moz-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .shop_table.order_details thead th:first-child {
    -webkit-border-top-left-radius: 25px;
    -moz-border-top-left-radius: 25px;
    border-top-left-radius: 25px;
  }
}

.shop_table.order_details thead th:last-child {
  -webkit-border-top-right-radius: 20px;
  -moz-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .shop_table.order_details thead th:last-child {
    -webkit-border-top-right-radius: 25px;
    -moz-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
  }
}

.shop_table.order_details tfoot tr:last-child th {
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .shop_table.order_details tfoot tr:last-child th {
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-bottom-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
}

.shop_table.customer_details tr:first-child th {
  -webkit-border-top-left-radius: 20px;
  -moz-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .shop_table.customer_details tr:first-child th {
    -webkit-border-top-left-radius: 25px;
    -moz-border-top-left-radius: 25px;
    border-top-left-radius: 25px;
  }
}

.shop_table.customer_details tr:last-child th {
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .shop_table.customer_details tr:last-child th {
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-bottom-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
}

.ppc-button-wrapper {
  padding-bottom: 30px;
}

.woocommerce-MyAccount-navigation ul {
  background: #ddd;
  list-style-type: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: justify;
  padding: 0 40px;
  height: 40px;
}
@media screen and (min-width: 1200px) {
  .woocommerce-MyAccount-navigation ul {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
.woocommerce-MyAccount-navigation ul:after {
  content: "";
  display: inline-block;
  width: 100%;
  clear: both;
}
.woocommerce-MyAccount-navigation ul li {
  display: inline-block;
  height: 40px;
}
.woocommerce-MyAccount-navigation ul a {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  font-family: "trusty-webfont";
  font-size: 18px;
  color: #111;
}
@media screen and (max-width: 979px) {
  .woocommerce-MyAccount-navigation ul {
    padding: 0 20px;
  }
}
@media screen and (max-width: 766px) {
  .woocommerce-MyAccount-navigation ul {
    height: auto;
    padding: 5px 20px;
  }
  .woocommerce-MyAccount-navigation ul:after {
    display: none;
  }
  .woocommerce-MyAccount-navigation ul li {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .woocommerce-MyAccount-navigation ul {
    padding: 0 50px;
    height: 50px;
  }
  .woocommerce-MyAccount-navigation ul li {
    height: 50px;
  }
  .woocommerce-MyAccount-navigation ul a {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}

.woocommerce-MyAccount-content, .woocommerce-Address, .account-payment-methods-table {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .woocommerce-MyAccount-content, .woocommerce-Address, .account-payment-methods-table {
    margin-bottom: 25px;
  }
}

.account-payment-methods-table th {
  background: #c4c4c4;
}

.account-payment-methods-table th:first-child {
  -webkit-border-top-left-radius: 20px;
  -moz-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .account-payment-methods-table th:first-child {
    -webkit-border-top-left-radius: 25px;
    -moz-border-top-left-radius: 25px;
    border-top-left-radius: 25px;
  }
}

.account-payment-methods-table th:last-child {
  -webkit-border-top-right-radius: 20px;
  -moz-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .account-payment-methods-table th:last-child {
    -webkit-border-top-right-radius: 25px;
    -moz-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
  }
}

.woocommerce-account .login input[type=submit] {
  margin-bottom: 20px;
}

.instant-search-results {
  list-style-type: none;
  display: none;
  position: absolute;
  top: 90px;
  z-index: 7;
  background: #d0d0d0;
  width: auto;
  max-width: 450px;
  min-width: 260px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .instant-search-results {
    -webkit-border-top-right-radius: 25px;
    -moz-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .instant-search-results {
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-bottom-left-radius: 25px;
    border-bottom-left-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
}
.instant-search-results li {
  display: inline;
}
.instant-search-results a {
  text-decoration: none;
  display: block;
  padding: 0 20px;
  border-bottom: 2px solid #c4c4c4;
  line-height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}
.instant-search-results a:hover {
  background: #ddd;
}
.instant-search-results li:first-child a {
  -webkit-border-top-right-radius: 20px;
  -moz-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .instant-search-results li:first-child a {
    -webkit-border-top-right-radius: 25px;
    -moz-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
  }
}
.instant-search-results li:last-child a {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .instant-search-results li:last-child a {
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-bottom-left-radius: 25px;
    border-bottom-left-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .instant-search-results {
    top: 105px;
    min-width: 275px;
    max-width: 600px;
    width: auto;
  }
}
@media screen and (max-width: 979px) {
  .instant-search-results {
    top: 70px;
  }
}
@media screen and (max-width: 766px) {
  .instant-search-results {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    top: 40px;
    min-width: 320px;
    max-width: 90%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 766px) and (min-width: 1200px) {
  .instant-search-results {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 766px) {
  .instant-search-results li:first-child a:hover {
    -webkit-border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
  }
}
@media screen and (max-width: 766px) and (min-width: 1200px) {
  .instant-search-results li:first-child a:hover {
    -webkit-border-top-left-radius: 25px;
    -moz-border-top-left-radius: 25px;
    border-top-left-radius: 25px;
  }
}
@media screen and (max-width: 400px) {
  .instant-search-results {
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
    width: 280px;
    min-width: 0;
    max-width: 280px;
  }
}
@media screen and (max-width: 400px) and (min-width: 1200px) {
  .instant-search-results {
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
  }
}

.header-left .header-search.instant-search-active .search-query, .header-left .header-search.instant-search-active .search-submit {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (min-width: 1200px) {
  .header-left .header-search.instant-search-active .search-query, .header-left .header-search.instant-search-active .search-submit {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.header-left .header-search.instant-search-active .instant-search-results {
  display: block;
}

.header-search.searching .instant-search-results {
  width: 240px;
  min-width: 100px;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
@media screen and (min-width: 1200px) {
  .header-search.searching .instant-search-results {
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
  }
}
@media screen and (max-width: 979px) {
  .header-search.searching .instant-search-results {
    width: 160px;
  }
}
@media screen and (max-width: 766px) {
  .header-search.searching .instant-search-results {
    width: 280px;
  }
}
@media screen and (min-width: 1200px) {
  .header-search.searching .instant-search-results {
    width: 250px;
  }
}
.header-search.searching .instant-search-results li {
  display: block;
  line-height: 40px;
  padding: 0 20px;
}

@media screen and (min-width: 1200px) {
  .header, .main-nav-container, .breadcrumbs, .upper-footer, .lower-footer, .home-latest-offers, .home-lower, .category-intro-container .category-intro, .category-content, .woocommerce-pagination, .content-product, .page-content-container, .page-banner {
    max-width: 1350px;
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
  }
  body {
    font-size: 20px;
    line-height: 25px;
  }
  p {
    line-height: 25px;
  }
  h1, h2, h3, h4, h5, h6, p, ul, form {
    margin-bottom: 25px;
  }
}
/* vietnamese */
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(./fonts/work-sans.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(./fonts/work-sans.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(./fonts/work-sans.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.top_bar {
  background: #04008f;
  padding: 10px 20px 10px 20px;
  display: inline-block;
  width: 100%;
}

.top_bar .social .fa {
  height: auto;
}

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

.social .fa {
  font-family: FontAwesome;
}

body .woocommerce-shipping-fields .input-checkbox {
  float: none;
  margin-right: 10px;
}

.main-nav.checkout-nav li a {
  color: #fff;
}

body .guaven_woos_titlediv {
  font-size: 15px;
  font-weight: 500;
}

body form.woocommerce-shipping-calculator a, body .woocommerce-shipping-destination, body #shipping_method li label {
  font-size: 14px;
}

body .cart-collaterals .shop_table {
  min-width: 430px;
}

.woocommerce-checkout-review-order-table {
  width: 100% !important;
}

.top_bar .one-third-top {
  float: left;
  width: 33.3333%;
}

.pagination .wp-paginate .title {
  display: none;
}

.pagination {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 50px !important;
}

body.logged-in .register-link {
  display: none !important;
}

#team_section .vc_col-sm-4 > div > div {
  border: 1px solid #e6e5e5;
  background: #f3f3f3;
  text-align: center;
  padding: 30px 30px 0 30px;
  margin: 15px 0;
}

#team_section .vc_col-sm-4 h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 10px;
  color: #39394c;
}

#team_section .vc_col-sm-4 h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
  font-size: 16px;
  color: #d63838;
}

#team_section .vc_col-sm-4 p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #39394c;
  margin-bottom: 10px;
}

#breadcrumb-section-greybg {
  background: #f7f7f7;
  border-bottom: 1px solid #d7d7d7;
}

#breadcrumb-section-greybg > div > div.vc_column-inner {
  padding-top: 15px;
}

#breadcrumb-section-greybg > div > div.vc_column-inner .wpb_text_column.wpb_content_element {
  margin-bottom: 15px;
}

#subpage_bannner.meet-the-team-title {
  min-height: 149px;
  padding-top: 0;
}

#team_section {
  padding-top: 20px;
  padding-bottom: 20px;
}

#team_section > .vc_col-sm-12 {
  max-width: 1040px;
  margin: 0 auto;
  float: none;
}

#team_section .vc_col-sm-4 p strong {
  color: #39394c;
}

h1 {
  line-height: normal;
  font-size: 36px;
  margin-top: 25px;
}

.pagination .wp-paginate .gap, .pagination ol li a, .pagination ol li .current {
  border: 1px solid #C3C3C3;
  padding: 0;
  margin: 0;
  background: #fff;
  height: 40px;
  line-height: 40px;
  color: #000000;
  display: inline-block;
  min-width: 50px;
  border-radius: 0;
}

.pagination .wp-paginate .gap {
  margin-right: 0;
}

.pagination ol.wp-paginate li {
  margin: 0;
  width: auto;
  height: auto;
}

.pagination {
  text-align: center;
  max-width: inherit;
}

.pagination ol li a.prev, .portfolio-post.portfolio-post-related .inner-portfolio-post .blog-more.previous-project {
  padding: 0 20px 0 20px;
  margin-right: 10px;
}

.pagination ol li a.next {
  padding: 0 20px 0 20px;
  margin-left: 10px;
}

.pagination ol li .current {
  color: #fff;
  border-color: #000;
  background: #000;
  border-radius: 0;
}

.pagination ol li a:hover {
  background: #C3C3C3;
  color: #fff;
}

.top_bar, .top_bar a {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

.one-third-top.text-right {
  text-align: right;
}

.one-third-top .social {
  display: inline-block;
}

.one-third-top.text-right span {
  margin-right: 10px;
}

#blogs .container, .container {
  margin: 0 auto;
  max-width: 1300px;
}

body .shop_table.cart {
  border-radius: 0;
  background: none;
}

body .shop_table.cart img {
  max-width: 150px;
}

.shop_table.cart th:first-child {
  border-radius: 0;
}

.shop_table.cart th {
  background: none;
}

.shop_table.cart td.product-name a {
  color: #39394c;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.shop_table.cart tr {
  border-top: 1px solid #d7d7d7;
}

.shop_table.cart td .woocommerce-Price-amount.amount {
  font-weight: 700;
  color: #39394c;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}

body .cwginstock-subscribe-form {
  max-width: 600px;
}

body .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern {
  color: #fff;
  border-color: #EC001A !important;
  background-color: #EC001A !important;
  font-weight: 700;
  background-image: none !important;
}

body #blogs .slick-slide {
  padding-bottom: 10px !important;
}

body.woocommerce-cart h1 {
  font-size: 24px;
  color: #39394c;
  text-transform: uppercase;
}

#blogs.woocommerce-page .container > .bop-content-body, #blogs.woocommerce-page .container > h3 {
  display: none;
}

.woocommerce-checkout.woocommerce-order-received .header-logo, .header-logo {
  margin-top: 10px;
  width: 11%;
  margin-right: 0;
}

.header-right-main {
  float: right;
  width: 87%;
}

.header-right, .header-left {
  width: 100%;
  margin-right: 0;
}

.header-right .header-right-links a {
  font-family: "Roboto", sans-serif;
  font-size: 13.6px;
  font-weight: 600;
  color: #786e6e;
  text-decoration: none;
}

.header-left .header-search .search-submit {
  width: 18%;
  float: right;
  line-height: 29px;
  text-align: center;
  font-family: "Rubik", sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 16.4px;
  border-radius: 2px;
  background: #0e09ba;
}

.header-left .header-search .search-query {
  background: #fff url(./img/search-icon.png) no-repeat;
  background-position: 17px 13px;
  width: 80%;
  max-width: inherit;
  padding-left: 45px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  border: 2px solid #4d506c;
  border-radius: 2px;
}

.header-left .header-search {
  display: inline-block;
  width: 85%;
}

.header-icons {
  display: inline-block;
  width: 13%;
  margin-left: 2%;
  vertical-align: top;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 5.5px 20px;
  background: #ffca64;
  border-radius: 2px;
}

.header-icons li {
  display: inline-block;
}

.header-icons .basket-count-mobile {
  background: url(./img/cart.svg) no-repeat;
  width: 25px;
  height: 34px;
  text-align: center;
  margin-right: 7px;
  line-height: 40px;
}

.header-icons .basket-count {
  font-size: 0;
}

.header-icons .basket-count a span {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  color: #181818;
}

.header-icons .basket-count a {
  text-decoration: none;
}

.header-icons .basket-count-mobile a {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}

.header-right .header-right-links a:hover {
  color: #403b3b;
}

#top_banner > div > .vc_column-inner {
  padding-top: 0;
}

#top_banner .vc_col-sm-8 h2 {
  color: #2a2525;
  font-size: 28px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 800 !important;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
}

#top_banner .vc_col-sm-8 h2.white-text {
  color: #fff;
  font-size: 18px;
  text-transform: none;
  font-weight: 700 !important;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
  margin-top: 20px !important;
}

#top_banner a.slide-btn.white-btn, #top_banner a.slide-btn.blue-btn, #top_banner a.slide-btn.green-btn {
  font-size: 16.64px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

#top_banner a.slide-btn.white-btn {
  background: #fff;
  border-color: #fff;
  color: #153240;
}

#top_banner a.slide-btn.blue-btn {
  background: #21203c;
  border-color: #21203c;
  color: #fff;
}

.shop-dorwest {
  position: relative;
}

.abso-link {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

#top_banner a.slide-btn.green-btn {
  background: #015b41;
  border-color: #015b41;
  color: #fff;
}

body.single-product .blogs.woocommerce-page .content-product {
  padding-left: 0;
  padding-right: 0;
}

body.single-product .product-right .cart {
  border-radius: 8px;
  background: #f4f4f4;
  border: 1px solid #d7d7d7;
}

body.single-product .variations_form .quantity .minus, body.single-product .variations_form .quantity .plus,
body.single-product .cart .quantity .minus, body.single-product .cart .quantity .plus,
.shop_table.cart .quantity .minus, .shop_table.cart .quantity .plus {
  height: 48px;
  color: #fff;
  border-radius: 2px;
  background: #394e8c;
  width: 53px;
  border: 0;
  cursor: pointer;
  font-size: 53px;
  vertical-align: top;
  padding-bottom: 10px;
}

.shop_table.cart .quantity .plus {
  padding-bottom: 0;
}

body.single-product .variations_form .quantity .plus {
  padding-bottom: 0;
  height: 47px;
}

td.actions div.coupon label {
  display: none;
}

body.woocommerce-cart div.woocommerce form.woocommerce-cart-form {
  float: left;
  width: 62.6666%;
}

body.woocommerce-cart div.woocommerce div.cart-collaterals {
  width: 33.3333%;
}

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

body.woocommerce-cart div.woocommerce .cart-collaterals .shop_table {
  background: #e7e7e7;
  border-radius: 6px;
}

.cart_totals .shop_table tr:first-child th {
  -webkit-border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
}

.cart_totals .shop_table tr:last-child th {
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.shop_table.cart td.product-quantity {
  width: 182px;
}

.shop_table.cart .quantity input[type=number]:valid, body.single-product .variations_form .quantity input[type=number],
body.single-product form.cart .quantity input[type=number] {
  width: 64px;
  height: 48px;
  margin: 0 -10px;
  border-radius: 0;
  text-align: center;
  padding: 0;
}

body .product-perks li {
  font-size: 12px;
  color: #4ba840;
}

#top_banner {
  background: #d63838;
}

#blogs p {
  font-family: "Roboto", sans-serif;
}

.shop-dorwest, .shop-royal, .shop-edmondson {
  background-size: cover !important;
  min-height: 165px;
}

.shop-dorwest {
  min-height: 186px;
}

#top_banner .bottom-slide-right-sec > div, #blogs .sidebar > div {
  padding-left: 0;
  padding-right: 0;
}

.shop-dorwest p {
  margin-bottom: 7px !important;
}

.shop-dorwest a.readmore {
  border: 1px solid #ffffff;
  background: none;
  padding: 5px 20px;
}

.shop-dorwest a.readmore:hover {
  background: #fff;
  color: #1a3180;
}

.shop-royal, .shop-edmondson {
  padding: 10px;
}

.shop-royal a.readmore {
  background: #365875;
  padding: 7px 20px;
  margin-top: 110px;
}

.shop-edmondson a.readmore {
  color: #6c6565;
  background: #fff;
  margin-top: 120px;
  padding: 7px 20px;
}

.shop-royal a.readmore:hover {
  background: #d43838;
  color: #fff;
}

.shop-dorwest {
  padding: 10px 10px 10px 10px;
}

.shop-dorwest, .shop-dorwest p {
  color: #fff !important;
  font-size: 14px !important;
}

.shop-dorwest h3 {
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
  line-height: normal;
}

#bucket-top .vc_col-sm-4 .wpb_wrapper {
  text-align: center;
}

#bucket-top .vc_col-sm-4 .wpb_wrapper .wpb_wrapper {
  display: inline-block;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #fff;
  min-width: 300px;
}

#bucket-top .vc_col-sm-4 .wpb_wrapper .wpb_wrapper h2 {
  font-size: 17.2px;
  font-weight: 600;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  margin-top: 0;
  line-height: normal;
  margin-bottom: 0;
}

#bucket-top .vc_col-sm-4 .wpb_wrapper .wpb_wrapper h2 .fa {
  width: auto;
  height: auto;
}

#bucket-top .vc_col-sm-4 .wpb_wrapper .wpb_wrapper img {
  float: left;
  margin-right: 10px;
}

#top_banner #bucket-top .vc_col-sm-4 .wpb_wrapper .wpb_text_column {
  margin-bottom: 0;
}

#top_banner .vc_col-sm-4 .wpb_wrapper .wpb_content_element {
  margin-bottom: 5px;
}

.client_gallery img {
  margin: 0 12px;
}

.products .type-product {
  padding-bottom: 35px !important;
  margin-bottom: 20px;
}

.products .type-product .star-rating {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 18px;
}

#latest_offers h2 {
  text-align: center;
  font-size: 24px;
  color: #39394c;
  text-transform: uppercase;
}

.products li.product img, #latest_offers .products .type-product img {
  border: 1px solid #ebebeb;
  padding-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  min-height: 255px;
  max-height: 255px;
}

.page-id-10514 .products li.product img {
  padding: 0;
  min-height: 255px;
  width: 100%;
}

.page-id-10514 .page-content-container {
  margin-top: 30px;
}

body .products .type-product.sale::after, #latest_offers .products .type-product.sale::after {
  background: rgba(214, 56, 56, 0.7);
  font-family: "trusty-webfont", Arial;
  font-size: 16px;
  text-transform: uppercase;
  right: inherit;
  left: 0;
  width: auto;
  padding: 10px 20px;
  height: auto;
  line-height: normal;
  border-radius: 0 25px 25px 0;
}

#latest_offers .products .type-product h3, .products li.product h3 {
  color: #39394c;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  min-height: 50px;
}

#latest_offers .star-rating {
  display: none;
}

#latest_offers span.price span.price, .products li.product span.price span.price {
  color: #626972;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

#latest_offers .products .type-product .saving, #latest_offers .products .type-product .rrp {
  color: #04008f;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

#latest_offers .products .type-product .saving {
  color: #f43434;
}

.product-left {
  width: 30%;
  margin-right: 2%;
}

.product-right {
  width: 68%;
  margin-bottom: -10px;
}

body .product-right .quantity {
  margin-bottom: 0;
  float: left;
}

body.single-product .product-right .quantity input[type=number] {
  margin: 0 5px 0 5px !important;
  height: 48px !important;
}

.product-left .product-location {
  width: 40%;
  float: left;
}

.product-left .product-location h2 {
  display: none;
}

body .product-left .product-location {
  background: #f4f4f4;
  border: 1px solid #d7d7d7;
}

body.single-product .breadcrumbs {
  margin-bottom: 20px;
}

.product-left .product-location h3 {
  background: none !important;
  color: #797979;
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 5px;
  height: auto;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 0 !important;
}

body .product-left .product-categories {
  padding: 0;
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
}

body .product-left .product-categories > li:last-child a {
  border: none;
}

body .product-left .product-categories li a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  border-bottom: 1px solid #d7d7d7;
  width: 100%;
  font-weight: 600;
  color: #797979;
  text-decoration: none;
  display: inline-block;
  padding: 10px 10px 10px 20px;
}

.header {
  padding-bottom: 5px;
}

body .product-left .product-categories li a:hover {
  border-color: #f43434;
  color: #f43434;
}

body .product-left .product-categories .children {
  margin-left: 0 !important;
}

body .product-left .product-categories > li > ul > li > a {
  padding-left: 30px;
}

body .product-left .product-categories > li > ul > li > ul > li > a {
  padding-left: 40px;
}

body .product-left .product-categories > li > ul > li > ul > li > ul > li > a {
  padding-left: 50px;
}

body .product-left .product-categories > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 60px;
}

.product-left .woocommerce-product-gallery {
  width: 100%;
  float: left;
}

body.single-product form.cart .single_add_to_cart_button, body .variations_form .single_add_to_cart_button, .products li.product a.button, .products li.product .type-product a.added_to_cart, .products .type-product li.product a.added_to_cart, .products li.product .variations_form a.single_add_to_cart_button, .variations_form .products li.product a.single_add_to_cart_button, #latest_offers .button, #latest_offers input[type=submit], #latest_offers .products .type-product .added_to_cart, .products .type-product #latest_offers .added_to_cart, #latest_offers .variations_form .single_add_to_cart_button, .variations_form #latest_offers .single_add_to_cart_button {
  background: #394e8c url(./img/cart-mini.svg) no-repeat;
  border-radius: 2px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  background-position: 15px 7px;
  padding: 1px 20px 5px 50px;
}

.header-right .header-right-links {
  height: inherit;
}

body .variations_form .single_add_to_cart_button, body.single-product form.cart .single_add_to_cart_button {
  padding-bottom: 1px;
  font-size: 18px;
  line-height: 46px;
  height: auto;
  margin-top: 0;
}

body.single-product .variations_form td.value select {
  width: 100%;
}

body.single-product .variations_form td.value {
  border-radius: 2px;
  padding: 0;
  position: relative;
  z-index: 99;
}

div.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
  height: 52px;
  border-radius: 0;
  border-bottom: 2px solid #04008f;
}

.related.products h2 {
  text-align: center;
}

.related.products h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.wc-points-rewards-product-message {
  color: #4ba840;
}

body {
  font-size: 16px;
}

body.single-product h1.product_title, .up-sells h2 {
  color: #39394c;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 5px 0;
}

.single-product .up-sells .products .type-product {
  width: 33.3333%;
  padding-bottom: 0;
}

.woocommerce-product-rating {
  width: 100%;
  display: inline-block;
}

.woocommerce-product-details__short-description ul {
  margin-left: 15px;
}

.product-perks {
  margin-bottom: 5px;
}

.woo-sctr-shortcode-countdown-timer-wrap.woo-sctr-shortcode-countdown-timer-wrap-shortcode-salescountdowntimer .woo-sctr-layout-1 {
  background: none !important;
  text-align: left;
  min-width: 100%;
}

body .woo-sctr-countdown-timer-wrap {
  max-width: 300px;
}

small.wcsatt-sub-options {
  display: none;
}

/* Label Price Hidden/ Display:None Css Code*/
body.single-product .summary.entry-summary p.price span.vi-sctv-price span:first-child {
  background: url(./img/price-red.png) no-repeat;
  height: 34px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 30px;
  padding: 2.5px 15px;
  margin-bottom: 5px;
  background-size: 115px;
  margin-top: 10px;
}

body .summary .saving, body .summary .rrp {
  margin-bottom: 10px;
}

.logo-category-child {
  background: #f2f0d7;
  padding: 20px;
  text-align: center;
}

.tax-product_cat .products li.product img {
  /*max-height: inherit;*/
}

div.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li {
  display: inline-block;
}

div.woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 50px;
}

div.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
  color: #767678;
  padding: 30px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

#blogs div.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2 {
  color: #39394c;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.main-nav-container {
  background: #f7f7f7;
  border-top: 1px solid #d7d7d7;
  margin-bottom: 0px;
  max-width: inherit;
}

.main-nav-container > ul#menu-main-menu {
  max-width: 1350px;
  margin: 0 auto;
  display: block;
  float: none;
  background: none;
}

.main-nav a {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 15.2px;
  color: #39394c;
}

.main-nav a:hover {
  color: #04008f;
}

#blogs div.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel p {
  color: #000;
}

div.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li a {
  font-size: 18px;
  padding: 3px 35px 10px 35px;
  background: #f4f4f4;
  color: #39394c;
  text-decoration: none;
  width: auto;
  border-radius: 15px 15px 0 0;
}

div.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li.active a {
  color: #fff;
  background: #04008f;
}

body.single-product .woocommerce-tabs.wc-tabs-wrapper {
  display: inline-block;
  width: 100%;
}

body.single-product .product-right .variations_form .quantity {
  margin-bottom: 25px;
  margin-top: 0;
  margin-left: 0;
  float: left;
  margin-right: 10px;
}

body .variations_form .single_add_to_cart_button:hover, body.single-product form.cart .single_add_to_cart_button:hover, .products li.product a.button:hover, .products li.product .type-product a.added_to_cart:hover, .products .type-product li.product a.added_to_cart:hover, .products li.product .variations_form a.single_add_to_cart_button:hover, .variations_form .products li.product a.single_add_to_cart_button:hover, #latest_offers .button:hover, #latest_offers input[type=submit]:hover, #latest_offers .products .type-product .added_to_cart:hover, .products .type-product #latest_offers .added_to_cart:hover, #latest_offers .variations_form .single_add_to_cart_button:hover, .variations_form #latest_offers .single_add_to_cart_button:hover {
  background-color: #e55454;
  color: #fff;
}

.category-intro-container-bg {
  display: inline-block;
  width: 100%;
  background: #ab2d2e url(./img/red-section.jpg) repeat-x bottom left;
}

body.term-3771 .category-intro-container-bg {
  background: url(./img/greenbg-sec.jpg) no-repeat;
  background-size: cover;
}

.search-results #blogs .container > section, .search-results #blogs .container > p, .search-results #blogs .container > ul {
  display: none;
}

.search-results #blogs .container .products {
  display: block;
}

.category-intro-head {
  margin: 0 auto;
  display: block;
  max-width: 1200px;
}

.category-intro-head .category-intro {
  float: left;
  width: 40%;
}

body .products .product-category a, body .products .product-category img, body .products .product-category h3 {
  position: inherit;
}

body .products .product-category::after {
  display: none;
}

body .products .product-category {
  width: 31.593%;
}

body .products .product-category:nth-child(4n+1) {
  clear: none;
}

body .products .product-category:nth-child(3n+1) {
  clear: left;
}

.category-intro-head .category-intro-head-image {
  float: left;
  width: 60%;
  line-height: 0;
  text-align: center;
}

ul.products .product-category {
  background: #fafafa;
  padding: 10px 10px;
  margin: 10px 10px;
}

body .products .product-category img {
  width: auto;
  float: none;
  display: block;
  border: none;
  padding: 0;
}

ul.products .product-category h3 {
  font-size: 28px;
  color: #404052;
  background: none;
  bottom: 15px;
}

.category-intro-head .term-description {
  display: block;
}

.term-description {
  display: none;
}

.category-intro-head .category-intro h1 {
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 20px;
}

.category-intro-inner {
  display: table-cell;
  height: 254px;
  vertical-align: middle;
}

.category-intro-head .category-intro p {
  color: #fff;
  font-size: 18px;
}

.category-intro-head .category-intro p a {
  color: #ffde6b;
}

.breadcrumb-section.woocommerce-breadcrumb {
  background: #f7f7f7;
  max-width: inherit;
  border-top: 1px solid #cabfbf;
  border-bottom: 1px solid #cabfbf;
  padding: 10px 20px;
}

.breadcrumb-section.woocommerce-breadcrumb a span {
  color: #39394c;
}

#latest_offers .button:hover, #latest_offers input[type=submit]:hover, #latest_offers .products .type-product .added_to_cart:hover, .products .type-product #latest_offers .added_to_cart:hover, #latest_offers .variations_form .single_add_to_cart_button:hover, .variations_form #latest_offers .single_add_to_cart_button:hover {
  background-color: #f43434;
  color: #fff;
}

#forms_section .food_finder_form > div {
  background: #e55454 url(./img/left-red.png);
  background-position: left center !important;
  background-repeat: no-repeat !important;
  min-height: 378px;
}

#forms_section .newsletter > div {
  background: #386ea9 url(./img/exclusive.png);
  background-position: right center !important;
  background-repeat: no-repeat !important;
  min-height: 378px;
}

.footer {
  background: #313337;
  padding: 50px 20px 10px 20px;
}

.footer, .footer p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 12.8px;
}

.footer p {
  margin-bottom: 10px;
}

.copyright-one {
  text-align: center;
  padding-top: 20px;
}

.copyright-one p, .copyright-one a {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 12.8px;
  color: #b5b5b5;
}

.copyright-one img {
  height: 16px;
  margin-top: 0;
  margin-left: 5px;
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 15px;
}

.footer ul li a, .footer a {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 12.8px;
  text-decoration: none;
}

.footer .fa.fa-envelope {
  width: auto;
  font-size: 16px;
  margin-right: 7px;
}

.upper-footer-item {
  width: 20%;
  padding: 0 10px;
  margin-right: 0;
  margin-bottom: 0;
}

.food_finder_form .wpb_wrapper .wpb_wrapper {
  float: right;
  width: 100%;
  max-width: 370px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  padding: 0 30px;
  color: #fff;
}

.newsletter .wpb_wrapper {
  float: left;
  width: 100%;
  max-width: 370px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  padding: 0 30px;
  color: #fff;
}

.newsletter .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 46px;
  color: #000;
  border-radius: 2px;
  margin-top: 0;
  border: 0;
  padding-left: 12px;
}

.newsletter .gform_wrapper ul.gform_fields li.gfield {
  margin-top: 0;
  padding-right: 0;
}

.food_finder_form .wpb_text_column {
  margin-bottom: 0 !important;
}

.food_finder_form .styled-select select, .food_finder_form .styled-select {
  width: 100%;
}

.food_finder_form .styled-select {
  border-radius: 2px;
  border: none;
  padding: 0 0 0 10px !important;
  height: auto;
  margin-bottom: 8px;
}

.readmore {
  padding: 10px 25px;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
}

.readmore, #top_banner a.slide-btn, .food_finder_form input.grey[type=submit], .food_finder_form .products .type-product input[type=submit].added_to_cart, .products .type-product .food_finder_form input[type=submit].added_to_cart, #contact_section .gform_wrapper .gform_footer input[type=submit], .newsletter .gform_wrapper .gform_footer input[type=submit] {
  font-family: "Rubik", sans-serif;
  border-radius: 2px;
  background: #363652;
  border-color: #363652;
  color: #fff;
  font-weight: 500;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: 0 !important;
}

#top_banner a.slide-btn:hover, .food_finder_form input.grey[type=submit]:hover, .food_finder_form .products .type-product input[type=submit].added_to_cart:hover, .products .type-product .food_finder_form input[type=submit].added_to_cart:hover, #contact_section .gform_wrapper .gform_footer input[type=submit]:hover, .newsletter .gform_wrapper .gform_footer input[type=submit]:hover {
  background: #e55454;
}

#top_banner a.slide-btn:hover {
  color: #fff;
}

#top_banner a.slide-btn {
  height: 52px;
  line-height: 52px !important;
  display: inline-block;
  text-decoration: none;
}

.newsletter .gform_wrapper {
  display: inline-block;
  width: 100%;
}

.newsletter .gform_wrapper .gform_footer {
  text-align: center;
  margin-top: 0;
  padding-top: 8px;
}

.newsletter .wpb_wrapper .wpb_wrapper h2, .food_finder_form .wpb_wrapper .wpb_wrapper h2 {
  color: #fff;
  margin-top: 0;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
}

#top_banner #bucket-top .vc_col-sm-4:last-child .wpb_wrapper .wpb_text_column {
  background: none;
}

#top_banner #bucket-top .vc_col-sm-4 .wpb_wrapper .wpb_text_column {
  background: url(./img/right-border.jpg) no-repeat right center;
}

#instagram {
  padding-top: 35px;
}

.instagram {
  text-align: center;
}

#subpage_bannner {
  text-align: center;
  background-size: cover;
  min-height: 285px;
  padding-top: 65px;
}

#subpage_bannner.trading_subpage_bannner {
  padding-top: 30px;
}

#contact_section h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #39394c;
  text-align: center;
  font-size: 38px;
}

#contact_section.trading_form_section p {
  text-align: center;
}

#contact_section.trading_form_section .gform_wrapper .gform_footer {
  text-align: center;
  margin-bottom: 40px;
  float: left;
  width: 100%;
}

#contact_section p a {
  color: #f11a1a;
  font-size: 18px;
  text-decoration: none;
}

#subpage_bannner h1 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 36px;
  text-transform: uppercase;
  text-transform: uppercase;
}

#contact_section.trading_form_section .gform_wrapper p, #contact_section.trading_form_section .gform_wrapper .top_label .gfield_label {
  font-size: 16px;
  font-weight: 600;
  color: #484848;
}

#contact_section.trading_form_section .gform_wrapper p {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
}

#contact_section.trading_form_section .gform_wrapper .top_label input.medium, #contact_section.trading_form_section .gform_wrapper .top_label input.medium.datepicker {
  width: 100%;
  font-size: 16px;
  margin-top: 10px;
}

#contact_section.trading_form_section .gform_wrapper ul.gfield_checkbox li, #contact_section.trading_form_section .gform_wrapper ul.gfield_radio li {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  min-width: 178px;
}

#contact_section.trading_form_section .gform_wrapper ul.gfield_checkbox li input {
  margin-right: 5px;
}

#contact_section.trading_form_section .gform_wrapper ul.gform_fields li.one-half, #contact_section.trading_form_section .gform_wrapper ul.gform_fields li.one-full {
  float: left;
  width: 50%;
  clear: none;
}

#contact_section.trading_form_section .gform_wrapper ul.gform_fields li.one-full {
  width: 100%;
}

#contact_section.trading_form_section .vc_col-sm-8 h2 {
  background: none;
  color: #484848;
  font-size: 24px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-top: 25px;
  padding-left: 0;
  float: left;
  width: 100%;
}

#contact_section .vc_col-sm-8 h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  color: #39394c;
  font-weight: 600;
  background: url(./img/paperplane.svg) no-repeat left center;
  padding-left: 55px;
}

.sidebar h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #39394c;
  margin-bottom: 10px;
  font-weight: 600;
}

.sidebar p {
  margin-bottom: 10px;
}

.sidebar .wpb_content_element {
  margin-bottom: 10px !important;
}

.sidebar .social {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.sidebar .social a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #39394c;
  font-size: 24px;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
}

#contact_section p {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #484848;
}

#contact_section .gform_wrapper textarea.medium, #contact_section .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background: #edeff3;
  border-color: #edeff3;
  padding-left: 15px;
  border-radius: 2px;
  color: #847c7c;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
  max-width: inherit;
}

.breadcrumb-section a, .breadcrumb-section span {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #9393a5;
  text-decoration: none;
  font-size: 15px;
}

.breadcrumb-section a {
  background: url(./img/br-arrow.png) no-repeat right center;
  padding-right: 20px;
  margin-right: 15px;
}

body .breadcrumbs {
  padding: 0;
}

#contact_section .gform_wrapper .gform_footer input[type=submit] {
  background: #0e09ba;
  font-size: 16.5px;
}

#contact_section .gform_wrapper .gform_footer {
  text-align: right;
  padding-right: 15px;
  padding-top: 0;
}

#map .wpb_content_element {
  margin-bottom: 0;
}

#map p {
  line-height: 0;
}

.instagram p a {
  background: url(./img/instagram-brands.svg) no-repeat left center;
  background-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #396faa;
  font-size: 14px;
  padding: 3px 0 3px 30px;
  font-weight: 500;
  text-decoration: none;
}

.footer .social a .fa, .top_bar .social a .fa {
  width: auto;
  font-size: 22px;
}

.header-left .header-search {
  position: relative;
}

.footer .social a {
  margin-right: 10px;
}

.top_bar .social a {
  margin-left: 10px;
}

.footer .social {
  margin: 10px 0;
}

.upper-footer-item:last-child {
  width: 100%;
  text-align: center;
}

.instagram .wpb_content_element {
  margin-bottom: 10px !important;
}

div.woocommerce-page .container > ul.products {
  display: inline-block;
  width: 100%;
}

div.woocommerce-page .container > h2, div.woocommerce-page .container > ul, body.term-32 ul.products li.type-product, body.term-32 .woocommerce-pagination, div.woocommerce-page .container > p, div.woocommerce-page .container > .value > p, div.woocommerce-page .container > .clearfix, div.woocommerce-page .container > div.card {
  display: none;
}

body.single-product .single_variation_wrap {
  position: relative;
  padding-bottom: 48px;
}

body.single-product .single_variation_wrap .woocommerce-variation-availability > p {
  position: absolute;
  top: -30px;
}

div.woocommerce-variation.single_variation {
  margin-top: 15px;
}

body.single-product .single_variation_wrap .woocommerce-variation-availability p {
  margin-bottom: 0;
}

.product-left .images img {
  padding: 2px;
}

.product-left .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  margin-right: 10px;
  width: calc(25.33% - 13.33px);
}

.product-left .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(3n+1) {
  margin-right: 10px;
}

.product-left .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(4n+1) {
  margin-right: 0;
}

.woocommerce-Reviews {
  background: none;
  border: 1px solid #d7d7d7;
  margin-right: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.woocommerce-Reviews .avatar {
  float: left;
  border-radius: 100%;
  margin-right: 15px;
}

.woocommerce-Reviews .star-rating {
  padding-top: 8px;
}

.sub-nav a {
  color: #3c3c48;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.sub-nav {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background: #fff;
}

#menu-main-menu > li > .sub-nav > li > a {
  color: #04008f;
  background: url(./img/chevron-right-solid.svg) no-repeat right center;
  border-radius: 0;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  width: auto;
  display: inline-block;
  background-size: 10px;
  font-size: 16px;
  line-height: 1.5em;
  text-decoration: underline;
}

.woocommerce-Reviews h2 {
  font-size: 20px;
}

.woocommerce-Reviews ol li {
  margin-bottom: 20px;
  border-bottom: 1px solid #d7d7d7;
}

.product-left .images img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.woocommerce-page .page-title {
  margin-top: 20px;
  text-align: center;
  font-size: 40px;
  margin-bottom: 15px;
}

#subpage_bannner.point_banner {
  padding-top: 0;
}

#subpage_bannner.point_banner .wpb_single_image {
  margin-bottom: 0;
}

#subpage_bannner.point_banner {
  text-align: left;
}

#subpage_bannner.point_banner h1 {
  font-size: 36px;
  text-align: left;
  text-transform: inherit;
  margin-top: 100px;
}

#subpage_bannner.point_banner p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #373737;
}

#how-it-work-sec h4 {
  font-size: 18px;
  text-transform: inherit;
  color: #464544;
}

#how-it-work-sec {
  text-align: center;
}

#how-it-work-sec h3 {
  font-size: 24px;
  font-weight: 600;
  color: #3c3c3c;
  font-family: "Montserrat", sans-serif;
}

#how-it-work-sec .vc_row {
  position: relative;
}

#how-it-work-sec .vc_row::after {
  content: "";
  border-top: 3px dotted #5a9994;
  position: absolute;
  top: 25px;
  width: 800px;
  left: 210px;
}

#how-it-work-sec h5 {
  font-weight: 500;
  background: #5a9994;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 32.75px;
  display: inline-block;
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 30px;
  position: relative;
  z-index: 9999;
}

#how-it-work-sec img {
  height: 100px;
}

#how-it-work-sec h4 {
  font-size: 24px;
  color: #302e80;
}

#how-it-work-sec p {
  color: #39394c;
  font-size: 20px;
}

#how-it-work-sec {
  padding-bottom: 40px;
}

body .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern {
  background: #363652;
  border-color: #363652;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 16.4px;
}

#faq-tab-sec {
  min-height: 625px;
  background-position: bottom center !important;
}

#faq-tab-sec h2 {
  text-align: center;
  margin-bottom: 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #3c3c3c;
}

#faq-tab-sec .vc_tta-panels > div {
  margin-bottom: 5px;
  border: none;
}

#faq-tab-sec .vc_tta-panels > div .vc_tta-panel-heading {
  background: #363652;
  border: none;
  border-radius: 0;
}

.breadcrumb-section-white .vc_column-inner {
  padding-top: 15px !important;
}

.breadcrumb-section-white .vc_column-inner .wpb_text_column {
  margin-bottom: 15px;
}

.float-right {
  float: right;
}

#faq-tab-sec .vc_tta-panels > div .vc_tta-panel-body {
  border: none;
  background: #f1f1f1;
  font-weight: 500;
  font-size: 14px;
}

#faq-tab-sec .vc_tta-panels > div .vc_tta-panel-body p {
  font-size: 14px;
  color: #464544;
  font-weight: 500;
}

#faq-tab-sec .vc_tta-panels > div .vc_tta-panel-heading h4 {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  text-transform: inherit;
}

#faq-tab-sec .vc_tta-container {
  margin: 0 auto;
  max-width: 1000px;
}

#faq-tab-sec .vc_tta-panels > div .vc_tta-panel-heading h4 a {
  color: #fff;
}

body .variations_form .single_add_to_cart_button, body.single-product form.cart .single_add_to_cart_button {
  margin-left: 10px;
}

.single-product select {
  background-color: #fff;
  border: 2px solid #ccc;
  font-size: 16px;
  height: 42px;
  margin-bottom: 10px;
  padding: 0;
}

@media (max-width: 768px) {
  body .product-perks {
    text-align: center;
  }
  body.single-product .summary.entry-summary p.price span.vi-sctv-price span:first-child {
    background-position: center;
  }
  body .product-right .quantity label {
    width: auto;
  }
  body.single-product h1.product_title, .up-sells h2 {
    text-align: center;
  }
  .single-product select, body.single-product .single_variation_wrap .woocommerce-variation-availability > p {
    width: 100%;
  }
  body.single-product h1.product_title, .up-sells h2 {
    margin-top: 5px;
  }
  .single-product .summary.entry-summary {
    text-align: center;
  }
  #how-it-work-sec .vc_row::after {
    display: none;
  }
  .woo-sctr-shortcode-countdown-timer-wrap.woo-sctr-shortcode-countdown-timer-wrap-shortcode-salescountdowntimer .woo-sctr-layout-1 {
    text-align: center;
  }
  body .woo-sctr-countdown-timer-wrap {
    max-width: 100%;
  }
  .main-nav-container > ul#menu-main-menu {
    background: #f43434;
  }
  body .main-nav a {
    background: #04008f;
  }
  body .main-nav:before {
    width: 30px;
    height: 30px;
    color: #fff;
    padding: 0;
    background-size: 15px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: 15px;
  }
  body.single-product .breadcrumbs {
    display: none;
  }
  .wcsatt-sub-options {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }
  body.single-product .blogs.woocommerce-page .content-product {
    padding-top: 25px;
  }
  body .variations_form .single_add_to_cart_button, body.single-product form.cart .single_add_to_cart_button {
    margin-left: 0;
  }
  body.single-product .cart .quantity .plus {
    padding-bottom: 0;
  }
  body.single-product .cart .quantity .minus {
    padding-bottom: 8px;
  }
  body.single-product form.cart .single_add_to_cart_button {
    margin-top: 10px;
  }
  body .product-right .quantity {
    width: 100%;
  }
  .products li.product img, #latest_offers .products .type-product img {
    min-height: inherit;
    max-height: inherit;
  }
  .float-right {
    float: none;
  }
  #subpage_bannner.point_banner h1 {
    margin-top: 20px;
  }
  #subpage_bannner.point_banner h1, #subpage_bannner.point_banner {
    text-align: center;
  }
  .main-nav a {
    color: #fff;
  }
  body.term-3771 .category-intro-container-bg .category-intro-head-image {
    display: block;
  }
  .header-right .header-right-links a {
    font-size: 11px;
  }
  .product-right {
    margin-bottom: 10px;
  }
  .header-left .header-mobile-nav-toggle, .header-left .header-mobile-search-toggle {
    background: none;
  }
  #top_banner a.slide-btn.green-btn, #top_banner a.slide-btn.red-btn {
    display: none !important;
  }
  #contact_section h1 {
    font-size: 24px;
  }
  #contact_section.trading_form_section .gform_wrapper ul.gform_fields li.one-half, #contact_section.trading_form_section .gform_wrapper ul.gform_fields li.one-full {
    width: 100%;
  }
  .post_per_page_section {
    text-align: center;
    padding-left: 20px;
    padding-left: 20px;
  }
  .post_per_page_section select {
    margin: 0 auto;
    padding: 10px;
    margin-top: 15px;
  }
  body.single-product .single_variation_wrap .woocommerce-variation-availability {
    width: 100%;
  }
  .shop_table.cart .quantity .plus {
    padding-bottom: 0;
  }
  body.woocommerce-cart h1 {
    text-align: center;
  }
  .shop_table.cart td.product-quantity {
    width: auto;
  }
  .shop_table.cart .quantity input[type=number]:valid {
    margin: 0 -5px;
  }
  .wc-proceed-to-checkout {
    text-align: center;
  }
  body.woocommerce-cart div.woocommerce div.cart-collaterals {
    width: 100%;
    padding: 0 15px;
  }
  body.woocommerce-cart div.woocommerce .cart-collaterals .shop_table {
    width: 100%;
  }
  body.woocommerce-cart div.woocommerce form.woocommerce-cart-form {
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }
  .header-left .header-search .search-submit {
    line-height: normal;
  }
  .header-left:last-child {
    margin-top: -140px;
  }
  .header-logo a {
    display: inline-block;
    position: relative;
    z-index: 999;
  }
  .header-left .header-search .search-query {
    background-position: 17px 9px;
  }
  .header {
    padding-bottom: 0;
  }
  .header-icons {
    margin-top: -195px;
  }
  #top_banner > div > .vc_column-inner {
    padding: 0;
  }
  .header-left .header-search {
    width: 100%;
    position: relative;
    margin-top: 95px;
    padding-left: 0;
    padding-right: 0;
  }
  .header-left .header-search .search-query {
    left: 0;
    width: 58%;
    margin-left: 0;
  }
  .header-left .header-search .search-submit {
    width: 40%;
    text-align: center;
    left: 0;
    margin-left: 0;
  }
  .header-icons {
    width: auto;
    padding: 0;
    background: none;
    float: right;
  }
  .header-icons .basket-count-mobile {
    margin-right: 0;
  }
  .header-icons .basket-count {
    display: none;
  }
  .header-left {
    margin-top: 0;
  }
  .header-logo {
    text-align: center;
    width: 100%;
  }
  .header-right .header-right-links {
    display: block;
  }
  .header-right {
    position: relative;
    z-index: 999;
    text-align: center;
    margin-top: 7px;
  }
  .header-right-main {
    width: 100%;
  }
  div.woocommerce-page .container > p {
    padding-left: 20px;
    padding-right: 20px;
  }
  .top_bar {
    display: none;
  }
  .category-intro-head .category-intro-head-image, body .products .product-category, .variations_form td.value, body.single-product .product-right .cart table, body.single-product .product-right .cart, .product-left, .product-right, .product-left .woocommerce-product-gallery {
    width: 100%;
    margin-right: 0;
  }
  .footer {
    padding-top: 30px;
  }
  .upper-footer-item {
    text-align: center;
    width: 100%;
    margin: 20px 0 0 0;
  }
  #client_gallery {
    display: none;
  }
  #blogs .container .sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }
  #subpage_bannner h1 {
    font-size: 24px;
  }
  #subpage_bannner {
    text-align: center;
    background-size: cover;
    min-height: inherit;
    padding-top: 6px;
    background-position: top center;
    min-height: 115px;
  }
  #blogs div.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2 {
    text-align: center;
  }
  .category-intro-inner {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }
  body .variations_form .single_add_to_cart_button, .products li.product a.button, .products li.product .type-product a.added_to_cart, .products .type-product li.product a.added_to_cart, .products li.product .variations_form a.single_add_to_cart_button, .variations_form .products li.product a.single_add_to_cart_button, #latest_offers .button, #latest_offers input[type=submit], #latest_offers .products .type-product .added_to_cart, .products .type-product #latest_offers .added_to_cart, #latest_offers .variations_form .single_add_to_cart_button, .variations_form #latest_offers .single_add_to_cart_button {
    height: auto;
    padding: 5px 20px 5px 50px;
  }
  body.single-product .blogs.woocommerce-page .content-product {
    padding-left: 25px;
    padding-right: 25px;
  }
  .category-intro-head .category-intro {
    width: 100%;
  }
  .category-intro-inner {
    height: inherit;
  }
  ul.products .product-category {
    margin-left: 0;
    margin-right: 0;
  }
  .category-intro-head .category-intro-head-image {
    margin-bottom: -4px;
  }
  .category-intro-head {
    padding-bottom: 0;
  }
  #forms_section .food_finder_form > div, #forms_section .newsletter > div {
    background-size: 400px;
    background-position: bottom center !important;
    padding-bottom: 377px;
  }
  #forms_section .newsletter > div {
    background: #386ea9 url(./img/img-blue.png) no-repeat bottom right !important;
  }
  .category-intro-head {
    display: inline-block;
    max-width: inherit;
    width: 100%;
    padding: 20px 20px 0 20px;
    text-align: center;
  }
  div.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
    padding: 0;
  }
  .newsletter .wpb_wrapper, .food_finder_form .wpb_wrapper .wpb_wrapper {
    max-width: inherit;
  }
  .products .type-product, .products .product-category {
    width: 100% !important;
    margin-right: 0 !important;
    padding: 0 20px;
  }
  div.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 0;
  }
  body.single-product .product-right .cart {
    text-align: center;
  }
  body.single-product .product-right .variations_form .quantity {
    margin-top: 0;
    float: none;
    margin-left: 0;
    margin-bottom: 0;
  }
  body .variations_form .single_add_to_cart_button {
    padding-top: 1px;
  }
  #top_banner #bucket-top, #top_banner .vc_col-sm-4 {
    display: none;
  }
  #top_banner a.slide-btn {
    height: 42px;
    line-height: 42px !important;
    display: inline-block;
    text-decoration: none;
    font-size: 16px !important;
  }
  #top_banner .vc_col-sm-8 h2 {
    font-size: 16px !important;
    line-height: 1em !important;
  }
  #latest_offers h2 {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .main-nav a {
    color: #000;
  }
  #latest_offers h2 {
    margin-top: 20px;
  }
  #client_gallery, #top_banner #bucket-top, #top_banner .vc_col-sm-4 {
    display: none;
  }
  #top_banner .vc_col-sm-8 {
    width: 100%;
  }
  .header-left:last-child {
    margin-top: -15px;
  }
  .header-icons {
    margin-top: -145px;
  }
  .header-left .header-search {
    margin-top: 45px;
  }
  .products .type-product, .products .product-category {
    width: 45% !important;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  .products li.product img, #latest_offers .products .type-product img {
    min-height: inherit;
    max-height: inherit;
  }
  #forms_section .vc_col-sm-6 {
    width: 100%;
  }
  input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password] {
    max-width: inherit;
  }
  .newsletter .wpb_wrapper, .food_finder_form .wpb_wrapper .wpb_wrapper {
    max-width: 370px;
  }
  #forms_section .food_finder_form > div {
    background-position: left center !important;
  }
  #forms_section .food_finder_form > div, #forms_section .newsletter > div {
    background-size: inherit;
    background-position: inherit;
    padding-bottom: 0;
  }
  .product-left .product-location {
    display: none;
  }
}
@media (min-width: 800px) and (max-width: 1100px) {
  .header-left .header-search, .header-icons {
    margin-top: 0;
  }
  .one-third-top.text-right {
    display: none;
  }
  .newsletter .wpb_wrapper, .food_finder_form .wpb_wrapper .wpb_wrapper {
    max-width: 650px;
  }
  .top_bar .social a .fa {
    font-size: 18px;
  }
  .header-left .header-search .search-query {
    height: 47px;
    line-height: 47px;
  }
  .header-left .header-search .search-submit {
    height: 47px;
  }
}
.wcsatt-sub-discount {
  display: none;
}

.woocommerce-Tabs-panel--description .woocommerce-tabs .woocommerce-Tabs-panel--description {
  display: block !important;
}

.mailchimp-form-popup {
  display: none;
  position: fixed;
  height: 280px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3000;
  background-color: #04008f;
  color: #fff;
  padding: 20px;
  box-shadow: 0px -10px 30px 0px rgba(0, 0, 0, 0.3);
}
.mailchimp-form-popup h3, .mailchimp-form-popup p {
  margin-bottom: 10px;
  text-align: center;
}
.mailchimp-form-popup input[type=text], .mailchimp-form-popup input[type=email] {
  border-radius: 0;
}
.mailchimp-form-popup .yikes-mailchimp-container {
  margin-top: 20px;
}
.mailchimp-form-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  font-family: "trusty-webfont", Arial;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
@media screen and (max-width: 766px) {
  .mailchimp-form-popup {
    display: none !important;
  }
}

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