/*
Theme Name: A Sargento Martinho 2022 2.0
Description: A custom theme.
Author: Caroline Elisa Haggerty
Author URI: https://carolineelisa.com/
Version: 2.0
Text Domain: sgtmartinho

2.0
Subscriptions

1.9
Mobile header
Mobile shop submenu

1.8
Subscriptions

1.7
Wholesale and bulk shop

1.6
Buy now below product title

1.5
Reviews login

1.4
Theme check fixes
Shop menu widget area
Checkout colour

1.3
HR Elementor

*/
/* Eric Meyer's Reset */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, b, i, hr, u, center, menu, layer, s, strike, font, xmp {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: none;
  font-size: 100%;
  background: transparent;
  border: none;
  text-decoration: none;
  font-weight: normal;
  font-weight: normal;
  font-style: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
/* My Reset */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, b, i, hr, u, center, menu, layer, s, strike, font, xmp {
  font-weight: inherit;
  font-style: inherit;
}
/* The basics */
body {
  overflow-x: hidden;
  font-family: 'Barlow', sans-serif;
  font-size: 1.1em;
  line-height: 1.8em;
  color: #818181;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 2.4em;
  line-height: 1.2em;
  margin-bottom: .5em;
  font-weight: bold;
}
h1 {
  text-transform: uppercase;
  color: #547BA6;
}
h1.entry-title, h1.page-title {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
.single-post h1.entry-title {
  text-align: left;
}
h2 {
  font-size: 1.6em;
  margin-top: 1em;
  color: #547BA6;
  text-transform: uppercase;
}
h3 {
  font-size: 1.6em;
  line-height: 1.4em;
  color: #547BA6;
  margin-bottom: .5em;
  margin-top: .75em;
}
h4 {
  font-size: 1.4em;
  line-height: 1.4em;
  margin-bottom: .5em;
  margin-top: .75em;
}
h5 {
  font-size: 1.2em;
  line-height: 1.4em;
  margin-bottom: .5em;
  margin-top: .75em;
}
h6 {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: .5em;
  margin-top: .75em;
}
span {
  font-weight: inherit;
}
del {
  text-decoration: line-through;
}
img {
  max-width: 100%;
  height: auto;
}
@media \0screen {
  img {
    width: auto
  }
}
.wp-caption img {
  margin: 0;
}
.wp-caption {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
img.aligncenter, input[type="submit"].aligncenter {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft, .floatleft {
  clear: left;
  float: left;
  margin-right: 3%;
}
img.alignright, .floatright {
  float: right;
  margin-left: 3%;
}
.gallery .gallery-item {
  font-size: 0;
  display: inline-block;
  float: none!important;
  vertical-align: middle!important;
  padding: 5px;
}
.gallery img {
    border: 0!important;
}
iframe {
  width: 100%;
}
/* video {
  width: 100%  !important;
  height: auto   !important;
} */
table {
  width: 100%;
  border-spacing: 0;
}
th, td {
  padding: 1em;
  text-align: left;
  border-bottom: 2px solid #F4F4F4;
}
tr:last-child td {
  border-bottom: none;
}
td
hr {
  border: 0;
  clear: both;
  height: 1px;
  margin: 1em 0;
  background-color: #001E37;
}
hr.spacer {
  background-color: transparent;
  margin: 15px 0;
  padding: 0 !important;
}
hr.divider {
  margin: 0;
}
blockquote {
  border-left: 4px solid #547BA6;
  padding-left: 1em;
  margin: 1em 0;
}
p:empty, li:empty, .screen-reader-text, .screen-reader-response {
  display: none;
}
.hidden, .hide {
  display: none!important;
}
ul, ol {
  padding-left: 1.2em;
}
li, p {
  margin-bottom: .75em;
}
ul, ol, table, iframe, video, img {
  margin-bottom: 1em;
}
a {
  color: inherit;
  text-decoration: underline;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateZ(0);
}
a:hover {
  text-decoration: underline;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
  color: inherit;
}
a.hide-if-no-link[href='']{
    display: none;
}
:disabled, .disabled {
  opacity: 0.3;
  pointer-events: none;
}
strong, b {
  font-weight: bold;
}
em, i {
  font-style: italic;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
small, .small {
  font-size: small;
  line-height: 1.4em;
}
.smaller {
  font-size: 0.8em;
  line-height: 1.4em;
}
large, .large {
  font-size: large;
  line-height: 1.4em;
}
.larger {
  font-size: larger;
  line-height: 1.4em;
}
.x-large {
  font-size: x-large;
  line-height: 1.4em;
}
.caps {
  text-transform: uppercase;
}
.large {
  font-size: 1.8em;
  line-height: 1.4em;
}
::-moz-selection { /* Code for Firefox */
  color: #001E37;
  background: #547BA6;
}
::selection {
  color: #001E37;
  background: #547BA6;
}
select, input, textarea {
  font-size: 1em;
  font-family: inherit;
  font-weight: inherit;
}
select, input, textarea, button, a.button, span.button a, a.wp-block-button__link {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 8px 6px;
  min-height: 40px;
  min-width: 20px;
  line-height: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #FAFAFA;
  border: 1px solid #eee;
  color: #4C5B6A;
  display: block;
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
  margin: .5em 0;
}
input: -moz-read-only {
  background-color: transparent;
  border-color: transparent!important;
}
input: read-only {
  background-color: transparent;
  border-color: transparent!important;
}
input: focus, button: focus, select: focus {
  outline: none !important;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color:  inherit;
  opacity:  0.5;
}
::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:  inherit;
  opacity:  0.5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:  inherit;
  opacity:  0.5;
}
: -ms-input-placeholder { /* Internet Explorer 10+ */
  color:  inherit;
  opacity:  0.5;
}
select:focus, input:focus, textarea:focus,
select:active, input:active, textarea:active {
  outline:none!important;
  border-color: #4C5B6A;
}
input[type="checkbox"], input[type="radio"] {
  display: inline-block;
  width: auto;
  min-height: 0;
  background-color: transparent;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
 }
input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
 }
input[type="button"], input[type="submit"], button, a.button, span.button a, a.wp-block-button__link, #page-navigation a {
  cursor: pointer;
  border: 0;
  font-size: .8em;
  padding: 8px 24px;
  text-align: center;
  position: relative;
  width: auto;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 2px solid #B03633;
  background-color: #FFF;
  color: #B03633;
  font-size: 1em;
  font-family: inherit;
  text-transform: uppercase;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
div.wp-block-button {
  color: #001E37;
}
a.button, span.button a, a.wp-block-button__link {
  text-decoration: none!important;
}
.button.large, input.large, button.large {
  font-size: 1.2em;
}
input[type="button"]:hover, input[type="submit"]:hover, button:hover, a.button:hover, span.button a:hover, a.wp-block-button__link:hover {
  opacity: .7;
}
a.button.round, span.button.round a {
  padding: .1em;
  width: 1.5em;
  height: 1.5em;
}
a.button.icon, a.button.previous, a.button.next, .button.previous a, .button.next a, #page-navigation a {
  padding: 5px;
  width: 20px!important;
  box-sizing: content-box;
  min-height: 0;
  min-width: 0;
  height: 20px;
  display: inline-block!important;
}
a.button.icon, .previous, .next {
  font-size: 0;
  line-height: 0;
}
a.button.icon .fa-icon, .previous .fa-icon, .next .fa-icon {
  font-size: 20px;
  line-height: 20px;
}
.button.alt, input[type="button"].alt, input[type="submit"].alt, button.alt {
  background: #B03633;
  color: #FFF;
}
.button.alt:hover, input[type="button"].alt:hover, input[type="submit"].alt:hover, button.alt:hover {
  opacity: .8;
}

ul.menu, ul.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu a {
  display: block;
  text-decoration: none;
}
.ios .hide-if-ios {
  display: none!important;
}
.grey {
  opacity: 0.5;
}
/*The rest*/
.container {
  max-width: 800px;
  padding-left: 60px;
  padding-right: 60px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.container.wide {
  max-width: 1400px;
}
#header {
  background: #fff;
  color: #002A49;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

#header #logo, #header nav, #header ul, #header li, #shop-menu > li {
  margin: 0 -2px;
  display: inline-block;
  vertical-align: middle;
}
#header nav {
  width:35%;
  width: calc(50% - 126px);
  padding: 0 0 0 50px;
  box-sizing: border-box;
  text-align: left;
}
#header #right-menu {
  text-align: right;
  padding: 0 50px 0 0;
}
#logo {
  max-width: 220px;
}
#logo a {
  padding: 1em;
}
#logo img {
  margin: 0;
  font-size: 0;
}
#header a, #shop-menu a {
  padding: .5em 1em;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
}
#header a:hover, #shop-menu a:hover {
  color: #547BA6;
  text-decoration: none;
}
#right-menu .menu a {
  padding: 1em .2em;
}
#right-menu > a:last-child {
  padding-left: 0;
}
.current_page_item > a,
.current-menu-item:not(.button) > a,
.current_page_parent > a,
.current-page-parent > a,
.current-custom-parent > a,
.current-menu-parent > a,
.current-page-ancestor > a {
  color: #547BA6;
  font-weight: bold;
}
.shop-filters, #shop-menu {
  font-size: 0.7em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2em;
}
#shop-menu {
  margin-top: 2em;
}
.shop-filters ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.shop-filters ul.parent, .shop-filters ul.parent > li {
  display: inline-block;
}
.shop-filters a {
  padding: .5em 1em;
  text-decoration: none;
}
#header .sub-menu, .shop-filters ul ul, #shop-menu .sub-menu {
  text-align:left;
  position: absolute;
  z-index:-999;
  top: 100%;
  left:0;
  width:100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
  min-width: 240px;
  background: #eeeeee;
}
#shop-menu > li:last-child .sub-menu {
  left: auto;
  right: 0;
}
#header .sub-menu a {
  text-align: left;
}
#header .sub-menu li {
  width: 100%;
}
#header .sub-menu .sub-menu {
  top:0;
  left:100%;
}
#header .menu-item-has-children,
.shop-filters .parent > li,
#shop-menu .menu-item-has-children {
  position: relative;
}
#header .menu-item-has-children:hover > .sub-menu,
.parent > li:hover > ul,
#shop-menu .menu-item-has-children:hover > .sub-menu,
#shop-menu .open-sub-menu > .sub-menu {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}
#header .menu-item-has-children > a:after,
#shop-menu .menu-item-has-children > a:after {
  content: url('icons/solid/chevron-down.svg');
  width: 10px;
  position: absolute;
  right: 0;
  top: .5em;
  filter: invert(36%) sepia(22%) saturate(522%) hue-rotate(163deg) brightness(87%) contrast(87%);
}
#header nav .sub-menu .menu-item-has-children > a:after {
  position: absolute;
  top: 50%;
  left: auto;
  right: .5em;
  margin-top: -.6em;
  content: "\f054";
}
nav .count {
  background: #547BA6;
  color: #fff;
  font-size: .6em;
  padding: .5em;
  margin-bottom: .2em;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  line-height: 1.28571429em;
  width: 1.28571429em;
  display: inline-block;
  text-align: center;
}
.menu .button > a {
  background: #547BA6;
  color: #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  padding: .5em !important;
  font-size: .7em;
  margin: 0 .5em;
}
.fa-icon {
  height: 1em;
  width: auto;
  margin: 0;
  vertical-align: middle;
  filter: invert(46%) sepia(54%) saturate(347%) hue-rotate(177deg) brightness(88%) contrast(93%);
}
.button .fa-icon {
  filter:invert(1);
  height: 15px !important;
}
.fa-icon.red {
  filter: invert(22%) sepia(91%) saturate(1246%) hue-rotate(334deg) brightness(102%) contrast(93%);
}
nav .menu .fa-icon:hover {
  background: #818181;
}
nav .fa-shopping-cart, .cart-count .fa-shopping-cart, nav .fa-user {
  color: #B03633;
  font-size: 1.2em;
  margin-top: .4em;
}
nav .count {
  position: absolute;
  top: 1em;
  right: -.2em;
}
#mobile-fixed {
  position: fixed;
  z-index: 9999;
  text-align: right;
  top: 0;
  right: 0;
  display: block;
  background: #fff;
  color: #547BA6;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  display: none;
}
#mobile-fixed a {
  text-decoration: none;
  text-transform: uppercase;
  padding: 20px 15px;
  display: inline-block;
  vertical-align: middle;
}
#mobile-fixed a:first-child {
  padding-right: 0;
  padding-left: 10px;
}
#mobile-fixed .cart-count {
  padding-left: 0;
  padding-right: 10px;
}
#mobile-menu {
  opacity: 1;
  position: fixed;
  z-index: 9999;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 80px 0 20px;
  box-sizing: border-box;
  /* height: 100%;
  width: 100%; */
  line-height: 1.2em;
  overflow-y: auto;
  background: #FFF;
  text-align: right;
  width: 80%;
  max-width: 500px;
  transition: all ease .5s;
  margin-right: -500px;
  text-align: right;
  color: #002A49;
  font-weight: bold;
  text-transform: uppercase;
}
#mobile-menu li {
  margin: 0;
}
.menu-open #mobile-menu {
  margin-right: 0;
}
.menu-close {
  opacity: 0;
  position: absolute;
  right: 0;
  top:0;
  background: #fff;
}
.menu-open .menu-close {
  opacity: 1;
}
/* .menu-open {
  overflow: hidden;
}
.menu-open body {
  overflow-y: scroll;
} */
#mobile-menu a {
  display: block;
  padding: 0.5em 20px;
  text-decoration: none;
}
#mobile-menu .menu:nth-child(2) {
  padding-right: 15px;
}
#mobile-menu .menu:nth-child(2) a {
  padding: 0.5em 5px;
}
#mobile-menu a:hover {
  text-decoration: none;
  color: #547BA6;
}
#mobile-menu .sub-menu a {
  font-size: 0.8em;
  opacity: .8;
}
#mobile-menu .menu:nth-of-type(2) li {
  display: inline-block;
}
#content {
  min-height: 40vh;
  position: relative;
  padding: 0 0 90px;
}

#content > .container{

}
#content.has-sidebar > .container {
  max-width: 1200px;
}


#sidebar, .has-sidebar #main {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 25%;
  box-sizing: border-box;
  margin-top: 40px;
}
.has-sidebar #main {
  width: 75%;
  padding-right: 60px;
  position: relative;
}
#sidebar {
  font-size: 0.8em;
  line-height: 1.4em;
}
#sidebar a {
  text-decoration: none;
}
#main .hentry, #sidebar .widget, .search-results article {
  display: block;
  clear: both;
  padding: 30px 0;
  border-top: 2px solid #435765;
}
.search-results .type-product {
  text-align: center;
}
#content #main .hentry {
  text-decoration: none;
}
.blog h1.entry-title {
  display: none;
}
.blog .inner-container {
  max-width: 600px;
  padding-bottom: 120px;
}
article h2 {
  font-size: 1.6em;
  margin-top: 0;
  margin-bottom: .5em;
}
a.hentry {
  text-decoration: none;
  font-weight: normal;
}
a.hentry:hover {
  text-decoration: none;
}
#main .hentry .read-more {
  font-weight: bold;
  color: #547BA6;
}
.hentry .meta {
  margin-bottom: 30px;
  font-weight: bold;
}
.share-buttons {
  list-style: none;
  padding: 2em 0 0 0;
  display: inline-block;
}
.share-buttons li {
  display: inline-block;
}
input.search-submit {
  display: none;
}
#page-navigation {
  clear: both;
  overflow: hidden;
  margin-top: 60px;
}
.search-results #page-navigation .previous {
  float: left;
}
.search-results #page-navigation .next {
  float: right;
}

.col {
  box-sizing: border-box;
  flex: 0 0 50%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.home .wp-block-column {
  text-align: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
  margin: 0!important;
}
.row {
  display: flex;
  flex-wrap: wrap;
  flex-start: flex-start;
  justify-content: flex-start;
}
.row > .col {
  padding-left: 30px;
  padding-right: 30px;
}

.home .wp-block-column > * {
    margin: 0;
}
.home .wp-block-column p {
  text-align: left;
  margin-left: 2em;
}
.home .wp-block-image, .wp-block-image img {
  margin: 0;
  line-height: 0;
}
.one_eleventh .wp-block-image img {
  max-width: 80%;
}
.wp-block-column.six_elevenths {
  flex: 0 0 54.54%;
}
.wp-block-column.five_elevenths {
  flex: 0 0 45.45%;
}
.wp-block-column.three_elevenths {
  flex: 0 0 27.27%;
}
.wp-block-column.two_elevenths {
  flex: 0 0 18.18%;
}
.wp-block-column.one_eleventh {
  flex: 0 0 9.09%;
}
.has-6-cols > .col, .one_sixth {
  width: 16.66%;
  flex: 0 0 16.66%;
}
.has-5-cols > .col, .one_fifth {
  width: 20%;
  flex: 0 0 20%;
}
.has-4-cols > .col, .one_fourth {
  width: 25%;
  flex: 0 0 25%;
}
.has-3-cols > .col, .one_third {
  width: 33.33%;
  flex: 0 0 33.33%;
}
.has-2-cols > .col, .one_half {
  width: 50%;
  flex: 0 0 50%;
}
.three_fourths {
  width: 75%;
  flex: 0 0 25%;
}
.has-1-cols > .col, .full_width {
  width: 100%!important;
  box-sizing: border-box;
  flex: 0 0 100%;
}
.widget h4 {
  /* font-size: 1.1em;
  margin: 0 0 1em; */
}
.widget ul {
  list-style: none;
  padding: 0;
}
.widget ul.sub-menu {
  display: none;
}
/* .widget li {
  margin: 0;
} */
.widget .post-date {
  display: block;
}
footer {
  padding: 30px 10px;
  font-size: .7em;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  background: #fff;
}
footer a {
  padding: 0.5em 1em;
}
footer .menu li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}


a.back-to-top {
  padding: 8px!important;
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 20px;
  left: auto;
  background: #547BA6;
  opacity: 0;
}
a.back-to-top:hover {
  background: #3d4548;
}
.show-sticky-menu a.back-to-top {
  opacity: 1;
}
.post-edit-link {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  display: inline-block;
  background: #547BA6;
  color: #EFEFEF;
  padding: 0.3em 1em;
}
/* FontAwesome */
/* .fab {
  font-family: FontAwesome;
  font-style: normal;
} */
.fa {
  font-weight: 300;
}
[class^="fa"].fa-fw {
  line-height: 1.28571429em;
}
/*WPForms*/
.wpforms-form .wpforms-field {
  clear: both;
}
.wpforms-field ul {
  padding: 0;
}
.wpforms-field-divider {
  padding-top: 30px;
  /* margin-top: 30px; */
  /* border-top: 6px solid #001E37; */
}
.wpforms-field-divider:before {
  width: 100px;
  height: 6px;
  display: block;
  content: '';
  background: #001E37;
  margin: 40px 0 50px;
}
#sidebar .wpforms-field-row-block {
  width: 100%!important;
  clear: both !important;
  margin-left: 0 !important;
}
.wpforms-container .wpforms-recaptcha-container {
  padding: 0!important;
}
.wpforms-container button[type="submit"] {
  margin: 0;
}
.wpforms-field-container {
  overflow: hidden;
}
.wpforms-container .wpforms-field-sublabel, body .wpforms-container .wpforms-field-description {
  margin-top: -.5em;
  font-weight: normal;
}
label.wpforms-error {
  margin-top: -.5em;
  color: #547BA6;
}
body .wpforms-container .wpforms-required-label {
  color: inherit;
}
body .wpforms-container label.wpforms-error {
  color: inherit;
  font-style: italic;
  margin-bottom: 20px;
}
body .wpforms-container .wpforms-field input.wpforms-error,
body .wpforms-container .wpforms-field textarea.wpforms-error,
body .wpforms-container .wpforms-field select.wpforms-error,
.wpforms-field-radio.wpforms-has-error ul,
.wpforms-field-checkbox.wpforms-has-error ul,
.wpforms-field-gdpr-checkbox.wpforms-has-error li {
  background-color: #547BA6;
  border-color: transparent;
}
.wpforms-field-radio.wpforms-has-error ul,
.wpforms-field-checkbox.wpforms-has-error ul {
  margin-bottom: 10px;
}
.wpforms-field-checkbox ul, .wpforms-field-radio ul {
  padding-left: 0;
}
body .wpforms-container input[type="checkbox"],
body .wpforms-container input[type="radio"] {
  vertical-align: middle;
  margin: .4em;
}
/*div.wpforms-container-full .wpforms-form .wpforms-checkbox-2-columns ul li, div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-2-columns ul li, div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul li {*/
body .wpforms-container .wpforms-checkbox-2-columns ul li,
body .wpforms-container .wpforms-multiplechoice-2-columns ul li,
body .wpforms-container .wpforms-list-2-columns ul li {
    width: 50%;
    display: block;
    padding-right: 0;
}
body .wpforms-container .wpforms-checkbox-3-columns ul li,
body .wpforms-container .wpforms-multiplechoice-3-columns ul li,
body .wpforms-container .wpforms-list-3-columns ul li {
    width: 33.3333%;
    display: block;
    padding-right: 0;
}
body .wpforms-container input.wpforms-field-medium,
body .wpforms-container select.wpforms-field-medium,
body .wpforms-container .wpforms-field-row.wpforms-field-medium {
    max-width: 48%;
}
body .wpforms-container input.wpforms-field-small,
body .wpforms-container select.wpforms-field-small,
body .wpforms-container .wpforms-field-row.wpforms-field-small {
    max-width: 22%;
}
@media (max-width: 479px) {
  body .wpforms-container .wpforms-checkbox-2-columns ul li,
  body .wpforms-container .wpforms-multiplechoice-2-columns ul li,
  body .wpforms-container .wpforms-list-2-columns ul li,
  body .wpforms-container .wpforms-checkbox-3-columns ul li,
  body .wpforms-container .wpforms-multiplechoice-3-columns ul li,
  body .wpforms-container .wpforms-list-3-columns ul li,
  body .wpforms-container .wpforms-one-half,
  body .wpforms-container .wpforms-three-sixths,
  body .wpforms-container .wpforms-two-fourths {
      width: 100%;
      margin-left: 0;
  }
  body .wpforms-container input.wpforms-field-medium,
  body .wpforms-container select.wpforms-field-medium,
  body .wpforms-container .wpforms-field-row.wpforms-field-medium,
  body .wpforms-container input.wpforms-field-small,
  body .wpforms-container select.wpforms-field-small,
  body .wpforms-container .wpforms-field-row.wpforms-field-small {
      max-width: 100%;
  }
}
/* Elementor */
.elementor-page .container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.elementor-page h1.entry-title {
  /* display: none;/* This is the theme stylesheet */ */
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.elementor .elementor-text-editor a {
  text-decoration: underline;
}
.elementor .elementor-text-editor hr {
  background: #547BA6;
  margin: 2em 0;
}
.elementor-element, .elementor-column-wrap, .elementor-widget-wrap, .elementor-flip-box__layer, .elementor-background-overlay {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}
.elementor .elementor-element .elementor-button {
  background-color: #B03633;
  color: #FFF;
  border: 0;
  text-transform: uppercase;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: .8em 3em;
  line-height: 1.4;
  text-decoration: none;
  font-weight: inherit;
}
.elementor .elementor-element .elementor-button.elementor-size-xs {
  padding: .75em 1.5em;
}
.elementor .elementor-element .elementor-button:hover {
  opacity: .8;
}
.elementor .elementor-widget-heading .elementor-heading-title {
  line-height: 1.4;
  margin:0;
}
.elementor .elementor-icon-box-title {
  margin:0;
}
.elementor .elementor-widget-heading h1.elementor-heading-title {
  line-height: 1.2;
}
body .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
  font-size: 2.4em;
}
body .elementor-widget-heading .elementor-heading-title.elementor-size-xl {
  font-size: 2em;
}
body .elementor-widget-heading .elementor-heading-title.elementor-size-l {
 font-size: 1.6em;
}
body .elementor-widget-heading .elementor-heading-title.elementor-size-m {
 font-size: 1.2em;
}
body .elementor-widget-heading .elementor-heading-title.elementor-size-s {
 font-size: 1em;
}
.elementor-message {
  padding: 20px;
  background-color: #eee;
}
.elementor-section .elementor-container {
  padding-left: 50px;
  padding-right: 50px;
}
.elementor-section .elementor-container.elementor-column-gap-no {
  padding-left: 0;
  padding-right: 0;
}
.elementor-section .elementor-container.elementor-column-gap-narrow {
  padding-left: 60px;
  padding-right: 60px;
}
.elementor-section .elementor-container.elementor-column-gap-wide {
  padding-left: 40px;
  padding-right: 40px;
}
.elementor-section .elementor-container.elementor-column-gap-wider {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1023px) {
  body .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 2em;
  }
  body .elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 1.6em;
  }
  body .elementor-widget-heading .elementor-heading-title.elementor-size-l {
   font-size: 1.3em;
  }
  body .elementor-widget-heading .elementor-heading-title.elementor-size-m {
   font-size: 1.1em;
  }
}
@media (max-width: 767px) {
  .elementor-section .elementor-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .elementor-section .elementor-container.elementor-column-gap-narrow {
    padding-left: 40px;
    padding-right: 40px;
  }
  .elementor-section .elementor-container.elementor-column-gap-wide {
    padding-left: 20px;
    padding-right: 20px;
  }
  .elementor-section .elementor-container.elementor-column-gap-wider {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.elementor img {
  width: 100%;
  margin: 0;
}
body .elementor-field-group .elementor-field-textual {
  background: #FAFAFA;
  border: 1px solid #eee;
  font-size: 1em;
  padding: 8px 6px;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: inherit;
}

/* WooCommerce */
.woocommerce main {
  padding: 0 60px;
}
.woocommerce #content {
  padding-bottom: 0;
}
.woocommerce-cart .container {
  max-width: 1800px;
}
.woocommerce-store-notice {
  background: #F6F5EC;
  color: #222;
  width: 100%;
  text-align: center;
  font-size: .8em;
  padding: 5px 30px;
  box-sizing: border-box;
  margin: 0;
}
@media (max-width: 767px) {
  .woocommerce-store-notice {
    padding: 5px;
    position: fixed;
    z-index: 99999;
    bottom: 0;
  }
}
.woocommerce-message, .woocommerce-info, .woocommerce-form-coupon, .woocommerce-error, .woocommerce-notice, .wc-block-components-notice-banner {
  background: #F6F5EC;
  color: #002A49;
  text-align: center;
  padding: 20px;
  margin-bottom: 40px;
}
.woocommerce-error {
  list-style: none;
}
.woocommerce-message {
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-message .wc-forward {
  order: 1;
  margin: 1em;
}
.onsale {
  position: absolute;
  background: #DD273E;
  color: white;
  text-transform: uppercase;
  font-size: .6em;
  padding: 0 1em;
  top: 0;
  right: 0;
}

.blockOverlay:after {
  position: absolute;
  top:50%;
  left:50%;
  margin: -25px 0 0 -25px;
  content: " ";
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 6px solid #818181;
  border-color: #818181 transparent #818181 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
.woocommerce-checkout .blockOverlay {
  background: #F6F5EC!important;
}
.woocommerce-checkout .blockOverlay:after {
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.woocommerce-order-received .woocommerce-order {
  background: #FFF;
  padding: 20px;
  margin-bottom: 40px;
}
.cats {
  font-size: 0.7em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2em;
}
.cats a {
  padding: 1em;
  text-decoration: none;
}
.current, .current-cat {
  color:#547BA6;
  font-weight: bold;
}
.term-description {
  text-align: center;
  margin-bottom: 2em;
}
.single-product .product {
  position: relative;
}
.single-product .images, .single-product .summary {
  display: inline-block;
  vertical-align: top;
  width:50%;
  margin: 0 -2px 80px;
  box-sizing: border-box;
}
.single-product .images {
  padding-right: 30px;
}
.single-product .summary {
  padding-left: 20px;
}
.single-product .variations {
  margin: 0;
}
.single-product .variations th, .single-product .variations td {
  padding: 0;
  border: 0;
  display: block;
}
.single-product .variations tr {
  display: inline-block;
  vertical-align: top;
  width: 24%;
}
.qty {
  width: 5em;
}
.woocommerce-checkout .qty {
  padding: 2px 6px;
}
.single-product .cart {
  font-size: 0.8em;
  margin: 2em 0;
}
.single_add_to_cart_button .button {
  font-size: 1.2em;
}
.reset_variations {
  display: none!important;
}
.single_variation_wrap .single_variation, .single_variation_wrap .woocommerce-variation-price {
  display: inline-block;
}
.single_variation {
  width: 100%;
}
.single_variation:empty {
  display: none;
}
.single_variation_wrap .price {
  font-size: 1.2em;
}
.single-product .cart select, .single-product .cart input {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 2px solid #B03633;
  background-color: #FFF;
  padding: 8px 12px;
  margin: 0 0 1em 0;
}
tr.active {
  background: #F4F4F4;
}
h1.product_title {
  margin-top:0;
  margin-bottom: .5em;
  text-align: left;
}
.price {
  color: #547BA6;
}
.woocommerce-product-gallery__wrapper {
  width: 100% !important;
  transform: none !important;
}
.woocommerce-product-gallery__image {
  line-height: 0;
}
.flex-viewport .woocommerce-product-gallery__image {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.flex-viewport .woocommerce-product-gallery__image.flex-active-slide {
  position: absolute;
  z-index: 999;
  top: 0;
  opacity: 1;
  cursor: pointer;
}
.woocommerce-product-gallery__image a {
  pointer-events: none;
}
.woocommerce-product-gallery__image img {
  width: 100%;
  margin: 0;
}
.woocommerce-product-gallery__trigger {
  display: none;
}
.flex-control-nav, ul.tabs, .products, .product_list_widget, #shipping_method, .payment_methods, .page-numbers, .order_details {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.page-numbers, .nav-links {
  text-align: center;
  margin-bottom: 80px;
}
.page-numbers li {
  min-width: 30px;
}
a.page-numbers {
  text-decoration: none;
  font-size: inherit;
  display: inline-block;
  min-width: 30px;
}
ul.page-numbers a {
  display: block;
}
.page-numbers.next {
  font-size: 0;
}
.page-numbers.next:after {
  content:'→';
  font-size: 20px;
}

#shipping_method li:last-child {
  margin: 0;
}
.shipping-calculator-form input {
  text-align: right;
}
.products {
  margin-bottom: 80px;
}
.flex-control-nav li, .tabs li, .products li, .product_list_widget li, .page-numbers li {
  display:inline-block;
  margin: 0;
  text-align: center;
}
.products li, .product_list_widget li {
  margin:0 -2px 2em -3px;
  vertical-align: top;
}
.flex-control-nav li {
  max-width: 50px;
  padding: 5px 5px 0 0;
}
.flex-control-nav li img {
  opacity: .6;
}
.flex-control-nav li .flex-active {
  opacity: 1;
}
.tabs li {
  opacity: .6;
  margin-right: -6px;
}
.tabs li.active, .tabs li:hover {
  opacity: 1;
}
.tabs a {
  text-decoration: none;
  border:1px solid #ccc;
  border-bottom: none;
  padding: 0.5em 1em;
  font-size: 0.8em;
}
.woocommerce-breadcrumb, .brand {
  color: #547BA6;
  text-transform: uppercase;
  font-size: .7em;
  line-height: 1.8em;
  margin-bottom: 1em;
}
.brand {
  display: block;
  margin:0;
}
.archive .woocommerce-breadcrumb {
  display: none;
}
.woocommerce-breadcrumb a, .brand a {
  text-decoration: none;
}
.woocommerce-tabs {
  max-width: 800px;
  margin: 0 auto 80px;
}
.wc-tab {
  padding: 40px 0;
}
.wc-tab h2:first-child {
  display: none;
}
.product_meta {
  display: none;
}
.columns-6 li {
  width: 16.666%;
}
.columns-5 li {
  width: 20%;
}
.columns-4 li {
  width: 25%;
}
.columns-3 li {
  width: 33.333%;
}
.columns-2 li {
  width: 50%;
}
.products .product {
  position: relative;
}
.products .product a {
  text-decoration: none;
  display: block;
  position: relative;
}
.products .product a:hover img.second-image {
  opacity: 1;
}
.products .product img {
  width:100%;
  margin: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.products .product img.second-image {
  position: absolute;
  top:0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.products .product h2 {
  margin: 0;
  font-size: 1.2em;
  font-weight: bold;
}
.products .product .button {
  display: none;
}
.return-to-shop {
  text-align: center;
}
table.cart img {
    max-width: 100px;
    margin: 0;
}
.woocommerce th, .woocommerce td {
  vertical-align: middle;
  padding: .5em;
}
th:first-child, td:first-child, td.product-thumbnail {
  padding-left: 0;
}
th:last-child, td:last-child {
  padding-right: 0;
}
.remove {
  padding: 8px;
  font-size: 30px;
}
.remove, .product-name a {
  text-decoration: none!important;
}
.actions, .wc-proceed-to-checkout {
  text-align: right;
}
.wc-proceed-to-checkout .button {
  margin-bottom: 0;
}
.single-product .wc_stripe_product_payment_methods .gpay-button {
  /* width:auto!important; */
}
button.gpay-button, button.apple-pay-button {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.actions > * {
  display: inline-block;
  vertical-align: middle;
}

.coupon {
  position: relative;
}
.coupon input {
  padding-right: 100px;
}
.coupon .button, .checkout_coupon button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: inherit;
  border-color: inherit;
}
.coupon .button {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.coupon label {
  display: none;
}
.woocommerce-js [name="update_cart"] {
  display: none;
}
.cart-collaterals {
  text-align: right;
}
.cross-sells {
  text-align: left;
}
.cart_totals th, .cart_totals td {
  padding: 1em 0;
  vertical-align: top;
}
.cart_totals th {
  padding-right: 1em;
}
.product-total, .product-subtotal, .cart-subtotal td, .tax-rate td, .order-total td, .cart_totals th, .cart_totals td,
.woocommerce-checkout-review-order-table tfoot td, .woocommerce-table--order-details tfoot td {
  text-align: right;
}
.woocommerce-shipping-calculator {
  max-width: 300px;
  margin-left: auto;
}
.woocommerce-checkout-review-order-table .variation dt {
  display: none;
}
.woocommerce-checkout-review-order-table .variation dd {
  display: inline-block;
}
.order-total th, .order-total td {
  border: 0;
}
.order-total .amount bdi {
  font-size: 1.4em;
  display: block;
  color: #002A49;
}
.form-row-first, .form-row-last, .woocommerce-checkout #billing_VAT_code_field, .woocommerce-checkout #billing_company_field {
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
  box-sizing: border-box;
  margin-left: -2px;
  margin-right: -2px;
}
.form-row-first, .woocommerce-checkout #billing_VAT_code_field {
  padding-right: 15px;
}
.form-row-last, .woocommerce-checkout #billing_company_field {
  padding-left: 15px;
}
.woocommerce-form-coupon {
  position: relative;
  margin-top: -40px;
  padding-top: 0;
}
.woocommerce-form-coupon .form-row {
  width: 100%;
  padding: 0;
  margin: 0;
}
.woocommerce-form-coupon p:first-child {
  display: none;
}
.woocommerce-form-coupon .form-row-last {
  position: absolute;
  right: 20px;
  width: auto;
}
.woocommerce-js .woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce-js #order_review .woocommerce-form-coupon {
  display: block!important;
  margin-top: 0;
  padding-top: 20px;
  background: #fff;
}
body .select2-container--default .select2-selection {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #FAFAFA;
  border-color: #eee;
  padding: 9px 0;
  height: auto;
}
body .select2-container--default {
  margin: .5em 0;
}
body > .select2-container--default {
  margin: 0;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #4C5B6A;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 10px;
}
body .select2-dropdown, body .select2-container--default .select2-search--dropdown .select2-search__field {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: #4C5B6A;
}
body .select2-container--open .select2-dropdown,
body .select2-container--open .select2-selection {
   border-color: #4C5B6A;
 }
.select2-dropdown {
  font-size: .8em;
  line-height: 1.6em;
}
li.select2-results__option {
  margin: 0;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected] {

}
.payment_methods label {
  color: #002A49;
}
ul.payment_methods p {
  margin-top: .75em;
  margin-left: 40px;
}
ul.payment_methods label:after {
    clear: right;
    content: "";
    display: block;
}
.payment_methods li {
 padding: 10px 0;
}
.payment_methods li > div, .payment_methods li .wc-stripe-gateway-desc {
  margin: 0 0 10px;
}
body label.wc-stripe-label-klarna-category:before, body label.wc-stripe-label-payment-type:before {
  margin-left: 6px;
  margin-right: 18px;
}
body input[type="radio"] + label.wc-stripe-label-payment-type, body label.wc-stripe-label-klarna-category, body label.wc-stripe-label-payment-type {
  color: #002A49;
}
/* .payment_method_paypal img {
  display: none;
} */
.about_paypal {
  display: none;
}
ul.payment_methods label > img:first-of-type {
  margin: 0;
  float: right !important;
}
.woocommerce-privacy-policy-text {
  margin: 2em 0;
}
.woocommerce-checkout {
  background: #F6F5EC;
}
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-info {
  background: #FFF;
}
.woocommerce-checkout .woocommerce-form-login {
  text-align: left;
}
.woocommerce-checkout .entry-title {
  display: none;
}
.woocommerce-checkout .container {
  max-width: 1400px;
  padding-top: 40px;
}
.woocommerce-cart .woocommerce, .woocommerce-checkout .woocommerce {
  font-size: .8em;
  line-height: 1.4em;
}
.woocommerce-billing-fields, .woocommerce-account-fields, .woocommerce-shipping-fields > h3, .woocommerce-shipping-fields > div, .woocommerce-additional-fields, #order_review_heading, .woocommerce-checkout-review-order-table, .woocommerce-checkout-payment, .woocommerce-checkout .woocommerce-form-login, .woocommerce-checkout table.cart, .wcsatt-add-cart-to-subscription-wrapper {
  background: #FFF;
  padding: 20px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.woocommerce-billing-fields, .woocommerce-checkout-review-order-table, .woocommerce-shipping-fields .shipping_address {
  margin-top: 0;
}
.woocommerce-checkout table.cart .actions {
  border-bottom: 0;
  display: none;
}
#customer_details div:empty, .woocommerce-account-fields {
  display: none;
}

.wc_payment_method {
  border-bottom: 2px solid #F4F4F4;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
/* .woocommerce-form-login-toggle {
  display: none!important;
}
.woocommerce-form-login {
  display: block!important;
  background: #F6F5EC;
  color: #002A49;
} */
.woocommerce-checkout .woocommerce-form-login .form-row:not(.form-row-last):not(.form-row-first) {
  display: flex;
  align-items: center;
}
.woocommerce-form-login__rememberme {
  display: block;
}
.woocommerce-checkout .woocommerce-form-login__rememberme {
  display: inline-block;
  order: 2;
}
.woocommerce-checkout h3 {
  color: #002A49;
  margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce-message, .woocommerce-checkout .woocommerce-info, .woocommerce-checkout .wc-block-components-notice-banner {
  background: #fff;
}

.create-account {
  color: #002A49;
  font-size: 1.6em;
  line-height: 1.4em;
  margin: 0;
}
.product-name dl {
  display: none;
}
.woocommerce-checkout-review-order-table .cart_item .product-name {
  width: 65%;
  padding: 10px 0;
  /* font-size: 0; */
}
.product-name .remove, .product-name span, .product-name a, .product-name .quantity {
  display: inline-block!important;
  vertical-align: middle!important;
  font-size: initial;
}
@media (min-width: 600px) {
  .woocommerce-checkout .product-name span {
    width: calc(100% - 38px - 5em);
  }
}
#order_review_heading {
  margin: 0;
  padding-bottom: 0;
}
.woocommerce-billing-fields h3, .woocommerce-additional-fields h3, h3#ship-to-different-address {
  margin-top: 0;
}
h3#ship-to-different-address {
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce {
  text-align: center;
}
#customer_details, #order_review, .cart-collaterals > div {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  margin: 0 -2px 0 0;
  text-align: left;
}
#customer_details, .cross-sells {
  padding-right: 20px;
}
#order_review {
  padding-left: 20px;
}
#commentform label {
  font-weight: bold;
}
#reply-title {
  font-weight: bold;
  margin-bottom: 1em;
  display: block;
  color: #547BA6;
  font-size: 1.4em;
}
.single-product .woocommerce-product-rating {
  margin: -1.5em 0 2em;
  line-height: 1;
}
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: .7em;
  width: 5.8em;
  font-family: "Font Awesome 5 Pro";
}
.products .star-rating {
  margin: .5em auto .25em;
  color: #547BA6;
}
.star-rating::before {
  content: "\f005\f005\f005\f005\f005";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "\f005\f005\f005\f005\f005";
  font-weight: 900;
  top: 0;
  position: absolute;
  left: 0;
}
.single-product .woocommerce-product-rating .star-rating {
  display: inline-block;
  vertical-align: middle;
  margin-right: .25rem;
  font-size: .7em;
}
.woocommerce-review-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.8em;
}
.woocommerce-noreviews {
  display: none;
}
.woocommerce-tabs #reviews p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  box-shadow: none;
  color: #B03633;
}
.woocommerce-tabs #reviews p.stars a {
  text-indent: -999em;
}
.woocommerce-tabs #reviews p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f005";
  text-indent: 0;
}
.woocommerce-tabs #reviews p.stars:hover a::before, .woocommerce-tabs #reviews p.stars.selected a:not(.active)::before, .woocommerce-tabs #reviews p.stars.selected a.active::before {
  font-weight: 900;
}
.woocommerce-tabs #reviews p.stars a:hover ~ a::before, .woocommerce-tabs #reviews p.stars.selected a.active ~ a::before {
  font-weight: 300;
}
.commentlist {
  list-style: none;
  padding: 0;
}
.commentlist .avatar {
  display: none;
}
.commentlist > li {
  padding-bottom: 20px;
  border-bottom: 2px solid #F4F4F4;
}
#reviews #customer_login .col-2 {
  display: none;
}
/* Cookie bar */
#cookie-notice {
  position: fixed;
  z-index: 9999;
  width: 100%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  font-size: .8em;
  display: none;
}
#cookie-notice.cookie-notice-visible {
  display: block;
}
#cookie-notice.cookie-notice-hidden {
  display: none!important;
}
.cn-position-bottom {
  bottom: 0;
}
#cn-accept-cookie {
  border: 2px solid #B03633;
  background-color: #FFF;
  color: #B03633;
  font-family: inherit;
  text-transform: uppercase;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  text-decoration: none;
  padding: 0.25em 1em;
  margin: 0 10px;
  display: inline-block;
}
.woocommerce-account .container {
  max-width: 1400px;
}
.woocommerce-lost-password .container {
  max-width: 800px;
}
.woocommerce-lost-password .form-row {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
.woocommerce-account .woocommerce {
  font-size: .8em;
  line-height: 1.4em;
}

.woocommerce-account .col2-set > div, .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
  display: inline-block;
  vertical-align: top;
  width:50%;
  margin: 0 -2px 80px;
  box-sizing: border-box;

}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--upgrade-account a::before,
.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
.woocommerce-account .col-1 {
  padding-right: 20px;
}
.woocommerce-account .col-2 {
  padding-left: 20px;
}
.woocommerce-MyAccount-navigation {
  width:30%;
  color: #002A49;
  font-weight: bold;
  text-transform: uppercase;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}
.woocommerce-MyAccount-navigation a {
  text-decoration: none;
}
.woocommerce-MyAccount-navigation a:hover, .is-active a {
   color: #547BA6;
 }
.woocommerce-MyAccount-content {
  width: 70%;
}
.product-type-variable-subscription .qty {
  display: none;
}

.single-product div.quantity {
  display: inline-block;
  width: 12%;
}
.single-product div.quantity input {
  width: 100%;
}
.single_add_to_cart_button {
  width: 36%;
  padding: 8px;
}

/* Wholesale login */
.members-access-error {
  font-size: .8em;
  line-height: 1.4em;
  max-width: 1340px;
  margin: auto;
}
.wwp_wholesaler_registration h2 {
  /* font-size: 1.3em; */
}
.wwp_wholesaler_registration {
  font-size: 0.9em;
}

/* Wholesale */
.wcpt-cell-val .wwp-wholesale-pricing-details .price-text {
  display: none;
}
.wwp-wholesale-pricing-details, .wwp-wholesale-pricing-details p {
  /* display: inline; */
}
.wwp-wholesale-pricing-details b {
  font-weight: normal;
  white-space: nowrap;
}
.wholesaler .woocommerce-MyAccount-navigation-link--upgrade-account {
  display: none;
}
/* .wwp-wholesale-pricing-details .price-text {
  display: none;
} */
.no_subscriptions .woocommerce-Button {
  display: none;
}
/*.wwp-wholesale-pricing-details {
  display: flex!important;
  flex-flow: column;
}*/
.wwp-wholesale-pricing-details p:first-child {
/*  order: 2;
  font-size: .7em;*/
  display: none;
}
.wcpt-sku {
  text-decoration: none;
  font-size:0.7em;
}
td[data-wcpt-column-index="4"] {
  text-align: center;
}
.wcpt-cell-val #wholesale_tire_price {
  font-size: 0.8em;
  margin: -.5em 0;
}
.wcpt-cell-val #wholesale_tire_price tr {
  display: table-row!important;
  background: transparent;
}
.wcpt-cell-val #wholesale_tire_price tr:nth-child(5),
.wcpt-cell-val #wholesale_tire_price tr:nth-child(6),
.wcpt-cell-val #wholesale_tire_price tr:nth-child(7),
.wcpt-cell-val #wholesale_tire_price tr:nth-child(8) {
  display: none!important;
}
.wcpt-cell-val #wholesale_tire_price th:nth-last-child(2),
.wcpt-cell-val #wholesale_tire_price td:nth-last-child(2) {
  display: none!important;
}
#wholesale_tire_price th {
  /* text-transform: uppercase; */
  font-size: 0.9em;
}
/* .wcpt-cell-val .row_tire {
  display: none;
}
.wcpt-cell-val tr.active {
  display: table-row!important;
} */



/* WC Product Table */
body .wcpt-cart-widget, body .wcpt-cart-checkbox-trigger {
box-shadow: none;
animation: none;
}
.wcpt-cw-cart-icon {
display:none;
}
body .wcpt-row.wcpt-even {
  background: transparent;
}
body .wcpt-cell {
  color: #002A49;
  vertical-align: middle;
}
.wcpt-cell:last-child {
  padding-right: 15px;
}
body select.wcpt-select-variation-dropdown {
  max-width: none;
}
.wcpt-button {
  text-transform: uppercase;
}
body .wcpt-table .wcpt-button i.wcpt-cart-badge-number, body .wcpt-table .wcpt-button i.wcpt-cart-badge-refresh {
  background: #547BA6;
  color: #fff;
}
@media (max-width: 479px) {
  body .wcpt .wcpt-item-row > div, body .wcpt .wcpt-item-row > span {
    margin-right: 0;
  }
  .wcpt-cell:last-child {
    padding-right: 0;
  }
}
body .wcpt-cart-checkbox-trigger {
  background-color: #A53F36;
  border-color: #A53F36;
  color: #fff;
  border-radius: 25px;
  padding: 5px 30px;
  font-weight: normal;
  text-transform: uppercase;
}

/* Subscriptions */
.product-type-grouped .price {
  display: none;
}
table.order_details .wc-item-meta {
  display: none;
}
.product-type-grouped .add_to_cart_button {
  display: none;
}
.wholesaler.woocommerce-order-received .woocommerce-bacs-bank-details + p {
  display: none;
}

/* All Products */
.wholesaler .wwp-wholesale-pricing-details + .wcsatt-sub-options {
  /* display: none; */
}
.wholesaler.single-product .subscription-option-details {
  /* font-size: 0; */
}
.wholesaler.single-product .subscription-option-details .woocommerce-Price-amount, .wholesaler.single-product .subscription-option-details .subscription-details {
  /* font-size: initial; */
}
.wcsatt-sub-options .from,
.product_cat-cafe.product-type-variable .from,
.product_cat-cafe.product-type-variable .subscription-details,
.wholesaler .product-type-grouped .subscription-details {
  display: none;
}
.wcsatt-sub-options {
  text-transform: lowercase;
}
@media (min-width: 1300px) {
  .wcsatt-options-product-wrapper {
    max-width: 48.5%;
  }
}


.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #eee;
  z-index: -1;
  display:none;
  opacity: 0;
  pointer-events: none;
}
.popup.open {
  display:block;
  opacity: 1;
  z-index: 999;
  pointer-events: all;
}
.popup-inside {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: perspective(1px) translate(-50%,-50%);
  max-width: 800px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}
.close-popup {
  position: absolute;
  top:10%;
  right:10%;
}

.lang-comments-link {
  display: none;
}

/* Composite Products */
.wooco_components .wooco_component {
  font-size: 0.8em;
}
.wooco_component_product {
  margin-top: 0;
}
#select2-wooco_component_product_select_2-results .image,
#select2-wooco_component_product_select_4-results .image {
  display: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #547BA6;
}

/*Invoiceexpress*/
#ix_documents_list ul {
  list-style: none;
  padding: 0;
}

/*Responsive*/
.show-if-mobile {
  display: none!important;
}
@media (min-width: 768px) {
  #mobile-menu {
    display: none!important;
  }
}
@media (max-width: 1439px) {
  .single-product .variations tr {
    width: 49%;
  }
  .single-product div.quantity {
    width: 20%;
  }
  .single_add_to_cart_button {
    width: 78%;
  }
}
@media (max-width: 1299px) {
  #header a {
    font-size: .9em;
    padding: .5em;
  }

}
@media (max-width: 1023px) {
  #customer_details, #order_review, .cart-collaterals > div {
    width: 100%!important;
    flex: 0 0 100%!important;
    margin-left: 0;
    margin-right: 0;
    display: block;
    padding-left:0;
    padding-right: 0
  }

}

@media (max-width: 767px) {
  .hide-if-mobile, #header nav {
    display: none!important;
  }
  .show-if-mobile {
    display: inline-block!important;
  }
  body {
    padding-top: 95px;
  }
  #header {
    text-align: left;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
  }
  #logo a {
    padding: .5em 1em;
  }
  #logo {
    max-width: 140px;
  }
  #mobile-fixed {
    display: block;
  }
  .wp-block-column {
      flex: 0 0 100%!important;
  }
  .woocommerce main, .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-product .variations label {
    display: none;
  }
  .col, .has-sidebar #main, #sidebar {
    width: 100%!important;
    flex: 0 0 100%!important;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .columns-6 li, .columns-4 li {
    width: 50%;
  }
  .has-sidebar #main {
    padding: 0 0 60px;
  }
  .col {
    margin-bottom: 0;
  }
  #main .hentry img {
    width: 50%;
  }
  h1 {
    font-size: 2.2em;
  }
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    font-size: 1.3em;
  }
  .block {
    flex: 0 0 20%;
  }
  .single-product .variations tr {
    display: block;
    width: 100%;
  }
}

@media (max-width: 479px) {
  .products li {
    width:100%;
    margin-left:0;
    margin-right: 0;
  }
  #content .size-medium, .single-product .images, .single-product .summary, .products li, .form-row-first, .form-row-last, #billing_company_field, #billing_VAT_code_field, .woocommerce-account .col2-set > div, .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .single-product .images, .single-product .summary, .form-row-first, .form-row-last, #billing_company_field, #billing_VAT_code_field, .woocommerce-account .col2-set > div, .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
    padding-left: 0;
    padding-right: 0;
  }
  .single-product .images {
    margin-bottom: 0;
  }
  table.cart img {
    max-width: 50px;
  }
  .shop_table thead {
    display: none;
  }
  button, a.button {
    width: 100%;
    margin-left: 0!important;
    margin-right: 0!important;
  }
  #main .hentry img {
    width: 100%;
    width: 100%;
    float: none;
    margin-right: 0;
  }
  h1 {
    font-size: 1.8em;
  }
  h1.entry-title, h1.page-title {
    margin-top: 0;
  }
  h2 {
   font-size: 1.4em;
   }
  h3, .create-account {
    font-size: 1.2em;
  }
  .block {
    flex: 0 0 33.33%;
  }
  .woocommerce-message {
    display: block;
  }
  .product-remove, .product-name .remove {
    display: none!important;
  }
  .coupon {
    width:100%;
  }
  .woocommerce-cart .woocommerce-cart-form {
    font-size: .8em;
  }
  .cart_totals th {
    padding-left: 0;
    text-align: left;
  }
  .single_variation_wrap .quantity, .single_variation_wrap .single_variation {
    display: inline-block;
    width: auto;
  }
  .product-name a, .product-name .quantity {
    font-size: 1em;
    line-height: 1.2em;
  }
  td.product-thumbnail {
    padding: 0;
  }
  .woocommerce-checkout table.cart {
    padding: 10px;
  }
  #shop-menu > li:nth-last-child(2) .sub-menu {
    left: auto;
    right: 0;
  }
}

