@import url("https://fonts.googleapis.com/css?family=Montserrat:ital,wght@0,300;0,400;0,700;0,800;1,400&display=swap");
.bold-font {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.semi-bold-font {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.extra-bold-font {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
.italic-font {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #4d5359;
}
label {
  font-size: 1.6rem;
  line-height: 3rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  word-break: break-word;
}
h1 {
  font-size: 2.8rem;
  line-height: 3.2rem;
  margin-bottom: 2.3rem;
}
h3 {
  font-size: 2rem;
  line-height: 3.2rem;
}
h4 {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
p {
  margin-bottom: 3rem;
}
a {
  color: #0066bf;
}
a:hover,
a:active,
a:focus {
  color: #0066bf;
}
figure {
  margin-bottom: 3rem;
}
.read-more {
  color: #0066bf;
  text-decoration: underline;
}
.read-more:hover,
.read-more:focus {
  color: #4d5359;
}
.text-link {
  color: #0066bf;
  text-decoration: underline;
}
.text-link:hover,
.text-link:focus {
  color: #4d5359;
}
.list-unstyled li a {
  color: #4d5359;
}
.list-unstyled li a:hover,
.list-unstyled li a:focus {
  color: #0066bf;
  text-decoration: underline;
}
a.link,
span.link,
input.link {
  display: block;
  color: #0066bf;
}
a.link:not(&.fake):hover,
span.link:not(&.fake):hover,
input.link:not(&.fake):hover,
a.link:not(&.fake):active,
span.link:not(&.fake):active,
input.link:not(&.fake):active,
a.link:not(&.fake):focus,
span.link:not(&.fake):focus,
input.link:not(&.fake):focus {
  text-decoration: underline;
  outline: unset;
}
a.link.fake,
span.link.fake,
input.link.fake {
  font-weight: bold;
  color: #4d5359;
}
.button,
button {
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: normal;
  padding: 1.3rem 4rem 1.7rem 4rem;
  display: inline-block;
  margin: 0 auto;
  min-width: 20rem;
  -webkit-box-shadow: 0 12px 12px 0 rgba(77, 83, 89, 0.1);
  -moz-box-shadow: 0 12px 12px 0 rgba(77, 83, 89, 0.1);
  box-shadow: 0 12px 12px 0 rgba(77, 83, 89, 0.1);
  text-decoration: none;
}
.button.navbar-toggler,
button.navbar-toggler,
.button.mfp-close,
button.mfp-close {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  min-width: 1px;
}
.button.primary,
button.primary {
  border: 1px solid #0066bf;
  background-color: #0066bf;
  color: #fff;
  text-decoration: none;
}
.button.primary:hover,
button.primary:hover,
.button.primary:active,
button.primary:active,
.button.primary:focus,
button.primary:focus {
  background-color: #6a877f;
  color: #fff;
  border-color: #6a877f;
}
.button.secondary,
button.secondary {
  border: 1px solid #0066bf;
  background-color: #fff;
  color: #0066bf;
}
.button.secondary:hover,
button.secondary:hover,
.button.secondary:active,
button.secondary:active,
.button.secondary:focus,
button.secondary:focus {
  background-color: #6a877f;
  color: #fff;
}
.button.tertiary,
button.tertiary {
  background-color: #0066bf;
  color: #fff;
}
.button.tertiary:hover,
button.tertiary:hover,
.button.tertiary:active,
button.tertiary:active,
.button.tertiary:focus,
button.tertiary:focus {
  background-color: #6a877f;
  color: #fff;
}
.button.fake,
button.fake {
  border-color: #d2653b;
  color: #d2653b;
  margin-right: 1.5rem;
}
@media only screen and (max-width: 576px) {
  .button.fake,
  button.fake {
    display: block;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
.button.close,
button.close {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  margin-right: 0;
  min-width: 1px;
}
.button:hover,
button:hover,
.button:focus,
button:focus,
.button:active,
button:active {
  text-decoration: none;
  outline: 0;
  outline-offset: 0;
  cursor: pointer;
}
.button.full-width,
button.full-width {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 576px) {
  .button,
  button {
    display: block;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.button-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 -0.5rem;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .button-container {
    margin: 0;
  }
}
.button-container .button {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  min-width: 1px;
  padding: 1.3rem 0 1.7rem 0;
  margin: 0 0.5rem;
}
@media (max-width: 767px) {
  .button-container .button {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 0 0 3rem 0;
  }
}
.button-container .button + .button {
  margin-top: 1.5rem;
}
.table tr th {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  padding: 0.7rem;
}
figure {
  margin: 0;
}
figure img {
  margin-bottom: 2.5rem;
}
figure img.pull-right {
  float: right;
  margin-left: 2.5rem;
}
figure img.pull-left {
  float: left;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  figure img.pull-left,
  figure img.pull-right {
    float: none;
    display: block;
    margin: 0 auto 2.5rem auto;
  }
}
figure img.center-block {
  display: block;
  margin: 0 auto 2.5rem auto;
}
body {
  overflow-x: hidden;
}
.module.page.slides {
  padding-top: 8rem;
  padding-bottom: 7rem;
}
.module.page.login,
.module.page.customer {
  padding-top: 0.75rem;
  margin-top: 3.8rem;
  margin-bottom: 3.8rem;
}
.row-10 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.row-10 > [class*="col"] {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1280px;
  }
}
.row-0 {
  margin: 0;
}
.row-0 > [class*="col"] {
  padding: 0;
}
.row-7 {
  margin-left: -0.7rem;
  margin-right: -0.7rem;
}
.row-7 > [class*="col"] {
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}
@media only screen and (max-width: 991px) {
  .sidebar-left {
    margin: 8rem 0 3rem 0;
  }
}
.text p,
.text ul,
.text ol,
.text .video-container {
  margin-bottom: 1.5rem;
}
.text a.button {
  margin: 0 1.5rem 2.5rem 0;
}
.text:after {
  content: "";
  display: block;
  clear: both;
}
.content-text {
  padding-bottom: 3rem;
}
.page.error,
.page.empty,
.page.search {
  padding-top: 3rem;
}
.page.empty {
  padding-bottom: 3rem;
}
.search-item {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .search-item {
    max-width: 50%;
  }
}
.search-item a {
  margin: 0;
  font-size: 2rem;
  line-height: 3.2rem;
  color: #0066bf;
}
.search-item .link {
  font-size: 16px;
  font-weight: 100;
}
.search-item .intro,
.search-item p {
  margin: 0;
  line-height: 150%;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .header {
    color: #fff;
    /* color: #0066bf; */
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    margin: 0;
    background-color: #0066bf;
    border-bottom: 1px solid #ddd;
  }
}
.header .login-header .login {
  display: none;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: right;
  position: relative;
  padding: 0.5rem 0;
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 991px) {
  .header .login-header .login {
    order: 3;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: fixed;
    bottom: 0;
    z-index: 12;
    left: -100%;
    right: 0;
    display: block;
    text-align: center;
    padding: 1.5rem 0;
    width: 100%;
    -webkit-transition: left 0.35s linear;
    -moz-transition: left 0.35s linear;
    -ms-transition: left 0.35s linear;
    -o-transition: left 0.35s linear;
  }
}
.header .login-header .login a {
  color: #d2653b;
}
.header .login-header .login a.dropdown-container {
  color: #4d5359;
}
.header .login-header .login a.dropdown-container:hover {
  background-color: #0066bf;
  /* color: #fff; */
}
@media only screen and (max-width: 991px) {
  .header .login-header .login a {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 3.4rem;
  }
}
.header .login-header .login a span {
  color: #d2653b;
}
@media only screen and (max-width: 991px) {
  .header .login-header .login a span {
    color: #4d5359;
  }
}
@media only screen and (max-width: 991px) {
  .header .login-header .login a.dropdown-toggle {
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    line-height: 25px;
  }
}
.header .login-header .login a:after {
  border: none;
}
@media only screen and (max-width: 767px) {
  .header .login-header .login a:after {
    display: none;
  }
}
.header .login-header .login a:hover {
  text-decoration: unset;
}
@media only screen and (max-width: 991px) {
  .header .login-header .login .dropdown-menu.show {
    position: fixed !important;
    top: 8.5rem !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    width: 100%;
    height: calc(100% - 156px);
    overflow-y: auto;
    padding-top: 0;
  }
}
.header .login-header .login .dropdown-menu.show .dropdown-container {
  padding: 1.4rem 1.5rem 1.6rem;
  line-height: normal;
}
@media only screen and (min-width: 992px) {
  .header .login-header .login {
    display: block;
  }
}
.header .header-inner {
  background-color: #0066bf;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.header .header-inner.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 13;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  background-color: #0066bf;
  padding: 10px 15px;
  transition: 0.5s ease-in padding-top, padding-bottom;
}
@media (min-width: 992px) {
  .header .header-inner.sticky:before,
  .header .header-inner.sticky:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0066bf;
    display: block;
  }
}
@media (min-width: 992px) {
  .header .header-inner.sticky:before {
    left: -100%;
  }
}
@media (min-width: 992px) {
  .header .header-inner.sticky:after {
    right: -100%;
  }
}
@media (min-width: 992px) {
  .header .header-inner.sticky .logo-container {
    padding: 1.5rem 0;
    -webkit-transition: padding 0.2s ease-in;
    -moz-transition: padding 0.2s ease-in;
    -ms-transition: padding 0.2s ease-in;
    -o-transition: padding 0.2s ease-in;
  }
}
@media (min-width: 992px) {
  .header .header-inner.sticky .logo-container a.navbar-brand img {
    height: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .header .header-inner {
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 992px) {
  .header .header-inner .login-mobile {
    display: none;
  }
}
.header .header-inner .login-mobile {
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
  margin: 0 10px 0px 0px;
  line-height: 0;
  z-index: 11;
}
@media (max-width: 640px) {
  .header .header-inner .login-mobile {
    line-height: normal;
  }
}
.header .header-inner .login-mobile i {
  font-size: 25px;
  color: #4d5359;
}
@media (max-width: 640px) {
  .header .header-inner .login-mobile > a span {
    display: none;
  }
}
.header .header-inner .logo-container {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 3.5rem 0;
  z-index: 11;
  -webkit-transition: padding 0.5s ease-in;
  -moz-transition: padding 0.5s ease-in;
  -ms-transition: padding 0.5s ease-in;
  -o-transition: padding 0.5s ease-in;
}
@media only screen and (max-width: 991px) {
  .header .header-inner .logo-container {
    order: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    -webkit-align-self: center;
    -ms-align-self: center;
    align-self: center;
    margin-right: auto;
    margin-left: 0;
  }
}
.header .header-inner .logo-container a.navbar-brand {
  padding: 0;
  display: block;
}
.header .header-inner .logo-container a.navbar-brand img {
  display: block;
  margin: 0 auto;
  height: 70px;
  -webkit-transition: height 0.5s ease-in;
  -moz-transition: height 0.5s ease-in;
  -ms-transition: height 0.5s ease-in;
  -o-transition: height 0.5s ease-in;
}
@media only screen and (max-width: 991px) {
  .header .header-inner .logo-container a.navbar-brand img {
    max-width: 175px;
    height: auto;
    margin: 0;
    max-height: 50px;
  }
}
.header .header-inner .certificates {
  display: none;
}
.header .header-inner .cart-outer {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 11;
}
@media only screen and (max-width: 991px) {
  .header .header-inner .cart-outer {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 10px 0px 0px;
  }
}
.header .header-inner .cart-outer .header-contact {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: none;
}
@media only screen and (min-width: 992px) {
  .header .header-inner .cart-outer .header-contact {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.header .header-inner .cart-outer .header-contact .cta {
  color: #4d5359;
  margin-right: 1rem;
  line-height: normal;
}
.header .header-inner .cart-outer .header-contact .number a {
  font-weight: 600;
  line-height: 1;
  color: #4d5359;
  text-decoration: underline;
}
.header .header-inner .cart-outer .header-contact .number a:hover,
.header .header-inner .cart-outer .header-contact .number a:focus {
  color: #0066bf;
}
.header .header-inner .cart-outer .header-contact .number a:hover {
  text-decoration: unset;
}
.header .header-inner .cart-outer .cart_container {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.header
  .header-inner
  .cart-outer
  .cart_container
  .cart
  a.dropdown-toggle.nav-link {
  position: relative;
  display: block;
  padding: 0px 15px 0px 10px;
  cursor: pointer;
  z-index: 9999;
}
.header
  .header-inner
  .cart-outer
  .cart_container
  .cart
  a.dropdown-toggle.nav-link[aria-expanded="false"]
  i[class*="fa-times"],
.header
  .header-inner
  .cart-outer
  .cart_container
  .cart
  a.dropdown-toggle.nav-link:not([aria-expanded])
  i[class*="fa-times"] {
  display: none;
}
@media only screen and (max-width: 991px) {
  .header
    .header-inner
    .cart-outer
    .cart_container
    .cart
    a.dropdown-toggle.nav-link[aria-expanded="true"]
    i[class*="shopping"] {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .header
    .header-inner
    .cart-outer
    .cart_container
    .cart
    a.dropdown-toggle.nav-link[aria-expanded="true"]
    .cart-count {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .header
    .header-inner
    .cart-outer
    .cart_container
    .cart
    a.dropdown-toggle.nav-link {
    padding: 0;
    line-height: normal;
  }
  .header
    .header-inner
    .cart-outer
    .cart_container
    .cart
    a.dropdown-toggle.nav-link:after {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .header
    .header-inner
    .cart-outer
    .cart_container
    .cart
    .dropdown-toggle::after {
    right: 0;
    top: 20px;
    position: absolute;
  }
}
.header .header-inner .cart-outer .cart_container .cart i {
  font-size: 35px;
}
@media only screen and (min-width: 992px) {
  .header .header-inner .cart-outer .cart_container .cart i[class*="fa-times"] {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .header .header-inner .cart-outer .cart_container .cart i {
    color: #4d5359;
    font-size: 25px;
  }
}
.header .header-inner .cart-outer .cart_container .cart .cart-count {
  font-size: 0.9rem;
  position: absolute;
  right: 10px;
  top: -5px;
  background-color: #0066bf;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  line-height: 60%;
  padding: 5px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .header .header-inner .cart-outer .cart_container .cart .cart-count {
    right: -3px;
  }
}
.header form.search-form {
  z-index: -1;
  opacity: 0;
  transition: 0.3s opacity;
  display: none;
  position: relative;
}
@media (min-width: 992px) {
  .header form.search-form {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.header form.search-form.active {
  opacity: 1;
  z-index: 1;
  display: block;
  width: 100%;
  order: 9;
}
.header form.search-form input#search {
  width: 100%;
  height: 100%;
  padding: 15px;
  border-color: #0066bf;
}
.header form.search-form input#search:focus,
.header form.search-form input#search:focus-visible {
  border-color: #0066bf;
  outline-color: #0066bf;
}
.header form.search-form .buttons {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.header form.search-form .buttons button,
.header form.search-form .buttons a {
  margin: 0;
  background: unset;
  border: unset;
  box-shadow: none;
  min-width: unset;
  color: #333;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  display: block;
}
.header form.search-form .buttons button.remove-search-form,
.header form.search-form .buttons a.remove-search-form {
  padding: 0 20px 0 15px;
  margin: 0;
}
.header .menu {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .header .menu {
    order: 2;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.header .menu .header-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.header .menu .header-bottom .open-search-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s opacity;
  opacity: 1;
  z-index: 1;
  order: -1;
  margin: 0 10px 0 0;
}
@media (min-width: 992px) {
  .header .menu .header-bottom .open-search-form {
    padding: 0 15px;
    margin: 0;
    order: 1;
  }
  .header .menu .header-bottom .open-search-form.active {
    opacity: 0;
    z-index: -1;
  }
}
.header .menu .container {
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .header .menu .container {
    max-width: unset;
    min-width: unset;
    width: auto;
  }
}
.header .menu .container nav {
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .header .menu .container nav .navbar-collapse {
    background-color: #fff;
    position: fixed;
    left: -100%;
    color: #4d5359;
    width: 100%;
    max-width: 100%;
    height: 100vh !important;
    transition: left 0.5s;
    top: 0;
    padding-top: 8.5rem;
    z-index: 10;
    max-height: calc(100vh - 9rem);
    margin: 0;
    margin-top: 9rem;
    overflow-y: auto;
    padding: 0;
  }
  .header .menu .container nav .navbar-collapse .navbar-nav {
    flex-wrap: nowrap;
  }
}
.header .menu .container nav .navbar-collapse.show {
  left: 0;
  margin-top: 0;
  top: 82px;

}
@media (min-width: 992px) {
  .header .menu .container nav .navbar-collapse.show {
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }
}
.header .menu .container nav ul li a {
  line-height: 1;
  letter-spacing: 0.001em;
}
.header .menu .container nav ul li a.dropdown-item:hover,
.header .menu .container nav ul li a.dropdown-item:active,
.header .menu .container nav ul li a.dropdown-item.active {
  color: #fff;
}
.header .menu .container nav ul li a.nav-link {
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .header .menu .container nav ul li a.nav-link {
    font-weight: 700;
  }
}
@media only screen and (max-width: 991px) {
  .header .menu .container nav ul li a.nav-link {
    color: #4d5359;
  }
}
@media only screen and (max-width: 991px) {
  .header .menu .container nav ul li a.nav-link:hover,
  .header .menu .container nav ul li a.nav-link:focus,
  .header .menu .container nav ul li a.nav-link.active {
    background-color: #0066bf;
    color: #fff;
  }
}
.header .menu .container nav .navbar-toggler {
  margin: 0;
  padding: 0;
  border: unset;
  z-index: 11;
}
.header .menu .container nav .navbar-toggler:focus {
  outline: unset;
}
.header.open .header-inner .login {
  background-color: #fff;
  border-top: 1px solid rgba(77, 83, 89, 0.1);
  left: 0;
  -webkit-transition: left 0.35s linear 0.5s;
  -moz-transition: left 0.35s linear 0.5s;
  -ms-transition: left 0.35s linear 0.5s;
  -o-transition: left 0.35s linear 0.5s;
}
.header.open .header-inner .login a:before {
  color: #4d5359;
}
.header.open .header-inner .login a.dropdown-container:before {
  display: none;
}
.dropdown-menu {
  background: #fff;
  min-width: 200px;
  margin: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 12px 12px 0 rgba(77, 83, 89, 0.1);
  -moz-box-shadow: 0 12px 12px 0 rgba(77, 83, 89, 0.1);
  box-shadow: 0 12px 12px 0 rgba(77, 83, 89, 0.1);
  padding: 1.1rem 0;
}
.dropdown-menu .dropdown-item,
.dropdown-menu .dropdown-container {
  color: #4d5359;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: normal;
  padding: 1.4rem 1.8rem 1.6rem;
}
.dropdown-menu .dropdown-container {
  display: block;
  width: 100%;
  color: #4d5359;
  font-size: 1.4rem;
  padding: 1.2rem 1.8rem 1.4rem;
}
.dropdown-menu a {
  color: #fff2;
}
.dropdown-menu a.active,
.dropdown-menu a:active,
.dropdown-menu a:hover {
  background-color: #fff;
}
.menu {
  /* background-color: #fff; */
  /* color: #4d5359; */
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (min-width: 992px) {
  .menu {
    background-color: #0066bf;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .menu .container {
    padding: 0;
  }
}
.menu .navbar {
  padding: 0;
}
.menu .navbar .navbar-nav .nav-item:first-child .nav-link {
  border-left: none;
}
.menu .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  padding: 1.4rem 1.5rem 1.6rem 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 992px) {
  .menu .navbar .navbar-nav .nav-item .nav-link {
    color: #0066bf;
  }
}
@media only screen and (min-width: 992px) {
  .menu .navbar .navbar-nav .nav-item .nav-link {
    border-top: 1px solid #0066bf;
    border-bottom: 1px solid #0066bf;
    border-left: 1px solid #fff;
    padding: 2.6rem 1.87rem;
    line-height: 0;
    height: 0;
    font-size: 15px;
  }
}
.menu .navbar .navbar-nav .nav-item .nav-link.active,
.menu .navbar .navbar-nav .nav-item .nav-link:hover {
  background-color: #0066bf;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .menu .navbar .navbar-nav .nav-item .nav-link.active,
  .menu .navbar .navbar-nav .nav-item .nav-link:hover {
    border-top: 1px solid #0066bf;
    border-bottom: 1px solid #0066bf;
  }
}
.menu .navbar .navbar-nav .nav-item:last-child .nav-link {
  border-right: none;
}
/* .dropdown-menu {
  overflow: hidden;
} */
@media only screen and (max-width: 991px) {
  .dropdown-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    padding-left: 0px;
  }
}
.dropdown-menu .dropdown-item:not(.button) {
  padding: 1.4rem 1.8rem 1.6rem 1.8rem;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  .dropdown-menu .dropdown-item:not(.button) {
    font-family: "Montserrat", sans-serif;
    padding: 1.4rem 1.5rem 1.6rem 3.5rem;
    position: relative;
  }
}
.dropdown-menu .dropdown-item:not(.button):hover,
.dropdown-menu .dropdown-item:not(.button).active {
  color: #fff;
}
.dropdown-menu .dropdown-item:not(.button):hover:after,
.dropdown-menu .dropdown-item:not(.button).active:after {
  content: "";
  position: absolute;
  left: -100%;
  right: -100%;
  width: 300%;
  height: 100%;
  background-color: #0066bf;
  z-index: -1;
  top: 0;
  bottom: 0;
}
.dropdown-toggle:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  border: none;
  vertical-align: middle;
  font-size: 1.1rem;
  margin-left: 0.9rem;
}
.animated-icon1 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  cursor: pointer;
}
.animated-icon1 span {
  background: #fff;
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}
.animated-icon1 span:nth-child(1) {
  top: 0;
}
.animated-icon1 span:nth-child(2) {
  top: 10px;
}
.animated-icon1 span:nth-child(3) {
  top: 20px;
}
.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
}
@media only screen and (max-width: 991px) {
  section.usp {
    border-bottom: 1px solid #ddd;
  }
}
section.usp #usp-slider {
  width: 100%;
}
section.usp #usp-slider .swiper-slide {
  -webkit-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
section.usp #usp-slider .swiper-slide a:hover,
section.usp #usp-slider .swiper-slide a:active,
section.usp #usp-slider .swiper-slide a:focus {
  text-decoration: none;
}
section.usp #usp-slider .swiper-slide a p {
  color: #4d5359;
}
section.usp div.usp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (min-width: 992px) {
  section.usp div.usp {
    padding: 2.6rem 0;
    border-bottom: 1px solid #ddd;
  }
}
@media only screen and (max-width: 991px) {
  section.usp div.usp {
    padding: 1.3rem 0;
  }
}
section.usp div.usp .usp-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  section.usp div.usp .usp-item {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.usp div.usp .usp-item {
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
  }
}
@media only screen and (max-width: 767px) {
  section.usp div.usp .usp-item {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  section.usp div.usp .usp-item {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
section.usp div.usp .usp-item .left {
  font-size: 30px;
  align-items: center;
  width: 40px;
  color: #0066bf;
}
section.usp div.usp .usp-item .left i {
  font-size: 40px;
}
@media only screen and (max-width: 991px) {
  section.usp div.usp .usp-item .left i {
    font-size: 25px;
  }
}
section.usp div.usp .usp-item .right {
  text-align: left;
  margin-left: 20px;
  max-width: calc(100% - 60px);
}
section.usp div.usp .usp-item .right p {
  margin: 0;
  line-height: 140%;
}
section.usp div.usp .usp-item .right p.heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.usp + .main > .cart-view {
  margin-top: 4.7rem;
  padding-top: 0;
}
@media only screen and (max-width: 991px) {
  .hero .container,
  .hero .container-fluid {
    width: 100%;
    max-width: unset;
    padding: 0;
    margin: 0;
  }
}
.hero .container #main-slider .swiper-slide,
.hero .container-fluid #main-slider .swiper-slide {
  background-color: #fff;
  min-height: 350px;
  height: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero .container #main-slider .swiper-slide,
  .hero .container-fluid #main-slider .swiper-slide {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero .container #main-slider .swiper-slide,
  .hero .container-fluid #main-slider .swiper-slide {
    height: auto;
    min-height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .container #main-slider .swiper-slide,
  .hero .container-fluid #main-slider .swiper-slide {
    min-height: 200px;
    height: auto;
    background-size: cover;
  }
}
.hero .container #main-slider .swiper-slide .main-img,
.hero .container-fluid #main-slider .swiper-slide .main-img {
  display: none;
}
.hero .container #main-slider .swiper-slide.no-content,
.hero .container-fluid #main-slider .swiper-slide.no-content {
  background-size: 100%;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  .hero .container #main-slider .swiper-slide.no-content,
  .hero .container-fluid #main-slider .swiper-slide.no-content {
    background-image: none !important;
    min-height: 1px;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .hero .container #main-slider .swiper-slide.no-content .main-img,
  .hero .container-fluid #main-slider .swiper-slide.no-content .main-img {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .hero .container #main-slider .swiper-slide.no-content .main-img img,
  .hero .container-fluid #main-slider .swiper-slide.no-content .main-img img {
    margin: 0;
  }
}
.hero .container #main-slider .swiper-slide .content,
.hero .container-fluid #main-slider .swiper-slide .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  max-width: 505px;
  margin: 0 0 0 auto;
  padding: 30px 0 30px 45px;
}
@media only screen and (max-width: 767px) {
  .hero .container #main-slider .swiper-slide .content,
  .hero .container-fluid #main-slider .swiper-slide .content {
    max-width: 100%;
    padding: 30px;
  }
}
.hero .container #main-slider .swiper-slide .content .text,
.hero .container-fluid #main-slider .swiper-slide .content .text {
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 767px) {
  .hero .container #main-slider .swiper-slide .content .text h1,
  .hero .container-fluid #main-slider .swiper-slide .content .text h1,
  .hero .container #main-slider .swiper-slide .content .text h2,
  .hero .container-fluid #main-slider .swiper-slide .content .text h2,
  .hero .container #main-slider .swiper-slide .content .text h3,
  .hero .container-fluid #main-slider .swiper-slide .content .text h3,
  .hero .container #main-slider .swiper-slide .content .text h4,
  .hero .container-fluid #main-slider .swiper-slide .content .text h4,
  .hero .container #main-slider .swiper-slide .content .text h5,
  .hero .container-fluid #main-slider .swiper-slide .content .text h5,
  .hero .container #main-slider .swiper-slide .content .text h6,
  .hero .container-fluid #main-slider .swiper-slide .content .text h6,
  .hero .container #main-slider .swiper-slide .content .text .title,
  .hero .container-fluid #main-slider .swiper-slide .content .text .title {
    font-size: 2rem;
    line-height: normal;
    font-weight: bold;
  }
}
.hero .container #main-slider .swiper-slide .content .text p,
.hero .container-fluid #main-slider .swiper-slide .content .text p,
.hero .container #main-slider .swiper-slide .content .text ul,
.hero .container-fluid #main-slider .swiper-slide .content .text ul,
.hero .container #main-slider .swiper-slide .content .text a:not([class]),
.hero
  .container-fluid
  #main-slider
  .swiper-slide
  .content
  .text
  a:not([class]) {
  margin-bottom: 3rem;
  line-height: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .hero .container #main-slider .swiper-slide .content .text p,
  .hero .container-fluid #main-slider .swiper-slide .content .text p,
  .hero .container #main-slider .swiper-slide .content .text ul,
  .hero .container-fluid #main-slider .swiper-slide .content .text ul,
  .hero .container #main-slider .swiper-slide .content .text a:not([class]),
  .hero
    .container-fluid
    #main-slider
    .swiper-slide
    .content
    .text
    a:not([class]) {
    line-height: 2.4rem;
    font-size: 1.6rem;
  }
}
.hero .container #main-slider .swiper-slide .content .text p.title,
.hero .container-fluid #main-slider .swiper-slide .content .text p.title,
.hero .container #main-slider .swiper-slide .content .text ul.title,
.hero .container-fluid #main-slider .swiper-slide .content .text ul.title,
.hero .container #main-slider .swiper-slide .content .text a:not([class]).title,
.hero
  .container-fluid
  #main-slider
  .swiper-slide
  .content
  .text
  a:not([class]).title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: normal;
  margin-bottom: 1.9rem;
}
.hero .container #main-slider .swiper-slide .content .text p:last-child,
.hero .container-fluid #main-slider .swiper-slide .content .text p:last-child,
.hero .container #main-slider .swiper-slide .content .text ul:last-child,
.hero .container-fluid #main-slider .swiper-slide .content .text ul:last-child,
.hero
  .container
  #main-slider
  .swiper-slide
  .content
  .text
  a:not([class]):last-child,
.hero
  .container-fluid
  #main-slider
  .swiper-slide
  .content
  .text
  a:not([class]):last-child {
  margin-bottom: 0;
}
.hero .container #main-slider .swiper-slide .content .text ul:not([class]),
.hero
  .container-fluid
  #main-slider
  .swiper-slide
  .content
  .text
  ul:not([class]),
.hero .container #main-slider .swiper-slide .content .text ol:not([class]),
.hero
  .container-fluid
  #main-slider
  .swiper-slide
  .content
  .text
  ol:not([class]) {
  text-align: left;
}
.hero .container #main-slider .swiper-slide .content .price,
.hero .container-fluid #main-slider .swiper-slide .content .price {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-decoration: none;
}
.hero .container #main-slider .swiper-slide .content .price ins.display-price,
.hero
  .container-fluid
  #main-slider
  .swiper-slide
  .content
  .price
  ins.display-price {
  text-decoration: unset;
  margin: 0 10px 0px 0;
  display: inline-block;
}
.hero
  .container
  #main-slider
  .swiper-slide
  .content
  .price
  del.display-price-from,
.hero
  .container-fluid
  #main-slider
  .swiper-slide
  .content
  .price
  del.display-price-from {
  font-weight: 300;
}
.hero .container #main-slider .swiper-slide.product-slider,
.hero .container-fluid #main-slider .swiper-slide.product-slider {
  background-position: 25% 100%;
}
.gallery-top {
  margin-bottom: 10px;
}
.gallery-thumbs .swiper-wrapper {
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.gallery-thumbs .swiper-button-next,
.gallery-thumbs .swiper-button-prev {
  border: none;
  background-color: #ddd;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -ms-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
}
.gallery-thumbs .swiper-button-next:after,
.gallery-thumbs .swiper-button-prev:after {
  line-height: 40px;
}
.gallery-thumbs .swiper-button-next.swiper-button-disabled,
.gallery-thumbs .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -ms-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
}
.gallery-thumbs .swiper-slide {
  cursor: pointer;
}
.gallery-thumbs .swiper-slide img {
  width: auto;
  height: 52px;
  object-fit: contain;
}
.swiper-button-next,
.swiper-button-prev {
  background-image: none;
  width: 3rem;
  height: 3rem;
  color: #d2653b;
  text-align: center;
  display: block;
  margin-top: -1.5rem;
}
.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: 0;
  outline-offset: 0;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 3rem;
  vertical-align: middle;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.swiper-button-next:after {
  content: "\f054";
  margin-left: 0.3rem;
}
.swiper-button-prev:after {
  content: "\f053";
  margin-right: 0.3rem;
}
.product-images .swiper-wrapper {
  display: flex;
  align-items: center;
}
.product-images .swiper-wrapper .swiper-slide img {
  display: block;
  margin: 0 auto;
  max-height: 610px;
  width: auto;
}
@media (max-width: 1200px) {
  .product-images .swiper-wrapper .swiper-slide img {
    max-height: 465px;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .product-images .swiper-wrapper .swiper-slide img {
    max-height: 352px;
  }
}
.product-images .product-col {
  -webkit-flex: 1 1 16.666%;
  -ms-flex: 1 1 16.666%;
  flex: 1 1 16.666%;
}
.product-images .product-col .product-thumb {
  position: relative;
}
.product-images .product-col .product-thumb .viewmore {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.product-images .product-col .product-thumb .viewmore p {
  margin: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
}
.product-images-preview {
  margin-bottom: 1rem;
}
.breadcrumb {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-left: 0;
  padding-right: 0;
  /* margin: 0.8rem 0; */
  padding: 0 !important;
  margin: 0 !important;
}
.breadcrumb-item {
  line-height: 2.6rem;
}
.breadcrumb-item > a {
  color: #4d5359;
}
.breadcrumb-item > a:hover,
.breadcrumb-item > a.active {
  text-decoration: none;
  color: #0066bf;
}
.breadcrumb-item + .breadcrumb-item:before {
  color: #4d5359;
  content: ">";
}
.breadcrumbs + .page-category-overview,
.breadcrumbs + .page-product-overview {
  margin-top: 0;
}

#breadcrumbs {
  margin: 20px 0;
}

.product {
  position: relative;
}
.product-grid .product {
  margin-bottom: 3rem;
}
.product-categories .product .title {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-align: center;
  margin: 0;
}
.product-categories .product .product-inner .product-image {
  margin-bottom: 2rem;
}
.product .product-inner {
  position: relative;
}
.product .product-inner .product-image {
  margin-bottom: 1.5rem;
}
.product .product-inner .product-image > a:not([class]) {
  display: block;
  position: relative;
  height: 100%;
}
.product .product-inner .product-image > a:not([class]):after {
  display: none;
}
@media (min-width: 992px) {
  .product .product-inner .product-image > a:not([class]):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(77, 83, 89, 0);
    text-align: center;
    display: block;
    -webkit-transition: background-color 0.3s ease-in;
    -moz-transition: background-color 0.3s ease-in;
    -ms-transition: background-color 0.3s ease-in;
    -o-transition: background-color 0.3s ease-in;
  }
}
.product .product-inner .product-image > a:not([class]):hover:after {
  -webkit-transition: background-color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in;
  -ms-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  background-color: rgba(77, 83, 89, 0.35);
}
.product .product-inner .product-image > a:not([class]) img {
  width: 100%;
}
.product .product-inner .content .button.primary.add-to-cart-button {
  min-width: 1rem;
  width: 6.5rem;
  height: 4rem;
  padding: 0;
  line-height: 4rem;
  vertical-align: middle;
  font-size: 2rem;
  -webkit-border-radius: 6rem;
  -moz-border-radius: 6rem;
  border-radius: 6rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.product .product-inner a:hover,
.product .product-inner a:focus,
.product .product-inner a:active {
  text-decoration: none;
}
.product .price {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.product .price .display-price {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-decoration: none;
}
.product .price .display-price-from {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  line-height: 2.6rem;
  color: #d2653b;
  margin-left: 1rem;
}
.product .label {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  display: inline;
  font-size: 1.4rem;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 1.9rem;
  padding: 1px 6px;
}
.product .title {
  color: #4d5359;
  line-height: 2.4rem;
  margin-bottom: 0.6rem;
}
.product .title > a {
  color: inherit;
  word-break: break-word;
}
.product .title > a:hover {
  color: #0066bf;
  text-decoration: none;
}
.product .availability {
  font-size: 1.4rem;
  line-height: 2.6rem;
  font-weight: normal;
}
.product .availability .fa-check {
  color: #0066bf;
  margin-right: 5px;
}
.product .availability .available {
  color: #0066bf;
}
.product .availability .not-available {
  color: #eb0400;
}
.product .availability span {
  margin-left: 0.5rem;
}
.product .add-to-cart .button {
  display: block;
  margin: 1.5rem auto;
}
@media only screen and (max-width: 991px) {
  .product .product-button-container {
    margin: 3rem 0;
  }
}
.product .product-button-container button.primary {
  -webkit-appearance: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  display: block;
  width: 100%;
  text-align: center;
  line-height: normal;
  font-stretch: normal;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 12px 12px 0 rgba(77, 83, 89, 0.1);
  -moz-box-shadow: 0 12px 12px 0 rgba(77, 83, 89, 0.1);
  box-shadow: 0 12px 12px 0 rgba(77, 83, 89, 0.1);
  cursor: pointer;
  padding: 1.3rem 5.3rem 1.7rem 5.3rem;
}
.product .product-button-container button.primary i {
  display: none;
}
.product .product-images.gallery-thumbs {
  margin-left: -5px;
  margin-right: -5px;
}
.product .product-images.gallery-thumbs > .product-col {
  padding-left: 5px;
  padding-right: 5px;
}
.product .product-images.gallery-thumbs .product-thumb {
  margin-bottom: 1rem;
}
.product .product-images.gallery-thumbs .product-thumb > a {
  display: block;
  width: 100%;
  height: 80px;
}
.product .product-images.gallery-thumbs .product-thumb img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 80px;
  object-fit: cover;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.product .product-tabs p {
  margin-bottom: 3rem;
}
.product .product-tabs .nav-tabs {
  padding-bottom: 0;
  margin-bottom: 1.9rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .product .product-tabs .nav-tabs {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product .product-tabs .nav-tabs li {
    width: 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 10px;
  }
}
.product .product-tabs .nav-tabs li a {
  color: #4d5359;
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding: 1.6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  border: none;
  border-bottom: 2px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.product .product-tabs .nav-tabs li a.active {
  color: #4d5359;
  border-bottom: 2px solid #4d5359;
}
@media only screen and (max-width: 767px) {
  .product .product-tabs .nav-tabs li a.active {
    border-bottom: none;
    border-left: 2px solid #4d5359;
  }
}
@media only screen and (max-width: 767px) {
  .product .product-tabs .nav-tabs li a {
    border-bottom: none;
    border-left: 2px solid #ddd;
  }
}
@media only screen and (min-width: 992px) {
  .product .product-tabs .nav-tabs li:first-child a {
    padding-left: 0;
  }
}
.product .product-tabs .full-product-specifications {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .product .product-tabs .full-product-specifications {
    margin: 0 -15px;
  }
}
.product .product-tabs .full-product-specifications dl {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 991px) {
  .product .product-tabs .full-product-specifications dl {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.product .product-tabs .full-product-specifications dl dt,
.product .product-tabs .full-product-specifications dl dd {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 15px;
}
@media (max-width: 640px) {
  .product .product-tabs .full-product-specifications dl dt,
  .product .product-tabs .full-product-specifications dl dd {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.product .product-options .product-option .form-group.row {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.product .cross-sells,
.product .up-sells {
  margin: 3rem auto;
}
.product.product-view #product-details header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.product.product-view #product-details header h1 {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product.product-view .label {
  position: relative;
  vertical-align: middle;
  margin-left: auto;
  top: 3px;
  right: 0;
  left: 0;
}
.product.product-view .product-content {
  margin-bottom: 2rem;
}
.product.product-view .product-content .mobile-header h2 {
  font-size: 2.8rem;
  line-height: 3.2rem;
  margin-bottom: 2.3rem;
}
.product.product-view .product-content .large-image img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .product.product-view .product-content p {
    margin-bottom: 1.5rem;
  }
}
.product.product-view .price,
.product.product-view .availability {
  margin: 3rem 0;
}
@media only screen and (max-width: 991px) {
  .product.product-view .price,
  .product.product-view .availability {
    margin: 1.5rem 0;
  }
}
.product-payment-images {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 3rem auto;
}
.copyright .product-payment-images {
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .copyright .product-payment-images {
    margin: 0;
    width: 100%;
    justify-content: left;
  }
}
.product-payment-images > .col-auto {
  padding: 0 0.5rem;
}
.product-payment-images .payment-thumb {
  -webkit-flex: 0 0 45px;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  border: 1px solid #ddd;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  object-fit: cover;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0.5rem 0;
}
.copyright .product-payment-images .payment-thumb {
  border: none;
}
.product-payment-images .payment-thumb figure {
  margin: 0;
}
.product-payment-images .payment-thumb figure img {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  padding: 0 0.5rem;
  margin: 0.5rem auto;
}
.copyright .product-payment-images .payment-thumb figure img {
  filter: grayscale(100%);
}
.indexAttributes {
  width: 100%;
  font-size: 15px;
  color: #4d5359;
  margin: 0;
}
.short-product {
  margin-bottom: 30px;
}
.short-product .product-inner > .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.short-product .product-inner > .content header {
  margin: 0 0 10px 0;
  display: block;
  width: 100%;
}
.short-product .product-inner > .content .content {
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  align-items: center;
}
.short-product .product-inner > .content .content .price {
  text-align: left;
  font-size: 1.5rem;
}
.short-product .product-inner > .content nav {
  -webkit-flex: 0 1;
  -ms-flex: 0 1;
  flex: 0 1;
  margin: 6px 0 0;
}
.short-product .product-inner .product-image {
  position: relative;
  overflow: hidden;
}
.short-product .product-inner .product-image .label {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  border-radius: 12px;
}
.short-product .product-inner .product-image .product-image {
  position: relative;
}
.page-category-overview,
.page-product-overview {
  position: relative;
  margin: 8rem auto;
}
.slides .page-category-overview,
.slides .page-product-overview {
  margin-top: 0;
}
.page-category-overview .big-heading h3,
.page-product-overview .big-heading h3 {
  margin-bottom: 3rem;
  line-height: normal;
}
.page-category-overview .product-categories,
.page-product-overview .product-categories {
  margin-left: -10px;
  margin-right: -10px;
}
.page-category-overview .product-categories .product-category,
.page-product-overview .product-categories .product-category {
  padding: 0 10px;
}
.page-category-overview .product-categories .product-category .price,
.page-product-overview .product-categories .product-category .price {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .page-category-overview .product-categories .product-category,
  .page-product-overview .product-categories .product-category {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media only screen and (max-width: 991px) {
  .page-category-overview .product-categories .product-category,
  .page-product-overview .product-categories .product-category {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .page-category-overview .product-categories .product-category,
  .page-product-overview .product-categories .product-category {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.page-category-overview .image-container,
.page-product-overview .image-container {
  height: 176px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 991px) {
  .page-category-overview .image-container,
  .page-product-overview .image-container {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .page-category-overview .image-container,
  .page-product-overview .image-container {
    background-image: none !important;
    height: auto;
    margin-bottom: 0;
  }
}
.page-category-overview .image-container figure,
.page-product-overview .image-container figure {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .page-category-overview .image-container figure img,
  .page-product-overview .image-container figure img {
    width: 100%;
  }
}
.page-category-overview .content-container,
.page-product-overview .content-container {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.page-category-overview .content-container .title,
.page-product-overview .content-container .title {
  padding-top: 2rem;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .page-category-overview .content-container .title,
  .page-product-overview .content-container .title {
    padding: 3rem 0;
    margin: 0;
  }
}
.page-category-overview .content-container a,
.page-product-overview .content-container a {
  color: #4d5359;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
.page-category-overview .content-container a:hover,
.page-product-overview .content-container a:hover {
  color: #0066bf;
  text-decoration: none;
}
.page-category-overview .swiper-controls,
.page-product-overview .swiper-controls {
  position: absolute;
  right: 40px;
  top: -4px;
  background: #fff;
  z-index: 9;
  font-size: 25px;
  display: flex;
}
.page-category-overview .swiper-controls > div,
.page-product-overview .swiper-controls > div {
  padding: 0 15px;
  cursor: pointer;
}
.page-category-overview .swiper-controls > div:focus,
.page-product-overview .swiper-controls > div:focus {
  outline: unset;
}
.page-category-overview #product-slider .swiper-wrapper .swiper-slide,
.page-product-overview #product-slider .swiper-wrapper .swiper-slide {
  width: 20%;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 205px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-category-overview #product-slider .swiper-wrapper .swiper-slide,
  .page-product-overview #product-slider .swiper-wrapper .swiper-slide {
    min-width: 33.33%;
    -webkit-flex: 1 1 33.33%;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .page-category-overview #product-slider .swiper-wrapper .swiper-slide,
  .page-product-overview #product-slider .swiper-wrapper .swiper-slide {
    min-width: 50%;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
@media only screen and (max-width: 767px) {
  .page-category-overview #product-slider .swiper-wrapper .swiper-slide,
  .page-product-overview #product-slider .swiper-wrapper .swiper-slide {
    min-width: 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.page-category-overview #product-slider .swiper-wrapper .swiper-slide p.title,
.page-product-overview #product-slider .swiper-wrapper .swiper-slide p.title {
  text-align: center;
}
.page-category-overview #product-slider .swiper-wrapper .swiper-slide .text,
.page-product-overview #product-slider .swiper-wrapper .swiper-slide .text {
  width: 100%;
  text-align: center;
}
.page-product-overview .content-container a {
  font-family: "Montserrat", sans-serif;
}
.customer-navigation ul li.active a {
  color: #0066bf;
}
section.availabilty b {
  margin-left: 3px;
}
.form-control,
.select2-selection,
.select2-input {
  height: auto;
  padding: 1.4rem 4.7rem 1.6rem 1.7rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ddd;
  font-size: 1.6rem;
  line-height: normal;
}
.form-control[type="number"],
.select2-selection[type="number"],
.select2-input[type="number"] {
  padding-right: 1.7rem;
}
input[type="text"].form-control,
input[type="password"].form-control {
  padding-right: 1.7rem;
}
.select2-selection {
  padding: 1rem 4.7rem 1.2rem 1.7rem;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 50px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
}
.select2-container .select2-selection--single {
  height: auto;
  border-color: #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  min-height: 5.2rem;
}
.select2-container--default {
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
select.form-control {
  padding: 0.9rem 1.5rem 1.3rem 1.5rem;
}
select.form-control.cart_product_update {
  padding: 0.3rem 1rem 0.3rem;
}
label.col-form-label {
  line-height: 3rem;
  vertical-align: middle;
}
button[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  line-height: normal;
  padding: 1.3rem 4rem 1.7rem 4rem;
  display: inline-block;
  margin: 0 auto;
  min-width: 20rem;
  -webkit-box-shadow: 0 12px 12px 0 rgba(77, 83, 89, 0.1);
  -moz-box-shadow: 0 12px 12px 0 rgba(77, 83, 89, 0.1);
  box-shadow: 0 12px 12px 0 rgba(77, 83, 89, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 150%;
  padding: 10px 15px;
  box-shadow: 0 5px 12px 0 rgba(37, 41, 49, 0.2);
  min-width: unset;
  border: 1px solid #0066bf;
  background-color: #0066bf;
  color: #fff;
  text-decoration: none;
}
button[type="submit"].navbar-toggler,
button[type="submit"].mfp-close {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  min-width: 1px;
}
button[type="submit"].primary {
  border: 1px solid #0066bf;
  background-color: #0066bf;
  color: #fff;
  text-decoration: none;
}
button[type="submit"].primary:hover,
button[type="submit"].primary:active,
button[type="submit"].primary:focus {
  background-color: #6a877f;
  color: #fff;
  border-color: #6a877f;
}
button[type="submit"].secondary {
  border: 1px solid #0066bf;
  background-color: #fff;
  color: #0066bf;
}
button[type="submit"].secondary:hover,
button[type="submit"].secondary:active,
button[type="submit"].secondary:focus {
  background-color: #6a877f;
  color: #fff;
}
button[type="submit"].tertiary {
  background-color: #0066bf;
  color: #fff;
}
button[type="submit"].tertiary:hover,
button[type="submit"].tertiary:active,
button[type="submit"].tertiary:focus {
  background-color: #6a877f;
  color: #fff;
}
button[type="submit"].fake {
  border-color: #d2653b;
  color: #d2653b;
  margin-right: 1.5rem;
}
@media only screen and (max-width: 576px) {
  button[type="submit"].fake {
    display: block;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
button[type="submit"].close {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  margin-right: 0;
  min-width: 1px;
}
button[type="submit"]:hover,
button[type="submit"]:focus,
button[type="submit"]:active {
  text-decoration: none;
  outline: 0;
  outline-offset: 0;
  cursor: pointer;
}
button[type="submit"].full-width {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 576px) {
  button[type="submit"] {
    display: block;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
button[type="submit"]:hover,
button[type="submit"]:active,
button[type="submit"]:focus {
  background-color: #6a877f;
  color: #fff;
  border-color: #6a877f;
}
@media only screen and (max-width: 576px) {
  button[type="submit"] {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.checkbox input[type="checkbox"] {
  display: none;
}
.checkbox input[type="checkbox"]:checked + label::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
}
.checkbox label {
  margin-bottom: 0;
  padding-left: 0;
}
.checkbox label:before {
  content: "";
  color: #0066bf;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #ddd;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  vertical-align: middle;
  margin-right: 1rem;
  background-color: #fff;
  border: 1px solid #ddd;
}
input[type="checkbox"]:checked {
  background-color: #0066bf;
  border: 1px solid #0066bf;
}
input[type="checkbox"]:checked,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  outline: 0;
  outline-offset: 0;
}
.help-block.help-block-error {
  color: red;
}
.help-block:empty {
  display: none;
}
.form-group {
  width: 100%;
  margin-bottom: 1.5rem;
  position: relative;
}
.form-group.has-error .help-block {
  color: red;
}
.form-group.has-error input,
.form-group.has-error textarea {
  border-color: red;
}
.form-group.has-error > label {
  color: red;
}
.form-group.required label:after {
  content: "*";
  padding: 0 0 0 3px;
  color: #0066bf;
}
.form-group.required.invalid .invalid-feedback {
  display: block;
}
.form-group:not(.required) .form-control.is-valid {
  border-color: #ddd;
  background-image: none !important;
}
.form-group.field-billingaddress-name,
.form-group.field-billingaddress-address {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 5px;
  width: 100%;
}
.form-group.field-billingaddress-name [class*="col-"],
.form-group.field-billingaddress-address [class*="col-"] {
  padding: 0 5px;
}
.form-group.field-billingaddress-name > .row,
.form-group.field-billingaddress-address > .row {
  margin-left: -5px;
  margin-right: -5px;
}
.form-group.field-registrationform-agree label {
  font-size: 1.4rem;
  position: relative;
  padding-left: 3.5rem;
  padding-top: 0.25rem;
}
.form-group.field-registrationform-agree label p {
  display: inherit;
}
.form-group.field-registrationform-agree label:before {
  position: absolute;
  left: 0;
  top: 5px;
  line-height: 24px;
}
.form-group .invalid-nested-input {
  display: none;
}
.form-group .address-input.is-invalid + .invalid-nested-input {
  display: block;
}
.form-group .invalid-feedback,
.form-group .invalid-nested-input {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffd9d9;
  z-index: 2;
  border: 1px solid #f00;
  padding: 11px 10px 10px 11px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 1.6rem;
  color: #4d5359;
}
@media (min-width: 1201px) {
  .form-group .invalid-feedback,
  .form-group .invalid-nested-input {
    left: -22px;
  }
}
.form-group .invalid-feedback:after,
.form-group .invalid-nested-input:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent #f00 transparent;
  position: absolute;
  top: -11px;
  left: 22px;
  z-index: 1;
}
.form-group .invalid-feedback:before,
.form-group .invalid-nested-input:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent #ffd9d9 transparent;
  position: absolute;
  top: -10px;
  left: 22px;
  z-index: 2;
}
.form-check-input.is-valid + .form-check-label,
.form-check-input.was-validated + .form-check-label {
  color: inherit;
}
.form-check,
.paymentmethod {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 2rem;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  cursor: pointer;
}
.form-check .form-check-label,
.paymentmethod .form-check-label,
.form-check label,
.paymentmethod label {
  position: relative;
  left: 0;
  padding-left: 4rem;
  line-height: normal;
  padding: 1.5rem 4.7rem 1.7rem 4.7rem;
  width: 100%;
  max-width: calc(100% - 86px);
  cursor: pointer;
}
.form-group.checkbox .form-check .form-check-label,
.form-group.checkbox .paymentmethod .form-check-label,
.form-group.checkbox .form-check label,
.form-group.checkbox .paymentmethod label {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.form-check input[type="radio"],
.paymentmethod input[type="radio"] {
  position: absolute;
  top: 1.8rem;
  left: 1.8rem;
  bottom: 0;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 5rem;
  vertical-align: middle;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
}
.form-check input[type="radio"]:checked,
.paymentmethod input[type="radio"]:checked {
  background-color: #0066bf;
}
.form-check input[type="radio"]:checked + label:before,
.paymentmethod input[type="radio"]:checked + label:before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  left: 2.4rem;
  top: 2.4rem;
  background-color: #fff;
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.form-check input[type="radio"]:focus,
.paymentmethod input[type="radio"]:focus,
.form-check input[type="radio"]:active,
.paymentmethod input[type="radio"]:active {
  outline: 0;
  outline-offset: 0;
}
.form-check figure,
.paymentmethod figure {
  margin: 0;
  padding: 0 1.8rem;
  position: absolute;
  right: 0;
  top: 1.5rem;
}
.form-check figure img,
.paymentmethod figure img {
  height: 25px;
  display: block;
}
.form-check .issuer_container,
.paymentmethod .issuer_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.form-check .issuer_container .form-group,
.paymentmethod .issuer_container .form-group {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.form-check .issuer_container .form-group label,
.paymentmethod .issuer_container .form-group label {
  max-width: 100%;
  padding: 0 1.8rem;
}
.form-check .issuer_container .form-group select.form-control,
.paymentmethod .issuer_container .form-group select.form-control {
  max-width: calc(100% - 36px);
  margin: 0 1.8rem;
}
@media (max-width: 575px) {
  [id*="name-input-"] [class*="col-"],
  .field-billingaddress-address [class*="col-"] {
    margin-bottom: 1.5rem;
  }
}
.field-billingaddress-address.required.invalid input,
.field-billingaddress-name.required.invalid input,
.field-billingaddress-address.required.invalid .form-control,
.field-billingaddress-name.required.invalid .form-control {
  border: 1px solid #f00;
}
.field-billingaddress-address.required.validating input,
.field-billingaddress-name.required.validating input,
.field-billingaddress-address.required.validating .form-control,
.field-billingaddress-name.required.validating .form-control {
  border: 1px solid #28a745;
}
.field-shippingaddress-name.invalid input,
.field-shippingaddress-address.invalid input,
.field-shippingaddress-country_id.invalid input,
.field-shippingaddress-name.invalid .form-control,
.field-shippingaddress-address.invalid .form-control,
.field-shippingaddress-country_id.invalid .form-control,
.field-shippingaddress-name.invalid
  .select2-container
  .select2-selection--single,
.field-shippingaddress-address.invalid
  .select2-container
  .select2-selection--single,
.field-shippingaddress-country_id.invalid
  .select2-container
  .select2-selection--single {
  border: 1px solid #f00;
}
.field-shippingaddress-name.invalid .invalid-feedback,
.field-shippingaddress-address.invalid .invalid-feedback,
.field-shippingaddress-country_id.invalid .invalid-feedback {
  display: block;
}
.form-group.has-success .checkbox label:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
}
.form-group.checkbox .field-order-single_address .form-check .form-check-label,
.form-group.checkbox .field-order-single_address .form-check label {
  color: #4d5359;
}
#shipping_address .form-row {
  margin-left: 0;
  margin-right: 0;
}
#shipping_address .form-row.two-col {
  margin-left: -5px;
  margin-right: -5px;
}
#shipping_address .form-row > [class*="col-"] {
  padding: 0;
}
#shipping_address .form-row .form-group.field-shippingaddress-zipcode,
#shipping_address .form-row .form-group.field-shippingaddress-location {
  padding: 0 5px;
}
#shipping_address .address > .form-group.field-shippingaddress-address_id {
  margin: 0;
}
.field-shippingaddress-name .row,
.field-shippingaddress-address .row {
  margin: 0 -5px;
}
.field-shippingaddress-name .row > [class*="col-"],
.field-shippingaddress-address .row > [class*="col-"] {
  padding: 0 5px;
}
@media (max-width: 575px) {
  .field-shippingaddress-address .row > [class*="col-"] {
    margin-bottom: 1.5rem;
  }
}
#address_form .form-group.checkbox {
  margin-top: 3rem;
}
.terms-and-conditions .form-check {
  border: none;
}
.terms-and-conditions .form-check input[type="checkbox"] {
  margin: 0;
  left: 0;
  top: 0.5rem;
}
.terms-and-conditions .form-check .form-check-label {
  padding: 0;
}
.terms-and-conditions .text-link {
  display: block;
  margin-bottom: 1.5rem;
}
#add-to-cart-form .loader {
  display: block;
}
#add-to-cart-form .loader span {
  padding-left: 5px;
  color: #797979;
  font-size: 13px;
  font-weight: bold;
}
#add-to-cart-form .loader i {
  font-size: 12px;
  color: #333;
}
.footer {
  background-color: #efefef;
  color: #4d5359;
  font-size: 1.4rem;
  line-height: 3.2rem;
  padding-top: 6.8rem;
  padding-bottom: 0;
  border-top: 1px solid #ddd;
}
.footer .footer-item {
  margin-bottom: 30px;
}
.footer h3 {
  margin-bottom: 0.6rem;
}
.footer a:not(class) {
  color: #4d5359;
  text-decoration: underline;
}
.footer ul,
.footer ol {
  list-style: none;
  padding: 0;
  margin-bottom: 3rem;
}
.footer ul li > a,
.footer ol li > a {
  text-decoration: none;
}
.footer ul li > a:not([class]):hover,
.footer ol li > a:not([class]):hover,
.footer ul li > a:not([class]):focus,
.footer ol li > a:not([class]):focus,
.footer ul li > a:not([class]):active,
.footer ol li > a:not([class]):active {
  color: #0066bf;
}
.footer address,
.footer section {
  margin-bottom: 1.5rem;
}
.footer .contacts .content {
  margin: 0;
}
.footer .contacts .content > a:hover {
  color: #0066bf;
  text-decoration: none;
}
.copyright {
  background-color: #f9f9f9;
  color: #4d5359;
  padding-top: 3.5rem;
  padding-bottom: 3.3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.copyright p {
  margin: 0;
}
.copyright .extra-pages {
  list-style: none;
  padding: 0;
  margin: 0 -1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Montserrat", sans-serif;
}
.copyright .extra-pages li a {
  color: #a9a9a9;
  border-right: 1px solid #a9a9a9;
  padding: 0 1rem;
}
.copyright .extra-pages li:last-child a,
.copyright .extra-pages li:only-child a {
  border-right: none;
}
.copyright .payment-method {
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .copyright .payment-method {
    margin-right: -1rem;
  }
}
.copyright .payment-method figure {
  margin: 0;
}
.copyright .payment-method figure img {
  background-color: #d2653b;
  width: 50px;
  height: 30px;
  display: block;
  margin: 0 1rem;
}
.social {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.social a {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  color: #4d5359;
  background-color: #d2653b;
  width: 2.8rem;
  height: 2.8rem;
  display: block;
  margin: 0 0.5rem;
  line-height: normal;
}
.social a[class] {
  color: #fff;
}
.social a[class*="facebook"] {
  background-color: #3b5998;
}
.social a[class*="snapchat"] {
  background-color: #fffc00;
}
.social a[class*="vimeo"] {
  background-color: #45bbff;
}
.social a[class*="whatsapp"] {
  background-color: #075e54;
}
.social a[class*="twitter"] {
  background-color: #00b6f1;
}
.social a[class*="pinterest"] {
  background-color: #cb2027;
}
.social a[class*="instagram"] {
  background-color: #c32aa3;
}
.social a[class*="map-marker"] {
  background-color: #df4a32;
}
.social a[class*="linkedin"] {
  background-color: #007bb6;
}
.social a[class*="skype"] {
  background-color: #00aff0;
}
.social a i {
  line-height: 2.8rem;
  vertical-align: middle;
}
.widget.category {
  padding: 25px 20px;
  border: 1px solid #ddd;
}
.widget.category h4 {
  margin-bottom: 0.8rem;
}
.widget .list-unstyled li .ammount {
  color: #0066bf;
  padding: 0 0 0 4px;
  margin-left: auto;
}
.widget .list-unstyled li .title {
  width: 100%;
  max-width: calc(100% - 20px);
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.widget .list-unstyled li .title span:first-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: min-content;
}
.widget .list-unstyled li .title span:first-child.active {
  font-weight: bold;
}
.widget .list-unstyled li .title span:first-child span {
  max-width: 100%;
}
.widget .list-unstyled li .title .amount {
  padding-left: 5px;
}
.widget .list-unstyled li .title .sub-title {
  max-width: calc(100% - 30px);
}
.widget .list-unstyled li .collapse {
  width: 100%;
}
.widget .list-unstyled li > span:not([class]),
.widget .list-unstyled li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.widget .list-unstyled li a[data-toggle] {
  padding: 0;
  text-align: center;
  display: inline-block;
  width: 2rem;
  margin-left: auto;
  text-align: right;
}
.widget .list-unstyled li a[data-toggle] i {
  font-size: 75%;
  vertical-align: middle;
}
.widget .list-unstyled li a[data-toggle][class="collapsed"] i:before {
  content: "\f067";
}
.widget .list-unstyled .submenu {
  margin: 0.5rem 0;
  padding-left: 1.5rem;
}
.widget .list-unstyled .submenu li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.widget .list-unstyled .submenu li .title {
  max-width: calc(100% - 20px);
}
.widget .list-unstyled .submenu li .submenu li .title {
  max-width: 100%;
}
.widget .list-unstyled .submenu li .submenu .amount {
  margin-left: 0;
}
.faq {
  margin: 3.6rem 0;
}
.faq .acc-wrap {
  margin-bottom: 3rem;
}
.faq .faq-item {
  line-height: normal;
  margin-bottom: 1rem;
}
.faq .faq-item .accordeon-main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 1.5rem 1.6rem 1.7rem 1.6rem;
  border: 1px solid #ddd;
  cursor: pointer;
}
.faq .faq-item .accordeon-main p {
  margin: 0;
  max-width: calc(100% - 20px);
}
.faq .faq-item .accordeon-main i {
  color: #d2653b;
  margin-left: 1rem;
}
.faq .faq-item .accordeon-text {
  background-color: #ddd;
  padding: 1.5rem 1.6rem 1.7rem 1.6rem;
}
.faq .faq-item .accordeon-text a {
  color: #0066bf;
  text-decoration: underline;
}
.blog-item {
  margin-bottom: 3rem;
}
.blog-item figure {
  margin-bottom: 1.5rem;
}
.blog-item .content header h3 > a {
  color: #4d5359;
}
.blog-item .content section p {
  margin-bottom: 1.5rem;
}
.blog-item .blog-details {
  list-style: none;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #d2653b;
  margin: 0 -0.2rem 1.5rem -0.2rem;
}
.blog-item .blog-details li {
  padding: 0 0.2rem;
}
.blog-item .blog-details a {
  color: #4d5359;
  text-decoration: underline;
}
.blog-item .blog-details a:hover {
  color: #0066bf;
}
.blog-author h5 {
  font-weight: normal;
  margin-bottom: 1.5rem;
}
.category-list {
  margin-top: 3rem;
}
.category-list:first-child {
  margin-top: 0;
}
.category-list ul li a {
  color: #4d5359;
}
.category-list ul li a:hover,
.category-list ul li a:focus {
  color: #0066bf;
  text-decoration: underline;
}
.cart .dropdown-menu {
  max-width: 40rem;
  width: 100%;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 12px 12px 0 rgba(77, 83, 89, 0.1);
  -moz-box-shadow: 0 12px 12px 0 rgba(77, 83, 89, 0.1);
  box-shadow: 0 12px 12px 0 rgba(77, 83, 89, 0.1);
  padding: 3rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 991px) {
  .cart .dropdown-menu {
    max-width: 100%;
    top: 0 !important;
    left: 0;
    right: 0;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
  }
}
.cart .dropdown-menu .counter {
  font-family: "Montserrat", sans-serif;
}
.cart .dropdown-menu h3 {
  margin-bottom: 3rem;
}
.cart .dropdown-menu .dropdown-container {
  margin-bottom: 1rem;
  padding: 0;
}
.cart .dropdown-menu .dropdown-container:hover {
  background-color: transparent;
  color: inherit;
}
.cart .dropdown-menu .dropdown-container .title {
  font-weight: normal;
}
.cart .dropdown-menu .dropdown-item.button.primary {
  color: #fff;
}
.cart .dropdown-menu .dropdown-item.button.primary:hover {
  color: #fff;
  position: relative;
}
.cart .dropdown-menu .dropdown-wrapper {
  margin-bottom: 5rem;
}
.cart .dropdown-menu .title {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0;
}
.cart .dropdown-menu .title > a {
  color: #4d5359;
}
.cart .dropdown-menu .title > a:hover,
.cart .dropdown-menu .title > a:focus {
  color: #0066bf;
}
.cart .dropdown-menu .image figure {
  margin: 0;
}
.cart .dropdown-menu .total-container p {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.cart .dropdown-menu .total-container p.total {
  font-weight: bold;
  padding: 1rem 0px;
  border-top: 1px solid #ddd;
}
.cart .button-cart-container {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.cart .button-cart-container a:not([class]) {
  color: #4d5359;
  text-decoration: underline;
  margin: 0.5rem 0;
  display: block;
}
.cart .button-cart-container a:not([class]):hover,
.cart .button-cart-container a:not([class]):focus {
  color: #0066bf;
}
.cart .button-cart-container .dropdown-item:last-child .button.primary {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.cart-total-view {
  margin-bottom: 4.7rem;
}
.cart-view {
  padding-top: 3rem;
}
@media only screen and (max-width: 991px) {
  .cart-view .table thead {
    display: none;
  }
}
.cart-view .table thead th {
  border: none;
}
.cart-view .table tbody > tr {
  border-bottom: 1px solid #ddd;
}
.cart-view .table tbody > tr td {
  border: none;
}
.cart-view .cart-left.sidebar-content .table {
  width: auto;
  margin-bottom: 1.4rem;
}
.cart-view .cart-left.sidebar-content .table tr th,
.cart-view .cart-left.sidebar-content .table tr td {
  padding: 0.75rem 0;
}
.cart-view .cart-total-view {
  -webkit-flex: 0 1 350px;
  -ms-flex: 0 1 350px;
  flex: 0 1 350px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cart-view .cart-total-view {
    width: 100%;
    max-width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-view .cart-total-view {
    max-width: 100%;
    margin: 3rem 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.cart-view .cart-total-view .total,
.cart-view .cart-total-view .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
.cart-view .cart-total-view .subtotal,
.cart-view .cart-total-view .taxtotal {
  margin: 0;
}
.cart-view .cart-total-view .tax-total {
  margin-bottom: 2rem;
}
.cart-view .cart-total-view .total {
  border-top: 1px solid #ddd;
  padding: 1rem 0;
  margin-top: 1rem;
}
.cart-view .cart-total-view .sidebar-content p:not(.button-container) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: 0;
}
.aside .cart-view {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.cart-total-view .address .address-summary {
  margin-bottom: 3rem;
}
.cart-total-view .product-summary {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.cart-total-view .product-summary p {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  line-height: 2.5rem;
}
.cart-total-view .product-summary p:first-child {
  padding-top: 0;
}
.cart-total-view .product-summary p:last-child {
  border-bottom: none;
}
.cart-total-view .product-summary p span:first-child {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 480px) {
  .cart-total-view .product-summary p span:first-child {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.cart-total-view .product-summary p a:not([class]) {
  color: #4d5359;
  text-decoration: underline;
}
.cart-total-view .product-summary + p.total {
  border-top: none;
}
.cart-total-view p.total {
  font-weight: bold;
}
.custom-option {
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: #d2653b;
}
.custom-option .attr-value {
  margin-left: 5px;
}
.actions .remove > a {
  color: #0066bf;
  text-decoration: underline;
  line-height: normal;
}
.actions .remove > a i {
  margin-right: 0.4rem;
}
.up-sells {
  margin: 8rem auto;
}
.product-table .product-summary {
  white-space: pre-wrap;
}
.product-table .product-summary > span,
.product-table .product-summary > div {
  font-weight: bold;
  display: block;
}
.product-table .product-summary .custom-option {
  margin: 5px 0;
}
.product-table .product-summary table tr td {
  border: none;
  padding: 4px;
}
@media (max-width: 640px) {
  .product-table .product-summary table tr td {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .product-table .product-summary table tr td {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.product-table p {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .product-table thead {
    display: none;
  }
}
.product-table thead tr {
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 992px) {
  .product-table tr {
    display: table-row;
  }
}
@media only screen and (max-width: 991px) {
  .product-table tr {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
  }
}
@media only screen and (max-width: 991px) {
  .product-table tr.product {
    padding: 1.5rem 0;
  }
}
@media only screen and (max-width: 991px) {
  .product-table tr.product td.title {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 640px) {
  .product-table tr.product td.title .d-block {
    width: 100%;
    text-align: right;
  }
  img {
    width: 100%;
    object-fit: contain;
  }
}
@media (max-width: 640px) {
  .product-table tr.product td.title p.price {
    padding-top: 1.5rem;
  }
}
.product-table tr td {
  padding: 3rem 0;
}
@media only screen and (max-width: 991px) {
  .product-table tr td {
    border-top: none;
    border-bottom: none;
  }
}
@media only screen and (max-width: 991px) {
  .product-table tr td.image {
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
  }
}
@media (max-width: 640px) {
  .product-table tr td.image {
    max-width: 100px;
    -webkit-flex: 1 1 100px;
    -ms-flex: 1 1 100px;
    flex: 1 1 100px;
  }
}
.product-table tr td.title {
  padding-left: 4rem;
  padding-right: 4rem;
  margin-bottom: 0;
}
.product-table tr td.title > a:not([class]) {
  display: block;
  width: 100%;
}
.product-table tr td.title .title {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .product-table tr td.title {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media only screen and (max-width: 767px) {
  .product-table tr td.title {
    padding-bottom: 0;
    max-width: calc(100% - 50px);
    -webkit-flex: 1 1 calc(100% - 50px);
    -ms-flex: 1 1 calc(100% - 50px);
    flex: 1 1 calc(100% - 50px);
  }
}
@media (max-width: 640px) {
  .product-table tr td.title {
    max-width: calc(100% - 100px);
    -webkit-flex: 1 1 calc(100% - 100px);
    -ms-flex: 1 1 calc(100% - 100px);
    flex: 1 1 calc(100% - 100px);
  }
}
@media only screen and (max-width: 767px) {
  .product-table tr td.quantity {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding: 0;
    text-align: right;
  }
}
.product-table tr td.price {
  padding-left: 0rem;
  padding-right: 8rem;
}
@media only screen and (min-width: 992px) {
  .product-table tr td.price {
    display: table-cell !important;
  }
}
.product-table tr td.price p.price {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .product-table tr td.price {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding: 0;
  }
}
.product-table tr td.actions > .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .product-table tr td.actions {
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .product-table tr td.actions {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding: 0;
  }
}
.product-table tr td.actions select.form-control.cart_product_update {
  margin-bottom: 0;
  max-width: 160px;
}
@media (min-width: 1201px) {
  .product-table tr td.actions select.form-control.cart_product_update {
    max-width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .product-table tr td.actions .remove {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .product-table tr td.actions .remove span {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .product-table tr td.total {
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .product-table tr td.total {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding: 0;
    padding-right: 1.5rem;
  }
}
.product-table tr td.total .price {
  text-align: right;
  padding-left: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .product-table tr td.total .price {
    width: 100%;
  }
}
.product-table tr th.title {
  padding-left: 4rem;
  padding-right: 4rem;
}
.product-table tr th.price {
  padding-left: 0rem;
  padding-right: 8rem;
}
.product-table tr th.total {
  text-align: right;
}
.checkout-steps {
  position: relative;
  width: 100%;
  border-top: 1px solid #d2653b;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.checkout-steps > .row {
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.checkout-steps .step {
  padding: 0 1.5rem;
  position: relative;
  color: #d2653b;
  top: -2.1rem;
  margin-bottom: -2.1rem;
}
@media only screen and (max-width: 767px) {
  .checkout-steps .step {
    margin-bottom: 0;
  }
}
.checkout-steps .step > a {
  position: relative;
  text-align: center;
  margin: 0 auto;
  display: block;
  color: inherit;
}
.checkout-steps .step > a span {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 0;
  margin-top: 4.3rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .checkout-steps .step > a span {
    display: none;
  }
}
.checkout-steps .step > a:before {
  position: absolute;
  top: -4.3rem;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  margin: 0 auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #d2653b;
}
@media only screen and (max-width: 767px) {
  .checkout-steps .step > a:before {
    position: relative;
    top: 0;
  }
}
.checkout-steps .step > a:after {
  content: "";
  display: block;
  position: absolute;
  top: -3.9rem;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  padding: 0.1rem;
  left: 0;
  right: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .checkout-steps .step > a:after {
    left: 0.4rem;
    right: 0.4rem;
    top: 0.4rem;
  }
}
.checkout-steps .step.completed {
  color: #fff;
}
.checkout-steps .step.completed > a:after {
  background-color: #d2653b;
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  color: #fff;
  font-weight: bold;
}
.checkout-steps .step.completed > a span {
  color: #d2653b;
}
.checkout-steps .step.active {
  color: #4d5359;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
.checkout-steps .step.active > a:before {
  background-color: #fff;
}
.checkout-steps .step.active > a:after {
  display: block;
  background-color: #0066bf;
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .checkout-steps .mobile .step > a,
  .checkout-steps .mobile .step span {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 2.6rem;
    margin: 1.5rem auto 2.7rem auto;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-steps .mobile .step.active > a:before,
  .checkout-steps .mobile .step.active > a:after {
    display: none;
  }
}
.order-complete {
  margin: 3rem 0 4rem;
}
.order-complete .completed.order-summary {
  margin-top: 9.5rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .order-complete .completed.order-summary .sidebar {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .order-complete .completed.order-summary {
    margin-bottom: 0;
  }
}
.order-complete .completed.footer {
  background-color: #fff;
  color: #4d5359;
  border-top: none;
  padding-top: 0;
}
.order-summary .sidebar h3 {
  margin-bottom: 20px;
}
.order-summary .sidebar table {
  width: 100%;
}
.shopping-cart-wrap .aside {
  margin-top: 0;
}
@media (max-width: 991px) {
  .shopping-cart-wrap .aside {
    margin: 4rem auto;
  }
}
.shopping-cart-wrap .aside .cart-view {
  padding-top: 1.5rem;
}
.shopping-cart-wrap #sidebar-container {
  position: relative;
}
.shopping-cart-wrap #sidebar-container:after {
  content: "";
  background-image: url(../../../../shop/local/web/images/loading_transparent.gif);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  bottom: 0;
  z-index: -1;
  display: block;
  margin: 0 auto;
  opacity: 0;
}
.shopping-cart-wrap #sidebar-container:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  content: "";
  opacity: 0;
}
.shopping-cart-wrap #sidebar-container.ajax-loading:after {
  opacity: 1;
  z-index: 3;
}
.shopping-cart-wrap #sidebar-container.ajax-loading:before {
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2;
  opacity: 1;
}
.shopping-cart-wrap #shipping-cost-container [class*="field-order-shipping"],
.shopping-cart-wrap #sidebar-container [class*="field-order-shipping"] {
  position: relative;
}
.shopping-cart-wrap
  #shipping-cost-container
  [class*="field-order-shipping"]:after,
.shopping-cart-wrap #sidebar-container [class*="field-order-shipping"]:after {
  content: "";
  background-image: url(../../../../shop/local/web/images/loading_transparent.gif);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  right: 0;
  top: 11px;
  bottom: 0;
  z-index: -1;
  display: block;
  margin: 0 auto;
  opacity: 0;
}
.shopping-cart-wrap
  #shipping-cost-container
  [class*="field-order-shipping"]:before,
.shopping-cart-wrap #sidebar-container [class*="field-order-shipping"]:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  content: "";
  opacity: 0;
}
.shopping-cart-wrap
  #shipping-cost-container.ajax-loading
  .field-order-shipping_cost_id:after,
.shopping-cart-wrap
  #sidebar-container.ajax-loading
  .field-order-shipping_cost_id:after {
  opacity: 1;
  z-index: 3;
}
.shopping-cart-wrap
  #shipping-cost-container.ajax-loading
  .field-order-shipping_cost_id:before,
.shopping-cart-wrap
  #sidebar-container.ajax-loading
  .field-order-shipping_cost_id:before {
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2;
  opacity: 1;
}
.shopping-cart-wrap
  #shipping-cost-container.ajax-loading
  .field-order-shipping_cost_id
  .form-check,
.shopping-cart-wrap
  #sidebar-container.ajax-loading
  .field-order-shipping_cost_id
  .form-check {
  border: 1px solid #539339;
}
.terms-and-conditions .content {
  max-height: 450px;
  overflow: scroll;
  overflow-x: hidden;
  margin-bottom: 30px;
}
.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.notification {
  background-color: #0066bf;
  color: #fff;
  text-align: center;
  padding: 5px 15px;
  position: relative;
  z-index: 999;
  max-height: 42px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .notification {
    padding: 0;
  }
}
.notification p {
  margin: 0;
}
@media (max-width: 767px) {
  .notification p {
    font-size: 1.3rem;
    line-height: normal;
    padding: 5px 0;
  }
}
.notification
  + .header.open
  .header-inner
  .menu
  .container
  nav
  .navbar-collapse.show {
  padding-top: 15.2rem;
}
@media (min-width: 992px) {
  .notification
    + .header.open
    .header-inner
    .menu
    .container
    nav
    .navbar-collapse.show {
    padding-top: 0;
    overflow: visible;
  }
}
.message {
  margin: 15px auto;
}
.message > .container:empty {
  margin: -15px 0;
}
.message .alert {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.alert-dismissible {
  padding-right: 1.25rem;
}
@media (min-width: 767px) {
  .alert-dismissible .close {
    position: relative;
    margin-left: auto;
  }
}
.customer {
  margin-bottom: 3.8rem;
}
.customer .sidebar-left h3 {
  line-height: 2.6rem;
}
.customer .account-page-container h3 {
  line-height: 2.6rem;
}
.customer .account-page-container .section {
  padding-bottom: 3rem;
  border-bottom: 1px solid #ddd;
  padding-top: 3rem;
}
.customer .account-page-container .section:first-child {
  padding-top: 0;
}
.customer .account-page-container .section:last-child,
.customer .account-page-container .section:only-child {
  border-bottom: none;
}
.customer .account-page-container .section.personal-information p,
.customer .account-page-container .section.addressbook p {
  margin: 0;
}
@media only screen and (max-width: 576px) {
  .customer .account-page-container .section.personal-information p,
  .customer .account-page-container .section.addressbook p {
    margin-bottom: 1.5rem;
  }
}
.customer .account-page-container .section.addressbook .address-summary {
  margin-bottom: 3rem;
}
.customer .account-page-container .cart-left,
.customer .account-page-container .order-view.short {
  margin-bottom: 3rem;
}
.customer .account-page-container .order-view.short .order-header {
  margin-bottom: 1.5rem;
}
.customer .account-page-container .order-view.short table {
  margin: 0;
}
.customer .account-page-container .order-view.short table tr td {
  padding-top: 23px;
  padding-bottom: 23px;
}
.customer .account-page-container .address .address-summary .content {
  margin-bottom: 1rem;
}
.customer .account-page-container .address .address-button {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 576px) {
  .customer .account-page-container .address .address-button {
    margin-bottom: 0;
  }
}
.customer .account-page-container .address .address-button .button {
  margin: 0 1.5rem 1.5rem 0;
}
.customer .account-page-container .order-view {
  padding: 4rem 0 0 0;
  border-bottom: 1px solid rgba(77, 83, 89, 0.1);
  margin-bottom: 4rem;
}
.customer .account-page-container .order-view .table td.image {
  width: 100px;
  padding-right: 40px;
}
.customer .account-page-container .order-summary .sidebar {
  margin-bottom: 4rem;
}
.mfp-content .select-address {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  max-width: 450px;
  width: 100%;
  margin: 9rem auto;
  padding: 3rem 4rem;
  position: relative;
}
.mfp-content .select-address .address-button {
  width: 100%;
  display: block;
}
.mfp-content .select-address .address-button button {
  width: 100%;
  display: block;
}
.mfp-content .select-address .address .address-button {
  margin-bottom: 3rem;
}
.mfp-content .select-address .address.other {
  padding-top: 1.5rem;
  border-top: 1px solid #ddd;
}
.mfp-content .select-address .address.other .button.primary {
  margin-top: 1.5rem;
}
.mfp-content .select-address .address-summary {
  margin: 1.5rem 0;
}
.mfp-content .select-address .button.primary,
.mfp-content .select-address .button.secondary {
  width: 100%;
  display: block;
  margin-bottom: 1.5rem;
}
.mfp-content .select-address .button.primary.disabled,
.mfp-content .select-address .button.secondary.disabled {
  background-color: #0066bf;
  color: rgba(77, 83, 89, 0.5);
  border-color: rgba(77, 83, 89, 0.5);
}
.mfp-arrow-right:before,
.mfp-arrow-right:after {
  left: unset;
  right: 0;
  margin-left: 0;
  margin-right: 35px;
}
.mfp-arrow-right:after {
  margin-right: 41px;
}
.album {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.album .album-item {
  -webkit-flex: 0 1 16.666%;
  -ms-flex: 0 1 16.666%;
  flex: 0 1 16.666%;
  padding: 0 10px 10px 0;
  min-width: 150px;
}
.sidebar div.usp {
  border-bottom: none !important;
}
.sidebar div.usp .usp-item {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  width: 100%;
}
.sidebar div.usp .usp-item:first-child {
  border: unset;
}
.sidebar .product-widget {
  position: relative;
  background-size: cover;
  min-height: 380px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0);
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0);
  -webkit-transition: box-shadow 0.5s ease-i;
  -moz-transition: box-shadow 0.5s ease-i;
  -ms-transition: box-shadow 0.5s ease-i;
  -o-transition: box-shadow 0.5s ease-i;
}
.sidebar .product-widget:hover {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.45);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.45);
}
.sidebar .product-widget .label {
  position: absolute;
  left: 20px;
  top: 20px;
  padding: 4px 20px;
  border-radius: 50px;
}
.sidebar .product-widget footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
}
.sidebar .product-widget footer p.price {
  margin: 0;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  padding: 0 0 15px 0;
}
.sidebar .product-widget footer p.price ins.display-price {
  margin-right: 10px;
}
.sidebar .product-widget footer .title {
  margin: 0;
  color: #fff;
}
.sidebar .product-widget footer .button {
  background-color: rgba(82, 147, 57, 0.55);
  -webkit-transition: background-color 0.5s ease-in;
  -moz-transition: background-color 0.5s ease-in;
  -ms-transition: background-color 0.5s ease-in;
  -o-transition: background-color 0.5s ease-in;
  border: 2px solid #529339;
  text-shadow: none;
}
.cta.module {
  padding: 2.6rem 0;
}
.cta.module h2,
.cta.module h3,
.cta.module p {
  margin-bottom: 1.5rem;
}
.filter-container {
  margin: 0 0 15px !important;
}
.filter-container .open_filter-container {
  display: none;
}
@media (max-width: 992px) {
  .filter-container .open_filter-container {
    display: block;
  }
}
.filter-container .filter-container-inner {
  display: block;
}
@media (max-width: 992px) {
  .filter-container .filter-container-inner {
    display: none;
  }
}
.filter-container section {
  margin: 0 0 15px;
}
.filter-container section .filters .filter {
  margin: 0 0 10px 0;
}
.filter-container section .filters .filter i {
  font-size: 13px;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table tr:nth-child(even) {
  background-color: #eaeaea;
}
table tr:hover {
  background-color: #ddd;
}
table tr td,
table tr th {
  border: 1px solid #ddd;
  padding: 8px;
}
table tr th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #0066bf;
  color: white;
}
#complete-header {
  background-color: #0066bf;
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: 0;
  /* background: #fff; */
  z-index: 99;
  left: 0;
  right: 0;
}
#complete-header .header .header-inner .logo-container {
  padding: 2rem 0;
  transition: unset;
  z-index: 1;
}
@media (min-width: 992px) {
  #complete-header .header .header-inner .logo-container a.navbar-brand img {
    height: 35px;
    transition: unset;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  #complete-header .header .header-inner .logo-container a.navbar-brand img {
    max-width: 130px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  #complete-header {
    /* background-color: #0066bf; */
  }
}

#complete-header
  .header
  .header-inner
  .cart-outer
  .cart_container
  .cart
  .dropdown-menu
  .dropdown-wrapper {
  margin: 0;
}
#complete-header
  .header
  .header-inner
  .cart-outer
  .cart_container
  .cart
  a.dropdown-toggle.nav-link {
  margin-top: 10px;
}
#complete-header
  .header
  .header-inner
  .cart-outer
  .cart_container
  .cart
  a.dropdown-toggle.nav-link
  i {
  color: #0066bf;
}
#complete-header .header .header-inner .cart-outer .header-contact {
  margin-right: 30px;
  margin-top: 5px;
}
#complete-header .header .header-inner .certificates {
  display: block;
  margin-right: 35px;
}
@media (min-width: 768px) {
  #complete-header .header .header-inner .certificates {
    margin-right: 30px;
  }
}
@media (min-width: 481px) {
  #complete-header .header .header-inner .certificates {
    margin: 0 35px 0 auto;
  }
}
@media (max-width: 991px) {
  #complete-header .header .header-inner .certificates {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
  }
}
@media (max-width: 640px) {
  #complete-header .header .header-inner .certificates {
    display: none;
  }
}
#complete-header .header .header-inner .certificates img {
  width: 125px;
  height: 50px;
  margin: 0;
  display: none;
}
@media (min-width: 768px) {
  #complete-header .header .header-inner .certificates img {
    display: block;
  }
}
#complete-header .header .header-inner .certificates img.mobile {
  width: 32px;
  height: 32px;
  display: none;
}
@media (max-width: 767px) {
  #complete-header .header .header-inner .certificates img.mobile {
    display: block;
  }
}
#complete-header .header .menu .container {
  padding: 0 15px;
}
#complete-header
  .header
  .menu
  .container
  .navbar
  .navbar-nav
  .nav-item
  .nav-link {
  padding: 23px 10px;
  border: 0;
  color: #fff;
  font-weight: 400;
}
#complete-header
  .header
  .menu
  .container
  .navbar
  .navbar-nav
  .nav-item
  .nav-link:hover {
  color: #fff;
}
@media (max-width: 992px) {
  #complete-header
    .header
    .menu
    .container
    .navbar
    .navbar-nav
    .nav-item
    .nav-link {
    color: #4d5359;
    padding: 15px;
  }
  #complete-header
    .header
    .menu
    .container
    .navbar
    .navbar-nav
    .nav-item
    .nav-link.active {
    color: #fff;
  }
}
/* @media (min-width: 992px) {
  #complete-header
    .header
    .menu
    .container
    .navbar
    .navbar-nav
    .nav-item:first-child
    .nav-link {
    padding-left: 0;
  }
} */
@media (max-width: 992px) {
  .header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
  }
  .header .header-inner {
    padding: 0;
  }
  .header .header-inner .login-mobile {
    z-index: 1;
  }
  .header .header-inner .login-mobile i {
    color: #0066bf;
  }
  .header .header-inner .cart-outer {
    z-index: 1;
  }
  .header .header-inner.sticky {
    position: relative;
    padding: 0;
  }
  .header .menu .container {
    padding-left: 0 !important;
  }
  .header .menu .container .header-bottom {
    position: static;
  }
  .header .menu .container .header-bottom .open-search-form {
    width: 30px;
    height: 30px;
    text-align: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .header .menu .container .header-bottom .navbar-collapse {
    /* margin-top: 57px; */
    max-height: calc(100vh - 57px);
  }
  .header .cart-outer .cart_container .cart a.dropdown-toggle.nav-link {
    margin-top: 0 !important;
  }
  .header form.search-form input {
    background-color: #fff;
  }
  .header form.search-form input#search {
    padding: 15px 100px 15px 15px;
  }
  .header form.search-form.active {
    background-color: #fff;
    z-index: 9999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .header form.search-form .buttons a.remove-search-form {
    width: 70px;
  }
  .upper-menu {
    padding-right: 0;
  }
  main.main {
    padding-top: 0 !important;
  }
}
/* @media (max-width: 992px) and (max-width: 991px) {
  .header .menu .container .header-bottom .navbar-collapse {
    top: 130px;
  }
} */
.usp {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .usp {
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .usp .swiper-wrapper {
    margin: 0 -15px;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
  }
}
.usp .swiper-wrapper .swiper-slide {
  width: auto !important;
}
@media (min-width: 992px) {
  .usp .swiper-wrapper .swiper-slide {
    width: auto;
    margin: 0 15px;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.usp .swiper-wrapper .swiper-slide .usp-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 0;
}
.usp .swiper-wrapper .swiper-slide .usp-item .left {
  line-height: 100%;
}
.usp .swiper-wrapper .swiper-slide .usp-item .left i {
  color: #0066bf;
  margin-right: 10px;
  font-size: 20px;
}
.usp .swiper-wrapper .swiper-slide .usp-item .right p {
  margin: 0;
}
.button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 150%;
  padding: 10px 15px;
  box-shadow: 0 5px 12px 0 rgba(37, 41, 49, 0.2);
  min-width: unset;
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 200%;
  color: #4d5359;
}
p {
  margin-bottom: 15px;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 15px;
}
.big-heading {
  margin: 0 0 25px;
}
.big-heading h1,
.big-heading h2,
.big-heading h3,
.big-heading h4,
.big-heading h5 {
  margin: 0 !important;
}
section h1[id],
section h2[id],
section h3[id],
section h4[id],
section h5[id],
section h6[id],
section p[id],
section ul[id],
section ol[id] {
  scroll-margin-top: 131px;
}
@media (max-width: 991px) {
  section h1[id],
  section h2[id],
  section h3[id],
  section h4[id],
  section h5[id],
  section h6[id],
  section p[id],
  section ul[id],
  section ol[id] {
    scroll-margin-top: 75px;
  }
}
blockquote {
  font-size: 18px;
  color: #747474;
  padding: 25px;
  margin: 20px 0;
  text-align: center;
}
blockquote:before {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f10d";
  font-size: 34px;
  margin: 0 10px 0 0;
  color: #0066bf;
}
@media (max-width: 500px) {
  li.breadcrumb-item {
    font-size: 13px;
  }
}
.page-category-product-overview {
  margin: 50px 0 0;
}
.page-category-product-overview .swiper-slide {
  max-width: 20%;
}
@media (max-width: 1200px) {
  .page-category-product-overview .swiper-slide {
    max-width: 25%;
  }
}
@media (max-width: 991px) {
  .page-category-product-overview .swiper-slide {
    max-width: 33.3%;
  }
}
@media (max-width: 767px) {
  .page-category-product-overview .swiper-slide {
    max-width: 50%;
  }
}
@media (max-width: 500px) {
  .page-category-product-overview .swiper-slide {
    max-width: 100%;
  }
}
.page-category-product-overview.small .swiper-slide {
  max-width: 25%;
}
@media (max-width: 1200px) {
  .page-category-product-overview.small .swiper-slide {
    max-width: 33.3%;
  }
}
@media (max-width: 767px) {
  .page-category-product-overview.small .swiper-slide {
    max-width: 50%;
  }
}
@media (max-width: 500px) {
  .page-category-product-overview.small .swiper-slide {
    max-width: 100%;
  }
}
.page-category-product-overview .product-grid {
  position: relative;
}
.page-category-product-overview .product-grid .swiper-button-next {
  right: -10px;
}
.page-category-product-overview .product-grid .swiper-button-prev {
  left: -10px;
}
@media (min-width: 1200px) {
  .page-category-product-overview .product-grid .swiper-button-next {
    right: -15px;
  }
  .page-category-product-overview .product-grid .swiper-button-prev {
    left: -15px;
  }
}
.page-category-product-overview .product-grid .product-inner .product-image {
  max-width: 220px;
}
@media (max-width: 1200px) {
  .page-category-product-overview .product-grid .product-inner .product-image {
    max-width: 250px;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .page-category-product-overview .product-grid .product-inner .product-image {
    max-width: unset;
  }
}
@media (max-width: 576px) {
  .product-grid {
    padding-top: 3rem;
  }
}
.product-grid .swiper-container .swiper-wrapper {
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.product-grid .swiper-container .swiper-slide {
  height: unset;
}
.product-grid .swiper-container .product {
  max-width: 100%;
  height: 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.product-grid .swiper-container .product > .product-inner {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-grid .swiper-container .product > .product-inner .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.product-grid .swiper-container .product > .product-inner .content header {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product-grid
  .swiper-container
  .product
  > .product-inner
  .content
  .button-price-container {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: auto;
}
.product-grid .swiper-container .product > .product-inner .content .affiliate {
  margin-bottom: 27px;
}
.product-grid
  .swiper-container
  .product
  > .product-inner
  .content
  .availability {
  flex: 1.2;
}
.product-grid .swiper-container .product > .product-inner > a {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 576px) {
  .product-grid .product {
    border-bottom: 1px solid #ddd;
    padding-bottom: 3rem;
  }
}
@media (max-width: 576px) {
  .product-grid .product .product-inner a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .product-grid .product .product-inner a .content {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 0 15px;
  }
  .product-grid .product .product-inner a .button-price-container button {
    width: 100%;
  }
}
.product-grid .product .product-inner .title {
  font-weight: bold;
}
.product-grid .product .product-inner .product-image {
  margin-bottom: 1.5rem;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  max-width: unset;
}
.product-grid .product .product-inner .product-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  position: absolute;
}
.product-grid .product .product-inner .product-image img.swiper-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
}
.product-grid
  .product
  .product-inner
  .product-image
  img.swiper-lazy.swiper-lazy-loaded {
  opacity: 1;
}
@media (max-width: 576px) {
  .product-grid .product .product-inner .product-image {
    -webkit-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    margin: 0;
    padding-bottom: 120px;
  }
}
.product-grid .product .product-inner .button-price-container {
  display: flex;
  justify-content: space-between;
}
.product.product-view .swiper-button-next {
  right: 0;
}
.product.product-view .swiper-button-prev {
  left: 0;
}
.product.product-view .product-images.gallery-thumbs .product-thumb {
  margin-bottom: 0;
  padding: 10px;
}
.product.product-view .product-images.gallery-thumbs .product-thumb a {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.product.product-view .product-images.gallery-thumbs .product-thumb a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product.product-view
  .product-images.gallery-thumbs
  .product-thumb
  a
  .viewmore {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
}
.product.product-view
  .product-images.gallery-thumbs
  .product-thumb
  a
  .viewmore
  p {
  margin: 0;
  font-size: 28px;
  text-shadow: 1px 1px 10px #000;
}
.product.product-view .product-images .swiper-wrapper .swiper-slide {
  padding: 0 25px;
}
@media (min-width: 768px) {
  .product.product-view .product-images .swiper-wrapper .swiper-slide {
    padding: 0 50px;
  }
}
.product.product-view .product-images .swiper-wrapper .swiper-slide a {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  display: block;
  cursor: zoom-in;
}
.product.product-view .product-images .swiper-wrapper .swiper-slide a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: unset;
}
.product.product-view .single-main-image {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  padding: 0 25px;
}
@media (min-width: 768px) {
  .product.product-view .single-main-image {
    padding: 0;
  }
}
.product.product-view .single-main-image a {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  display: block;
  cursor: zoom-in;
}
.product.product-view .single-main-image a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: unset;
}
.product.product-view .label {
  position: absolute;
  right: 50px;
  z-index: 2;
  top: 0;
  width: fit-content;
  padding: 10px 25px;
  line-height: 200%;
  font-size: 16px;
}
.product.product-view .availability {
  margin: 10px 0;
}
.product.product-view .availability .available,
.product.product-view .availability .not-available {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.product.product-view .availability b {
  color: #4d5359;
}
.product.product-view .availability i {
  color: #0066bf;
  font-size: 20px;
  margin-right: 5px;
}
.product.product-view .availability .not-available i {
  color: red;
}
.product.product-view .button-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.product.product-view .button-container .quantity {
  -webkit-flex: 0 1 100px;
  -ms-flex: 0 1 100px;
  flex: 0 1 100px;
}
.product.product-view .button-container .quantity select {
  padding: 13px 5px 13px 20px;
}
.product.product-view .button-container .button {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
  margin: 0 0 0 10px !important;
}
.product.product-view .cross-sells .price {
  margin: 0;
}
.product.product-view .cross-sells .availability {
  display: none;
}
.product.product-view .product-usp {
  margin: 0 0 25px 0;
}
.product.product-view .product-usp .container {
  padding: 0;
}
.product.product-view .product-usp .container .swiper-wrapper {
  margin: 0;
  display: block;
}
.product.product-view .product-usp .container .swiper-wrapper .swiper-slide {
  margin: 0;
}
.product.product-view
  .product-usp
  .container
  .swiper-wrapper
  .swiper-slide
  .usp-item {
  padding: 5px 0;
}
.product.product-view .product-descriptions .cross-sells {
  margin: 0;
}
.product.product-view .product-descriptions .cross-sells h4 {
  font-size: 16px;
  line-height: 2.6rem;
  padding: 1.6rem;
  margin: 0;
}
.product.product-view .product-descriptions .cross-sells hr {
  margin: 1px 0 25px;
}
.product.product-view .product-descriptions .section-title {
  margin: 35px 0 0;
}
img.mfp-img {
  background: #fff;
  padding: 0;
  margin: 40px 0 40px;
  max-height: calc(100vh - 80px) !important;
}
.product.product-view .cross-sells-container .label {
  line-height: 120%;
  font-size: 15px;
  padding: 5px;
  right: unset;
}
.product-descriptions .product-nav a {
  font-size: 20px;
  color: #4d5359;
  font-weight: bold;
  margin: 0 15px 0 0;
  padding: 0 0 14px 0;
}
.product-descriptions .product-nav a:hover {
  text-decoration: unset;
  border-bottom: 2px solid #4d5359;
}
.product-descriptions .product-nav a.active {
  font-size: 20px;
  border-bottom: 2px solid #0066bf;
}
@media (max-width: 768px) {
  .product-descriptions .product-nav a {
    display: block;
    padding: 0 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 0 !important;
  }
  .product-descriptions .product-nav a:hover {
    text-decoration: unset;
    border-left: 2px solid #4d5359;
  }
  .product-descriptions .product-nav a.active {
    border-left: 2px solid #0066bf;
  }
}
.footer {
  margin-top: 30px;
  padding: 60px 0 15px;
}
.copyright {
  padding: 10px 0;
}
.copyright .certificates {
  display: none;
}
.cart-view .cart-total-view {
  width: 100%;
  max-width: unset;
}
@media (min-width: 768px) {
  .cart-view .cart-total-view {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
.cart-view .product-table tr td,
.cart-view .product-table tr th {
  padding: 10px;
  vertical-align: middle;
}
.cart-view .product-table .image {
  width: 100px;
}
.cart-view .product-table .image .img-wrap a {
  padding-bottom: 100%;
  height: 0;
  position: relative;
  display: block;
}
.cart-view .product-table .image .img-wrap a img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.header .header-inner .cart-outer .cart_container .cart .cart-count {
  background-color: #d2653b;
}
@media (max-width: 992px) {
  .checkout-steps {
    display: none;
  }
}
.module.items .row {
  gap: 30px 0;
}
.module.items .row .col {
  -webkit-flex: 1 1 33.333%;
  -ms-flex: 1 1 33.333%;
  flex: 1 1 33.333%;
}
@media (max-width: 992px) {
  .module.items .row .col {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .module.items .row .col {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.module.items .row .col .item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.module.items .row .col .item figure {
  position: relative;
  padding-bottom: calc(2 / 3 * 100%);
  height: 0;
  display: block;
}
@media (max-width: 992px) {
  .module.items .row .col .item figure {
    padding-bottom: calc(2 / 3 * 100%);
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .module.items .row .col .item figure {
    padding-bottom: calc(1 / 2 * 100%);
  }
}
@media (max-width: 992px) and (max-width: 768px) and (max-width: 400px) {
  .module.items .row .col .item figure {
    position: inherit;
    padding-bottom: 0 !important;
    height: auto;
  }
}
.module.items .row .col .item figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module.items .row .col .item footer {
  padding: 15px;
  color: #fff;
}
@media (min-width: 400px) {
  .module.items .row .col .item footer {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    padding: 0;
  }
}
.module.items .row .col .item footer:after {
  position: absolute;
  content: "";
  left: -15px;
  right: -15px;
  bottom: -15px;
  top: -75px;
  background: rgba(0, 0, 0, 0.2);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.3) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 0;
}
.module.items .row .col .item footer > * {
  z-index: 1;
  position: relative;
}
.module.items .row .col:nth-child(1),
.module.items .row .col:nth-child(2),
.module.items .row .col:nth-child(3),
.module.items .row .col:nth-child(4) {
  -webkit-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
}
@media (max-width: 992px) {
  .module.items .row .col:nth-child(1),
  .module.items .row .col:nth-child(2),
  .module.items .row .col:nth-child(3),
  .module.items .row .col:nth-child(4) {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .module.items .row .col:nth-child(1),
  .module.items .row .col:nth-child(2),
  .module.items .row .col:nth-child(3),
  .module.items .row .col:nth-child(4) {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.module.items .row .col:nth-child(1) figure,
.module.items .row .col:nth-child(2) figure,
.module.items .row .col:nth-child(3) figure,
.module.items .row .col:nth-child(4) figure {
  padding-bottom: calc(3 / 2 * 100%);
}
@media (max-width: 992px) {
  .module.items .row .col:nth-child(1) figure,
  .module.items .row .col:nth-child(2) figure,
  .module.items .row .col:nth-child(3) figure,
  .module.items .row .col:nth-child(4) figure {
    padding-bottom: calc(2 / 3 * 100%);
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .module.items .row .col:nth-child(1) figure,
  .module.items .row .col:nth-child(2) figure,
  .module.items .row .col:nth-child(3) figure,
  .module.items .row .col:nth-child(4) figure {
    padding-bottom: calc(1 / 2 * 100%);
  }
}
@media (max-width: 992px) and (max-width: 768px) and (max-width: 400px) {
  .module.items .row .col:nth-child(1) figure,
  .module.items .row .col:nth-child(2) figure,
  .module.items .row .col:nth-child(3) figure,
  .module.items .row .col:nth-child(4) figure {
    padding-bottom: 0 !important;
  }
}
.cta.module {
  padding: 50px 0;
  background: #efefef;
  margin: 50px 0;
  text-align: center;
}
.filter-container-inner {
  background: #f3f3f3;
  padding: 25px;
  border-radius: 5px;
}
.filter-container-inner .filters .filter {
  margin: 0 0 20px 0;
}
.filter-container-inner .filters .filter label {
  font-size: 14px;
  line-height: 100%;
}
.cart-total-view .sidebar p.total {
  padding: 15px 0 0 !important;
  line-height: 100%;
}
.cart-total-view .sidebar p.extra {
  padding: 10px 0 25px;
  line-height: 150%;
}
.checkout-steps {
  border-color: #0066bf;
}
.checkout-steps .step {
  color: #4d5359;
}
.checkout-steps .step > a:before {
  border-color: #0066bf;
}
.checkout-steps .step.completed > a:after {
  background-color: #0066bf;
}
.checkout-steps .step.completed > a span {
  color: #0066bf;
}
.login-header .login {
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
  text-align: right;
}
.login-header .login a {
  margin-left: 15px;
}
.login-header .login .dropdown-menu .dropdown-container {
  font-weight: 400;
  padding: 5px 15px;
}
.faq .faq-item .accordeon-main {
  background: #fcfcfc;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.faq .faq-item .accordeon-main.active {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.faq .faq-item .accordeon-text {
  background-color: #ffffff;
  padding-bottom: 0;
  border: 1px solid #ddd;
  border-top: 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.blog-row,
.row-10 {
  margin-left: calc(-1rem - 5px);
  margin-right: calc(-1rem - 5px);
}
.blog-row .blog-item,
.row-10 .blog-item {
  padding: 0 5px;
}
.blog-item figure.main-img {
  position: relative;
  height: 0;
  padding-bottom: calc(1 / 3 * 100%);
}
.blog-item figure.main-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}
.blog-item.view > figure {
  position: relative;
  height: 0;
  padding-bottom: calc(1 / 3 * 100%);
}
.blog-item.view > figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}
.latest_blog_container {
  margin: 50px 0 0;
}
.latest_blog_container figure {
  position: relative;
  height: 0;
  padding-bottom: calc(1 / 3 * 100%);
}
.latest_blog_container figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
button.form-group {
  padding: 10px 15px !important;
  box-shadow: 0 5px 12px 0 rgba(37, 41, 49, 0.2) !important;
  min-width: unset;
  border: 1px solid #0066bf !important;
  background-color: #0066bf !important;
  font-size: 15px !important;
}

@media (min-width: 769px) {
  .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    display: none;

    min-width: 100px;
    padding-left: 5px;
    background-color: #0066bf !important;
  }

  .sub-menu > li > a {
    display: block;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
  }

  .sub-menu > li > a:hover {
    background-color: #555;
  }

  .menu-item:hover .sub-menu {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .sub-menu {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .dropdown-menu {
    background-color: white !important;
    color: #4d5359;
    font-size: 15px;
    padding-left: 10px;
  }
  .navbar-nav .dropdown-menu .dropdown:hover > .dropdown-menu {
    position: relative !important;
    left: auto !important;
  }
}

.nav-item {
  white-space: nowrap;
}

.navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
}

.navbar-nav .dropdown-menu {
  display: none;
  background-color: #0066bf;
  border-color: #0066bf;
}

.nav-link:hover {
  background-color: #0056a1 !important;
}

.navbar-nav .dropdown:hover > .dropdown-menu {
  display: block;
}

.navbar-nav .dropdown-menu .dropdown:hover > .dropdown-menu {
  display: block;
  left: 100%;
  top: 0;
  position: absolute;
}