@charset "UTF-8";
html {
  scroll-behavior: auto !important;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  position: relative;
  font-style: normal;
  font-size: 16px;
  color: #222222;
  line-height: 1.6;
  overflow-x: hidden;
  width: 100%;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 700;
}
h1.page-title {
  font-size: 30px;
  font-weight: 700;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
}
h3.h3-sm {
  font-size: 24px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p a {
  color: #0077BB;
}
p a:hover {
  color: #0077BB;
}

main.main-content {
  position: relative;
  padding-top: 176px;
  overflow: hidden;
  width: 100%;
}

.btn-close {
  background-color: #fff;
  border-radius: 50%;
}

.text-light-weight {
  font-weight: 300;
}

.text-grey {
  color: #898989;
}
.text-grey a {
  color: #898989;
  text-decoration: underline;
}
.text-grey a:hover {
  color: #000;
}

.theme-color-sec {
  color: #0077BB;
}

.theme-color-main {
  color: #0F86CA !important;
}

.invert .info,
.invert .preview,
.invert .description,
.invert .pre-title,
.invert .content *,
.invert .title {
  color: #fff;
}

.text {
  font-size: 12px;
}

.info {
  font-size: 14px;
}

.preview {
  font-size: 15px;
}

.description {
  font-size: 20px;
}
.description.description-md {
  font-size: 18px;
  font-weight: 300;
}

.location a {
  color: #222222;
}

.image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.list-style-custom.list-style-custom-main ul li:before {
  background: #0F86CA;
}
.list-style-custom ul {
  padding: 0;
  list-style: none;
}
.list-style-custom ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0px;
}
.list-style-custom ul li a {
  color: #0F86CA;
  transition: all ease 0.3s;
  text-decoration: underline;
}
.list-style-custom ul li:before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #EAA244;
  display: block;
}

.preloader {
  background: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #0077BB;
}
.preloader .preloader-spinner {
  -webkit-animation: 1s ease-out 0s normal none infinite running pulsate;
  animation: 1s ease-out 0s normal none infinite running pulsate;
  border: 5px solid #292929;
  border-radius: 40px;
  display: block;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: absolute;
  top: 40%;
  width: 40px;
  z-index: 10;
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes pulsate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

nav.pagination {
  overflow: hidden;
  padding: 0 15px;
  margin: 0;
  text-align: center;
  justify-content: center;
  text-decoration: none;
}
nav.pagination .page-numbers {
  text-decoration: none;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  padding: 15px;
  display: block;
  border: none;
  background: #fff;
  min-width: 38px;
  color: #222222;
  margin: 0 5px;
}
nav.pagination .page-numbers.current {
  background: #0F86CA;
  color: #fff;
}
nav.pagination .page-numbers:not(.current):hover {
  background: #fff;
  color: #0F86CA;
}
nav.pagination .page-numbers.prev {
  padding: 15px;
  line-height: 1;
  background: #222222;
  text-indent: -999999px;
  position: relative;
  text-decoration: none;
}
nav.pagination .page-numbers.prev:hover {
  background: #222222;
  border-color: #222222;
}
nav.pagination .page-numbers.prev:before {
  content: url("assets/images/icons/icon-left.svg");
  text-indent: 1px;
  position: absolute;
  color: #fff;
  font-size: 12px;
  left: 0;
  right: 0;
  font-weight: 400;
}
nav.pagination .page-numbers.next {
  padding: 15px;
  line-height: 1;
  background: #222222;
  text-indent: -999999px;
  position: relative;
  text-decoration: none;
}
nav.pagination .page-numbers.next:hover {
  background: #222222;
  border-color: #222222;
}
nav.pagination .page-numbers.next:before {
  content: url("assets/images/icons/icon-right.svg");
  text-indent: 1px;
  position: absolute;
  color: #fff;
  font-size: 12px;
  left: 0;
  right: 0;
  font-weight: 400;
}

img.object-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scroll-top {
  position: fixed;
  display: block;
  opacity: 0;
  pointer-events: none;
  right: 0px;
  bottom: 0px;
  background: #222222;
  color: #fff;
  height: 50px;
  padding-top: 7px;
  width: 50px;
  font-size: 24px;
  text-align: center;
  z-index: 99;
}
.scroll-top:active, .scroll-top:hover {
  background: #0F86CA;
  color: #fff;
}
.scroll-top.active {
  opacity: 1;
  pointer-events: all;
}

.custom-link {
  color: #0F86CA;
  text-decoration: underline;
}
.custom-link:hover {
  color: #222222;
}
.custom-link.custom-link-sm {
  font-size: 14px;
}

.custom-link-icon {
  display: inline-block;
  vertical-align: top;
  color: #222222;
  font-size: 14px;
  text-decoration: none;
}
.custom-link-icon.sec {
  color: #0F86CA;
}
.custom-link-icon:hover {
  color: #0F86CA;
}

.button-link {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #0F86CA;
  text-decoration: underline;
  font-weight: 600;
}
.button-link.button-link-md {
  font-size: 16px;
}
.button-link:hover {
  color: #222222;
}

.custom-button {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  outline: none;
  border: none;
  border-radius: 4px;
  padding: 24px 35px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: top;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.13;
  transition: all ease 0.2s;
}
.custom-button.custom-button-sm {
  padding: 14px 24px;
  font-size: 14px;
  line-height: 1.16;
}
.custom-button.custom-button-md {
  padding: 19px 24px;
  font-size: 14px;
  line-height: 1.3;
}
.custom-button.custom-button-main {
  background: linear-gradient(to right, #0F86CA, #0F86CA, #0077BB, #0F86CA);
  background-size: 300% 100%;
  color: #fff;
}
.custom-button.custom-button-main:hover {
  background-position: 100% 0;
}
.custom-button.custom-button-sec {
  background: linear-gradient(to right, #222222, #222222, #000, #222222);
  background-size: 300% 100%;
  color: #fff;
}
.custom-button.custom-button-sec:hover {
  background-position: 100% 0;
}
.custom-button.custom-button-white {
  background: #fff;
  color: #0F86CA;
}
.custom-button.custom-button-white:hover {
  background: #0F86CA;
  color: #fff;
}
.custom-button:focus {
  text-decoration: none;
  outline: none;
}
.custom-button:hover {
  text-decoration: none;
}

.main-wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

.menu-button {
  display: inline-block;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  background: #0F86CA;
  padding: 19px 50px 19px 35px;
  margin-right: 20px;
  font-weight: 600;
  transition: background-color 0.15s linear;
  position: relative;
}
.menu-button:hover {
  color: #fff;
}
.menu-button .hamburger {
  display: block;
  position: absolute;
  left: -10px;
  top: 10px;
  cursor: pointer;
  color: #fff;
  transform: rotate(0deg);
}
.menu-button .hamburger.cross {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menu-button .hamburger.cross .bar:nth-child(1),
.menu-button .hamburger.cross .bar:nth-child(4) {
  opacity: 0;
}
.menu-button .hamburger.cross .bar:nth-child(2) {
  transform: rotate(45deg);
}
.menu-button .hamburger.cross .bar:nth-child(3) {
  transform: rotate(-45deg);
}
.menu-button .hamburger.cross .bar {
  stroke: #fff;
}
.menu-button .hamburger.cross .circle {
  stroke: #1EC8BA;
  stroke-dashoffset: 0;
}
.menu-button .hamburger .bar {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
  transform: rotate(0deg);
  transform-origin: 50% 50%;
}

section.bg-light {
  padding: 100px 0;
  background: #F7F7F7 !important;
}
section.bg-white {
  padding: 100px 0;
}
section.bg-dark {
  padding: 100px 0;
  background: #222222 !important;
}

.bg-main {
  background: #0F86CA;
}

.slider-nav {
  position: absolute;
  bottom: 30px;
  height: 30px;
  width: 190px;
  padding: 0 40px 0 30px;
  left: calc((100% - 1500px) / 2);
  z-index: 50;
}
.slider-nav .slider-counter {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -10px;
  color: #fff;
}
.slider-nav .slider-counter .first {
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
  color: #0F86CA;
}
.slider-nav .slider-counter .first.first-third {
  color: #EAA244;
}
.slider-nav .slider-counter .last {
  width: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.slider-nav .slider-progress {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  background-image: linear-gradient(to right, #0F86CA, #0F86CA);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
}
.slider-nav .slider-progress.slider-progress-third {
  background-image: linear-gradient(to right, #EAA244, #EAA244);
}

section.banner {
  position: relative;
  overflow: hidden;
}
section.banner.banner-slider {
  background: #222222;
}
section.banner.banner-xl .d-table-cell {
  height: 600px;
}
section.banner.banner-lg {
  height: 500px;
  overflow: hidden;
}
section.banner.banner-lg .content-holder {
  max-width: 760px;
}
section.banner.banner-lg .d-table-cell {
  height: 500px;
}
section.banner.banner-md {
  height: 400px;
}
section.banner.banner-md .d-table-cell {
  height: 400px;
}
section.banner.banner-md.dark-bg {
  padding: 0;
}
section.banner.banner-sm {
  height: 160px;
  padding: 0;
}
section.banner.banner-sm .d-table-cell {
  height: 160px;
}
section.banner.banner-xs {
  height: 300px;
  padding: 0;
}
section.banner .container {
  position: relative;
  z-index: 2;
}
section.banner .content-holder {
  width: 100%;
}
section.banner .image {
  background-color: #222222;
}
section.banner .image:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}
section.banner .slider {
  background-color: #222222;
}

section.product-slider-section {
  padding: 50px 0;
}

.product-slider .slide .content-holder-main {
  margin-top: 100px;
}
.product-slider .slide .content-holder-main .title {
  font-size: 100px;
}
.product-slider .slide .content-holder-main .title small {
  font-size: 30px;
}
.product-slider .slide .product-holder {
  max-width: 980px;
  width: 100%;
  float: right;
}
.product-slider .slide .product-holder .image-holder-main {
  margin-right: -100px;
  margin-top: 85px;
  margin-bottom: 0;
}
.product-slider .slide .product-holder .image-holder-main img {
  border-radius: 10px;
}

.banner-slider .slider .slider-nav {
  transition: all ease 1s;
  transition-delay: 0.5s;
  opacity: 0;
}
.banner-slider .slider .slick-current .image {
  transition: all ease 3s;
  transform: scale(1.1);
  transition-delay: 0s;
}
.banner-slider .slider .slick-current .content-holder {
  transition: all ease 1s;
  transition-delay: 0.5s;
  transform: translateX(-100px);
  opacity: 0;
}
.banner-slider .slider .slick-arrow {
  opacity: 0;
  transition: all ease 1s;
}
.banner-slider .slider.initialized .slider-nav {
  opacity: 1;
}
.banner-slider .slider.initialized .slider-loader {
  opacity: 0;
  transform: scale(2);
}
.banner-slider .slider.initialized .slick-current .content-holder {
  opacity: 1;
  transform: translateX(0);
}
.banner-slider .slider.initialized .slick-current .image {
  transform: scale(1);
}
.banner-slider .slider.initialized .slick-arrow {
  opacity: 1;
}

.invert .slider.slider-sm .slick-arrow {
  background: #0F86CA;
}

.slider {
  margin: 0;
}
.slider .products {
  text-align: center;
}
.slider .products .product {
  text-align: left;
}
.slider.slider-lg .slick-arrow {
  height: 100%;
  width: 100px;
  z-index: 50;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 0;
}
.slider.slider-lg .slick-arrow svg {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transition: all ease 0.5s;
}
.slider.slider-lg .slick-arrow:before {
  content: none !important;
}
.slider.slider-lg .slick-arrow.slick-prev {
  left: 0;
}
.slider.slider-lg .slick-arrow.slick-prev svg {
  transform: translate(0, -50%);
}
.slider.slider-lg .slick-arrow.slick-prev:hover:before {
  opacity: 1;
}
.slider.slider-lg .slick-arrow.slick-next {
  right: 0;
}
.slider.slider-lg .slick-arrow.slick-next svg {
  transform: translate(0px, -50%);
}
.slider.slider-md .slider-holder {
  height: 680px;
}
.slider.slider-md .slider-nav {
  bottom: 50px;
  margin-left: 50px;
}
.slider.slider-md .slick-arrow {
  z-index: 10;
  font-size: 30px;
  color: #fff;
  height: 35px;
  width: 35px;
  background: transparent;
  text-align: center;
  border-radius: 2px;
  border: none;
  transform: none;
  top: inherit;
  bottom: 62px;
}
.slider.slider-md .slick-arrow svg {
  height: 20px;
}
.slider.slider-md .slick-arrow:hover {
  background: transparent;
}
.slider.slider-md .slick-arrow.slick-disabled {
  opacity: 1;
  cursor: not-allowed;
}
.slider.slider-md .slick-arrow:before {
  content: none !important;
}
.slider.slider-md .slick-arrow:hover {
  color: #fff;
}
.slider.slider-md .slick-arrow.slick-prev {
  left: 0px;
}
.slider.slider-md .slick-arrow.slick-next {
  right: inherit;
  left: 264px;
}
.slider.slider-md-center .slider-holder {
  height: 680px;
}
.slider.slider-md-center .slider-nav {
  left: 0;
  right: 0;
  margin: 0 auto !important;
  bottom: -70px;
}
.slider.slider-md-center .slick-arrow {
  bottom: -57px;
}
.slider.slider-md-center .slick-arrow.slick-prev {
  right: inherit;
  left: calc(50% - 155px);
}
.slider.slider-md-center .slick-arrow.slick-next {
  left: inherit;
  right: calc(50% - 155px);
}
.slider.slider-sm .slider-holder {
  height: 330px;
}
.slider.slider-sm .slick-arrow {
  z-index: 10;
  font-size: 30px;
  color: #fff;
  height: 35px;
  width: 35px;
  top: 120px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background: #222222;
  text-align: center;
  border-radius: 2px;
  border: none;
}
.slider.slider-sm .slick-arrow:hover {
  background: #0F86CA;
}
.slider.slider-sm .slick-arrow.slick-disabled {
  opacity: 1;
  cursor: not-allowed;
}
.slider.slider-sm .slick-arrow:before {
  content: none !important;
}
.slider.slider-sm .slick-arrow:hover {
  color: #fff;
}
.slider.slider-sm .slick-arrow.slick-prev {
  left: 10px;
}
.slider.slider-sm .slick-arrow.slick-next {
  right: 12px;
}
.slider.initialized .slider-holder {
  height: auto;
  opacity: 1;
  overflow: visible;
}
.slider .slider-holder {
  overflow: hidden;
  transition: all ease 1s;
  opacity: 0;
}

.slider-loader {
  transition: all ease 1.5s;
  transform: scale(2.5);
}

.slider-preloader {
  color: #4C4F55 !important;
  text-shadow: 2px 2px 4px #070709;
  display: flex;
  z-index: 20;
  position: absolute;
  left: 0;
  right: 0;
  margin: -40px auto 0;
  animation: tiltSpin 15s linear;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 17em;
  height: 17em;
  transform-style: preserve-3d;
}
.slider-preloader .preloader__ring {
  animation-name: spin;
  animation-duration: 1.5s;
  animation-timing-function: inherit;
  animation-iteration-count: inherit;
  font-size: 2.5em;
  position: relative;
  height: 3rem;
  width: 1.5rem;
}
.slider-preloader .preloader__ring:nth-child(odd) {
  animation-direction: reverse;
}
.slider-preloader .preloader__sector {
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  transform: translateZ(7rem);
}
.slider-preloader .preloader__sector, .slider-preloader .preloader__sector:empty:before {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.slider-preloader .preloader__sector:empty:before {
  content: "";
}
.slider-preloader .preloader__sector:nth-child(2) {
  transform: rotateY(12deg) translateZ(7rem);
}
.slider-preloader .preloader__sector:nth-child(3) {
  transform: rotateY(24deg) translateZ(7rem);
}
.slider-preloader .preloader__sector:nth-child(4) {
  transform: rotateY(36deg) translateZ(7rem);
}
.slider-preloader .preloader__sector:nth-child(5) {
  transform: rotateY(48deg) translateZ(7rem);
}
.slider-preloader .preloader__sector:nth-child(6) {
  transform: rotateY(60deg) translateZ(7rem);
}
.slider-preloader .preloader__sector:nth-child(7) {
  transform: rotateY(72deg) translateZ(7rem);
}
.slider-preloader .preloader__sector:nth-child(8) {
  transform: rotateY(84deg) translateZ(7rem);
}
.slider-preloader .preloader__sector:nth-child(9) {
  transform: rotateY(96deg) translateZ(7rem);
}
.slider-preloader .preloader__sector:nth-child(10) {
  transform: rotateY(108deg) translateZ(7rem);
}
.slider-preloader .preloader__sector:nth-child(11) {
  transform: rotateY(120deg) translateZ(7rem);
}
.slider-preloader .preloader__sector:nth-child(12) {
  transform: rotateY(132deg) translateZ(7rem);
}
.slider-preloader .preloader__sector:nth-child(13) {
  transform: rotateY(144deg) translateZ(7rem);
}
.slider-preloader .preloader__sector:nth-child(14) {
  transform: rotateY(156deg) translateZ(7rem);
}
.slider-preloader .preloader__sector:nth-child(15) {
  transform: rotateY(168deg) translateZ(7rem);
}
.slider-preloader .preloader__sector:nth-child(16) {
  transform: rotateY(180deg) translateZ(7rem);
}
.slider-preloader .preloader__sector:nth-child(17) {
  transform: rotateY(192deg) translateZ(7rem);
}
.slider-preloader .preloader__sector:nth-child(18) {
  transform: rotateY(204deg) translateZ(7rem);
}
.slider-preloader .preloader__sector:nth-child(19) {
  transform: rotateY(216deg) translateZ(7rem);
}
.slider-preloader .preloader__sector:nth-child(20) {
  transform: rotateY(228deg) translateZ(7rem);
}
.slider-preloader .preloader__sector:nth-child(21) {
  transform: rotateY(240deg) translateZ(7rem);
}
.slider-preloader .preloader__sector:nth-child(22) {
  transform: rotateY(252deg) translateZ(7rem);
}
.slider-preloader .preloader__sector:nth-child(23) {
  transform: rotateY(264deg) translateZ(7rem);
}
.slider-preloader .preloader__sector:nth-child(24) {
  transform: rotateY(276deg) translateZ(7rem);
}
.slider-preloader .preloader__sector:nth-child(25) {
  transform: rotateY(288deg) translateZ(7rem);
}
.slider-preloader .preloader__sector:nth-child(26) {
  transform: rotateY(300deg) translateZ(7rem);
}
.slider-preloader .preloader__sector:nth-child(27) {
  transform: rotateY(312deg) translateZ(7rem);
}
.slider-preloader .preloader__sector:nth-child(28) {
  transform: rotateY(324deg) translateZ(7rem);
}
.slider-preloader .preloader__sector:nth-child(29) {
  transform: rotateY(336deg) translateZ(7rem);
}
.slider-preloader .preloader__sector:nth-child(30) {
  transform: rotateY(348deg) translateZ(7rem);
}
.slider-preloader .preloader__ring {
  transform-style: preserve-3d;
}

/* Animations */
@keyframes tiltSpin {
  from {
    transform: rotateY(0) rotateX(30deg);
  }
  to {
    transform: rotateY(1turn) rotateX(30deg);
  }
}
@keyframes spin {
  from {
    transform: rotateY(0);
  }
  to {
    transform: rotateY(1turn);
  }
}
article h2 {
  font-size: 26px;
}
article h3 {
  font-size: 24px;
}
article h4 {
  font-size: 20px;
}

body.admin-bar header.main-header.sticky {
  top: 32px;
}

i.fa.fa-twitter:before {
  content: "";
  height: 13px;
  width: 13px;
  display: block;
  top: 2px;
  position: relative;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path d="M7.79395 5.31972L12.3736 0.167969H11.2884L7.31186 4.64116L4.13583 0.167969H0.472656L5.27544 6.93223L0.472656 12.3346H1.55795L5.75725 7.61079L9.11137 12.3346H12.7745L7.79368 5.31972H7.79395ZM6.30749 6.99183L5.82087 6.31826L1.949 0.958603H3.61594L6.74059 5.28402L7.22721 5.95758L11.2889 11.58H9.62194L6.30749 6.99208V6.99183Z" fill="%23ffffff"/></svg>');
  background-size: cover;
}

header.main-header {
  max-width: 1920px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  position: absolute;
}
header.main-header .logo-sticky {
  position: absolute;
  background: #fff;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 16px 15px;
  height: 60px;
}
header.main-header .logo-sticky img {
  max-width: 150px;
}
header.main-header.sticky {
  position: fixed;
}
header.main-header.sticky .menu-button {
  padding-right: 30px;
}
header.main-header.sticky .header-top {
  display: none;
}
header.main-header.sticky .logo-sticky {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
header.main-header .header-top {
  padding: 38px 0 23px;
}
header.main-header .header-bottom {
  background: #222222;
  position: relative;
}
header.main-header .header-top-nav ul.whishlist-menu {
  z-index: 2;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: top;
  line-height: 23px;
  list-style: none;
}
header.main-header .header-top-nav ul.whishlist-menu li a {
  color: #0F86CA;
  font-size: 14px;
}
header.main-header .header-top-nav ul.whishlist-menu li.woosw-menu-item .woosw-menu-item-inner {
  position: relative;
}
header.main-header .header-top-nav ul.whishlist-menu li.woosw-menu-item .woosw-menu-item-inner:after {
  content: "(" attr(data-count) ")";
  display: inline-block;
  background: transparent;
  position: relative;
  color: #0F86CA;
  top: 0px;
  right: inherit;
  height: inherit;
  width: inherit;
  margin: 0 0 0 5px;
  font-size: 14px;
}

nav.header-menu {
  padding-left: calc((100% - 1500px) / 2);
  position: relative;
}
nav.header-menu:before {
  content: "";
  width: calc((100% - 1500px) / 2);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #0F86CA;
}
nav.header-menu:after {
  content: "";
  width: calc((100% - 1500px) / 2);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #222222;
}
nav.header-menu ul.menu {
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.header-menu ul.menu > li {
  display: inline-block;
}
nav.header-menu ul.menu > li:last-child {
  margin-right: 0;
}
nav.header-menu ul.menu > li > a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  display: block;
  padding: 19px 15px;
  text-decoration: none;
}
nav.header-menu ul.menu > li > a > img {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  right: -10px;
  height: 360px;
  width: 310px;
  z-index: 4;
  top: 60px;
  object-fit: cover;
  object-position: right;
}
nav.header-menu ul.menu > li > a.active {
  color: #fff;
}
nav.header-menu ul.menu > li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: "fontAwesome", sans-serif;
  margin-left: 10px;
  padding-top: 5px;
  color: #fff;
}
nav.header-menu ul.menu > li.menu-item-has-children:hover > a {
  background: #0F86CA;
}
nav.header-menu ul.menu > li.menu-item-has-children:hover > a > img {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
nav.header-menu ul.menu > li.menu-item-has-children:hover > ul.sub-menu {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
nav.header-menu ul.menu > li.menu-item-has-children > ul.sub-menu {
  background: #0077BB;
  width: 100%;
  height: 360px;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-left: calc((100% - 1500px) / 2);
  padding-right: calc((100% - 1500px) / 2);
  position: absolute;
  opacity: 0;
  left: 0;
  pointer-events: none;
  visibility: hidden;
  list-style: none;
  margin: 0;
}
nav.header-menu ul.menu > li.menu-item-has-children > ul.sub-menu li {
  list-style: none;
}
nav.header-menu ul.menu > li.menu-item-has-children > ul.sub-menu li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
nav.header-menu ul.menu > li.menu-item-has-children > ul.sub-menu li a:hover {
  text-decoration: underline;
}
nav.header-menu ul.menu > li.menu-item-has-children > ul.sub-menu > li {
  width: 20%;
  float: left;
}
nav.header-menu ul.menu > li.menu-item-has-children > ul.sub-menu > li > a {
  font-weight: 700;
  font-size: 18px;
}
nav.header-menu ul.menu > li.menu-item-has-children > ul.sub-menu > li > a:hover {
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
nav.header-menu ul.menu > li.menu-item-has-children > ul.sub-menu > li ul.sub-menu {
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
}
nav.header-menu ul.menu > li.menu-item-has-children > ul.sub-menu > li ul.sub-menu > li {
  display: block;
  vertical-align: top;
  padding-right: 30px;
  margin-bottom: 7px;
}
nav.header-menu ul.menu > li.menu-item-has-children > ul.sub-menu > li ul.sub-menu > li.item-clear {
  display: block;
  width: 100%;
}

nav.footer-menu .menu > li {
  display: inline-block;
  margin-right: 75px;
  vertical-align: top;
}
nav.footer-menu .menu > li:last-child {
  margin-right: 0;
}
nav.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.footer-menu ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  display: inline-block;
  margin-bottom: 20px;
}
nav.footer-menu ul li a:hover {
  color: #0F86CA;
}

body.menu-open nav.popup-menu {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
body.menu-open nav.mobile-menu {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
body.menu-open .hamburger {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
body.menu-open .hamburger .bar:nth-child(1),
body.menu-open .hamburger .bar:nth-child(4) {
  opacity: 0;
}
body.menu-open .hamburger .bar:nth-child(2) {
  transform: rotate(45deg);
}
body.menu-open .hamburger .bar:nth-child(3) {
  transform: rotate(-45deg);
}
body.menu-open .hamburger .bar {
  stroke: #fff;
}
body.menu-open .hamburger .circle {
  stroke: #1EC8BA;
  stroke-dashoffset: 0;
}

nav.mobile-menu {
  width: 100%;
  z-index: 99;
  height: calc(100vh - 165px);
  min-height: 500px;
  background: #0F86CA;
  position: fixed;
  opacity: 0;
  left: 0;
  overflow: auto;
  pointer-events: none;
  visibility: hidden;
  list-style: none;
  margin: -1px 0 0 0;
}
nav.mobile-menu .form-search {
  padding: 30px;
  width: 100%;
  margin-top: -1px;
  max-width: 100%;
  background: #fff;
}
nav.mobile-menu .menu li.menu-item-has-children {
  position: relative;
}
nav.mobile-menu .menu li.menu-item-has-children.on {
  background: #0077BB;
}
nav.mobile-menu .menu li.menu-item-has-children.on li {
  background: #0077BB;
}
nav.mobile-menu .menu li.menu-item-has-children.on .arrow:before {
  content: "\f106";
}
nav.mobile-menu .menu li.menu-item-has-children .arrow {
  border: none;
  height: 74px;
  line-height: 74px;
  text-align: center;
  padding: 0;
  width: 60px;
  top: 0;
  right: 0;
  color: #fff;
  z-index: 10;
  display: block;
  position: absolute;
  font-size: 18px;
  cursor: pointer;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
nav.mobile-menu .menu li.menu-item-has-children .arrow:before {
  content: "\f107";
  font-family: "fontAwesome";
}
nav.mobile-menu .menu li.menu-item-has-children .sub-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: none;
  background: #0077BB;
  border-radius: 0;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  visibility: visible;
  opacity: 1;
  box-shadow: none;
  padding-left: 30px;
  padding-bottom: 10px;
  transform: translateY(0);
}
nav.mobile-menu .menu li.menu-item-has-children .sub-menu > li > a {
  padding: 25px 30px;
}
nav.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.mobile-menu ul > li > a {
  padding: 30px;
}
nav.mobile-menu ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #0F86CA;
}
nav.mobile-menu ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 1;
  margin: 0;
}
nav.mobile-menu ul li a .menu-image-title {
  padding-left: 0 !important;
}
nav.mobile-menu ul li a:hover {
  color: #fff;
  text-decoration: none;
}

nav.popup-menu {
  background: #0077BB;
  width: 100%;
  height: 310px;
  z-index: 99;
  overflow: hidden;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: calc((100% - 1500px) / 2);
  padding-right: calc((100% - 1500px) / 2);
  position: absolute;
  opacity: 0;
  left: 0;
  pointer-events: none;
  visibility: hidden;
  list-style: none;
  margin: 0;
}
nav.popup-menu .menu > li {
  display: inline-block;
  margin-right: 150px;
  vertical-align: top;
}
nav.popup-menu .menu > li:last-child {
  margin-right: 0;
}
nav.popup-menu .menu > li > a .menu-image-title {
  padding-left: 0 !important;
}
nav.popup-menu .menu > li > a > img {
  position: absolute;
  pointer-events: none;
  right: -10px;
  z-index: 4;
  top: 0px;
}
nav.popup-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.popup-menu ul li.main-elem > a {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 25px;
}
nav.popup-menu ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px;
  line-height: 1;
  border-bottom: 1px solid transparent;
}
nav.popup-menu ul li a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.wpcf7-form br {
  display: none;
}

.wpcf7-spinner {
  position: absolute;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  padding-top: 3px;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 12px;
}

.form-field {
  margin-bottom: 22px;
}

.invert .form-control {
  background: #292D32;
  border-color: #292D32;
  color: #fff;
}
.invert .form-control::placeholder {
  color: #fff;
}
.invert .button-link {
  color: #fff;
}

.form-control {
  border: 1px solid #D9D9D9;
  height: 56px;
  letter-spacing: 1px;
  box-shadow: none;
  border-radius: 4px;
  padding: 16px 20px;
  color: #222222;
}
.form-control.form-control-light {
  background: #F7F7F7;
}
.form-control.form-control-lg {
  height: 80px;
  font-size: 14px;
  padding: 12px 20px;
}
.form-control.form-control-sm {
  height: 44px;
  padding: 12px 20px;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}

select.form-control.form-control-sm {
  padding-left: 15px;
  font-size: 14px;
}

.list-custom ul {
  padding-left: 15px;
  list-style: none;
}
.list-custom ul.woocommerce-error {
  padding-left: 60px;
}
.list-custom ul.woocommerce-error a {
  color: #0077BB;
}
.list-custom ul.woocommerce-error li:before {
  content: none;
}
.list-custom ul li {
  margin-bottom: 10px;
}
.list-custom ul li:before {
  content: "•";
  color: #0F86CA;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

textarea.form-control {
  height: 130px;
}
textarea.form-control.form-control-sm {
  height: 100px;
  padding: 12px 15px;
}

.form-search {
  position: relative;
  max-width: 490px;
  width: 100%;
}
.form-search .custom-button {
  position: absolute;
  top: 0;
  right: 0;
}

.form-material {
  position: relative;
  background: #EDEDED;
  padding: 30px;
  margin-bottom: 40px;
}
.form-material .form-field {
  position: relative;
}
.form-material select.form-control.form-control-sm {
  min-width: 170px;
}
.form-material .custom-button {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  padding: 13px;
  font-size: 24px;
  font-weight: 300;
  color: #B3B3B3;
}
.form-material .custom-button:hover svg path {
  fill: #0F86CA;
}

.form-newsletter {
  position: relative;
  width: 100%;
}
.form-newsletter .custom-button {
  position: absolute;
  top: 7px;
  right: 7px;
}
.form-newsletter .form-control {
  padding-left: 60px;
}
.form-newsletter .icon {
  position: absolute;
  left: 30px;
  top: 25px;
}

.form-radio {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  line-height: 28px;
  padding-left: 35px;
  font-size: 17px;
  color: #141414;
}
.form-radio input {
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
  position: absolute;
}
.form-radio input:checked ~ .checkmark:after {
  opacity: 1;
}
.form-radio .checkmark:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 10px;
  background: #F9F9FC;
  border: 1px solid #E0DDDD;
}
.form-radio .checkmark:after {
  content: "";
  opacity: 0;
  border-radius: 50%;
  border: 8px solid #0077BB;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 18px;
}

.form-checkbox {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  line-height: 26px !important;
  padding-left: 35px;
  font-size: 16px;
  color: #141414 !important;
}
.form-checkbox input {
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 3;
  cursor: pointer;
  position: absolute;
}
.form-checkbox input:checked ~ .checkmark:before {
  background-color: #0F86CA;
  border-color: #0F86CA;
}
.form-checkbox input:checked ~ .checkmark:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}
.form-checkbox .checkmark:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  margin-right: 5px;
  background: #fff;
  transition: all ease 0.1s;
  border: 1px solid #D9D9D9;
}
.form-checkbox .checkmark:after {
  content: "";
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.1s;
  left: 9px;
  top: 4px;
  width: 6px;
  height: 13px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
}

.icon-boxes .box {
  max-width: 400px;
  margin: 0 auto;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
.icon.icon-cart {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("assets/images/icons/icon-cart-black.png");
}
.icon.icon-heart {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.icon-heart-xl {
  height: 34px;
  width: 34px;
  background-image: url("assets/images/icons/icon-heart-black-xl.png");
}
.icon.icon-heart-xl.active {
  background-image: url("assets/images/icons/icon-heart-active-xl.png");
}
.icon.icon-heart-md {
  height: 26px;
  width: 26px;
  background-image: url("assets/images/icons/icon-heart-black-md.png");
}
.icon.icon-heart-md.active {
  background-image: url("assets/images/icons/icon-heart-active-md.png");
}
.icon.icon-heart-sm {
  height: 16px;
  width: 16px;
  background-image: url("assets/images/icons/icon-heart-black-sm.png");
}
.icon.icon-cart-sm {
  height: 16px;
  width: 16px;
  background-image: url("assets/images/icons/icon-cart-main-sm.png");
}

.product-xl button.woosc-btn {
  top: 80px;
  right: 30px;
  height: 34px;
  width: 34px;
}

.product-md button.woosc-btn {
  top: 75px;
  right: 30px;
  height: 26px;
  width: 26px;
}
.product-md button.woosw-btn {
  top: 34px;
  right: 30px;
  height: 26px;
  width: 26px;
}
.product-md button.woosw-btn .woosw-icon-4 {
  font-size: 26px;
}

.product-sm button.woosc-btn {
  top: 45px;
  right: 15px;
  height: 18px;
  width: 18px;
}
.product-sm button.woosw-btn {
  top: 15px;
  right: 15px;
  height: 18px;
  width: 18px;
}
.product-sm button.woosw-btn .woosw-icon-4 {
  font-size: 18px;
}

button.woosc-btn {
  padding: 0;
  position: absolute;
  top: 80px;
  right: 30px;
  background: transparent;
  border: none;
  outline: none;
  height: 34px;
  width: 34px;
  z-index: 4;
}
button.woosc-btn .woosc-btn-icon:before {
  content: none;
}
button.woosc-btn .woosc-btn-icon {
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0px;
  margin: 0 auto;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
button.woosc-btn.woosc-btn-added .woosc-btn-icon {
  animation: swing 1s ease-in;
}
button.woosc-btn .woosc-icon-6 {
  background-image: url("assets/images/icons/icon-compare-black-xl.png");
}
button.woosc-btn .woosc-icon-8 {
  background-image: url("assets/images/icons/icon-compare-blue-xl.png");
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
button.woosw-btn {
  padding: 0;
  position: absolute;
  top: 30px;
  right: 30px;
  background: transparent;
  border: none;
  outline: none;
  height: 34px;
  width: 34px;
  z-index: 4;
}
button.woosw-btn .woosw-btn-icon {
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0px;
  margin: 0 auto;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
button.woosw-btn .woosw-icon-4 {
  font-size: 30px;
}
button.woosw-btn .woosw-icon-5 {
  background-image: url("assets/images/icons/icon-heart-black-xl.png");
}
button.woosw-btn .woosw-icon-5:before {
  content: none;
}
button.woosw-btn .woosw-icon-8 {
  background-image: url("assets/images/icons/icon-heart-active-xl.png");
}
button.woosw-btn .woosw-icon-8:before {
  content: none;
}

.product-lg .icon-cart {
  height: 26px;
  width: 26px;
  background-image: url("assets/images/icons/icon-cart-main-lg.png");
}

.product-xl.icon-cart {
  height: 34px;
  width: 34px;
  background-image: url("assets/images/icons/icon-cart-main-xl.png");
}

.custom-table.woocommerce-custom-table .custom-table-body .custom-table-row {
  padding: 12px 20px;
  background: #F7F7F7;
  margin-bottom: 5px;
}
.custom-table.woocommerce-custom-table .custom-table-body .custom-table-row:hover {
  background: #f1f1f1;
}
.custom-table .custom-table-head {
  padding: 5px 20px;
  font-weight: 500;
}
.custom-table .custom-table-body .custom-table-row {
  padding: 12px 20px;
  background: #fff;
  margin-bottom: 5px;
}
.custom-table .custom-table-body .custom-table-row:hover {
  background: #EDEDED;
}

.promo-banners {
  padding: 0 10px;
}
.promo-banners .promo-banner {
  height: 260px;
  padding: 35px 30px;
  position: relative;
  border-radius: 10px;
  margin-bottom: 25px;
  display: block;
  text-decoration: none;
  overflow: hidden;
}
.promo-banners .promo-banner:hover .title {
  color: orange;
}
.promo-banners .promo-banner:hover .image-holder {
  transform: scale(0.6) translateY(-120px) translateX(50px);
}
.promo-banners .promo-banner:hover .preview {
  transform: translateX(0);
}
.promo-banners .promo-banner .image-holder {
  position: absolute;
  margin: 0;
  right: 0;
  bottom: 0;
  max-width: 200px;
  transition: all ease 0.3s;
}
.promo-banners .promo-banner .image-holder .d-table-cell {
  height: 260px;
}
.promo-banners .promo-banner .preview {
  transform: translateX(-100%);
  transition: all ease 0.3s;
}
.promo-banners .promo-banner .content-holder {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.promo-banners .promo-banner.mode-dark {
  background: #222222;
}
.promo-banners .promo-banner.mode-light {
  background: #fff;
  color: #000;
}
.promo-banners .promo-banner.mode-main {
  background: #0F86CA;
}
.promo-banners .promo-banner.mode-main .pre-title {
  color: #000;
}
.promo-banners .promo-banner.mode-main .title {
  color: #fff;
}

.catalog-banners .catalog-banner {
  height: 245px;
  padding: 35px 30px;
  position: relative;
  border-radius: 10px;
  margin-bottom: 25px;
  display: block;
  text-decoration: none;
  color: #000;
}
.catalog-banners .catalog-banner:hover .image-holder img {
  transform: scale(1.05);
}
.catalog-banners .catalog-banner .image-holder {
  position: absolute;
  height: 245px;
  margin: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 10px;
}
.catalog-banners .catalog-banner .image-holder img {
  transition: all ease 0.3s;
}
.catalog-banners .catalog-banner .image-holder .d-table-cell {
  height: 245px;
}
.catalog-banners .catalog-banner .button-holder {
  position: absolute;
  left: 30px;
  bottom: 20px;
}
.catalog-banners .catalog-banner .content-holder {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.wishlist-button {
  padding: 0px;
  display: inline-block;
}

.woocommerce .price a {
  font-size: 14px;
  font-weight: 600;
  color: #0F86CA;
}
.woocommerce div.product.product-sm .price a {
  font-size: 13px;
}
.woocommerce div.product.product-sm .stock-label {
  top: 10px;
  left: 10px;
}
.woocommerce div.product.product-sm.sale .stock-label {
  top: 28px;
}
.woocommerce div.product.product-sm span.onsale-percent {
  top: 5px;
  left: 5px;
}
.woocommerce div.product.product-md span.onsale-percent {
  top: 12px;
  left: 15px;
}
.woocommerce div.product.product-md .price a {
  font-size: 13px;
}
.woocommerce div.product.sale .stock-label {
  top: 40px;
}
.woocommerce div.product.outofstock .image-holder img {
  opacity: 0.3;
}
.woocommerce div.product .stock-label {
  top: 15px;
  font-weight: 700;
  font-size: 12px;
  border: none;
  left: 15px;
  position: absolute;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
}
.woocommerce div.product .out-of-stock {
  color: #898989;
}
.woocommerce div.product .stock {
  color: #5FB63E;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info {
  border-top-color: #0F86CA;
}
.woocommerce .woocommerce-message a.button,
.woocommerce .woocommerce-info a.button {
  font-size: 12px;
  padding: 14px 24px;
}
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-info a {
  font-weight: 500;
  color: #0F86CA;
}
.woocommerce .woocommerce-info::before {
  color: #0F86CA;
}
.woocommerce .products .product {
  margin-bottom: 10px;
}
.woocommerce .woocommerce-result-count {
  font-size: 14px;
}
.woocommerce .woocommerce-ordering {
  margin-bottom: 5px;
}
.woocommerce .woocommerce-ordering .form-control {
  right: 10px;
  position: relative;
  margin-right: 15px;
  padding: 5px 15px;
  height: 44px;
  font-size: 14px;
}

.woocommerce ul.products {
  margin: 0 -13px;
}

.invert .products .product:hover {
  box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.9);
}

.products {
  margin: 0 -13px;
  list-style: none;
  padding: 0;
}
.products .product {
  margin: 10px;
  display: inline-block;
  vertical-align: top;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  color: #222222;
  transition: all ease 0.2s;
}
.products .product .info {
  font-size: 16px;
  min-height: 50px;
}
.products .product .wishlist-button {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 20;
}
.products .product:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.products .product.product-xl {
  width: 490px;
  height: 700px;
}
.products .product.product-xl span.onsale-percent {
  font-size: 26px;
}
.products .product.product-xl .added_to_cart {
  font-size: 20px;
}
.products .product.product-xl:hover {
  border-color: #EDEDED;
}
.products .product.product-xl .image-holder {
  display: block;
  height: 448px;
  margin: 30px 20px 20px;
  text-align: center;
}
.products .product.product-xl .image-holder img {
  display: inline-block;
}
.products .product.product-xl .image-holder .d-table-cell {
  height: 448px;
}
.products .product.product-xl .content-holder {
  padding: 0 30px;
}
.products .product.product-xl .category {
  font-size: 20px;
}
.products .product.product-xl .add_to_cart_button {
  height: 34px;
  width: 34px;
  padding: 0;
}
.products .product.product-xl .add_to_cart_button .icon.icon-cart {
  display: block;
  height: 26px;
  width: 26px;
  background-image: url("assets/images/icons/icon-cart-main-lg.png");
}
.products .product.product-xl .price-holder .price del {
  font-size: 20px;
}
.products .product.product-xl .price-holder .price del bdi {
  font-size: 20px;
}
.products .product.product-xl .price-holder .price ins {
  font-size: 28px;
}
.products .product.product-xl .price-holder .price ins bdi {
  font-size: 28px;
}
.products .product.product-sm {
  width: 230px !important;
  min-height: 380px;
}
.products .product.product-sm .title-lg {
  display: none;
}
.products .product.product-sm .button-add-to-cart {
  height: 26px;
  width: 26px;
  padding-top: 5px;
}
.products .product.product-sm .icon-cart {
  height: 16px;
  width: 16px;
  background-image: url("assets/images/icons/icon-cart-main-sm.png");
}
.products .product.product-sm .info {
  font-size: 11px;
  min-height: 50px;
  margin-right: -10px;
}
.products .product.product-sm .image-holder {
  display: block;
  height: 210px;
  margin: 10px;
}
.products .product.product-sm .image-holder .d-table-cell {
  height: 210px;
}
.products .product.product-sm .content-holder {
  padding: 0 20px 15px;
}
.products .product.product-md {
  width: 360px;
  min-height: 550px;
}
.products .product.product-md .price-holder .price del {
  font-size: 16px;
}
.products .product.product-md .price-holder .price ins {
  font-size: 16px;
}
.products .product.product-md .price-holder .price bdi {
  font-size: 20px;
}
.products .product.product-md .title-sm {
  display: none;
}
.products .product.product-md .info {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  min-height: 52px;
}
.products .product.product-md .image-holder {
  display: block;
  height: 330px;
  margin: 15px;
}
.products .product.product-md .image-holder .d-table-cell {
  height: 330px;
}
.products .product.product-md .product-tags .product-tag {
  font-size: 13px;
}
.products .product.product-md .button-add-to-cart {
  padding-top: 0;
  height: 35px;
  width: 35px;
}
.products .product.product-md .icon-cart {
  height: 26px;
  width: 26px;
  background-image: url("assets/images/icons/icon-cart-main-lg.png");
}
.products .product.product-md .price-holder .price {
  padding-top: 5px;
}
.products .product .image-holder {
  position: relative;
}
.products .product .content-holder {
  padding: 0 30px;
}
.products .product .title a {
  color: #222222;
  text-decoration: none;
}
.products .product .price-holder .price {
  text-decoration: none;
  color: #0F86CA;
}
.products .product .price-holder .price del {
  font-size: 14px;
  font-weight: 300;
  color: #000;
}
.products .product .price-holder .price ins {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.products .product .price-holder .price bdi {
  font-size: 16px;
  text-decoration: none;
}
.products .product .category {
  line-height: 1;
  font-size: 14px;
  font-weight: 300;
}
.products .product .category a {
  color: #222222;
  text-decoration: none;
}
.products .product .category a:hover {
  color: #0F86CA;
}
.products .product .button.added:after {
  display: none;
}
.products .product .button-add-to-cart {
  background: transparent;
  padding: 5px 0 5px 5px;
}
.products .product .button-add-to-cart:hover {
  background: transparent;
}
.products .product .added_to_cart {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 22px 20px;
  text-align: center;
  border-radius: 0 0 10px 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  z-index: 10;
  transition: all ease 0.5s;
}

strong {
  font-weight: 500;
}

.logos {
  margin: 0 -12px -30px;
  text-align: center;
}
.logos .logos-slider {
  max-height: 150px;
  overflow: hidden;
}
.logos .logo {
  display: inline-block;
  margin: 5px 10px;
}
.logos .logo .d-table-cell {
  height: 130px;
}

.image-holder-post {
  height: 450px;
}

.posts .post {
  height: 450px;
  background: #fff;
  color: #222222;
  border: 1px solid #EDEDED;
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
}
.posts .post:hover .image-holder img {
  opacity: 0.8;
}
.posts .post a {
  color: #222222;
  text-decoration: none;
}
.posts .post .date {
  font-size: 14px;
}
.posts .post .image-holder {
  margin: 0;
  height: 250px;
}
.posts .post .image-holder img {
  transition: all ease 0.3s;
}
.posts .post .title {
  line-height: 1.4;
}
.posts .post .title a {
  border-bottom: 1px solid #222222;
}
.posts .post .title a:hover {
  color: #0F86CA;
  border-color: #0F86CA;
}
.posts .post .content-holder {
  padding: 20px 35px;
}

section.newsletter {
  padding: 70px 0;
}

.locations {
  max-width: 380px;
}

footer.main-footer {
  padding: 70px 0 0;
}
footer.main-footer .footer-nav {
  margin: 50px 0 100px;
}
footer.main-footer .footer-nav .location a {
  color: #222222;
}
footer.main-footer .footer-bottom {
  padding-bottom: 0px;
}

.social-links a {
  height: 50px;
  width: 50px;
  text-align: center;
  display: inline-block;
  color: #fff;
  line-height: 50px;
  background: #0F86CA;
}
.social-links a:hover {
  background: #222222;
}

.woocommerce-message {
  background: #fff;
  border-top-color: #0F86CA;
}
.woocommerce-message:before {
  color: #0F86CA;
}

.woocommerce-error {
  border-top-color: #D43063;
}
.woocommerce-error:before {
  color: #D43063;
}

.woocommerce .product-md .category {
  font-size: 18px;
}
.woocommerce .product-md .price-holder .price del {
  font-size: 16px;
}
.woocommerce .product-md .price-holder .price ins {
  font-size: 18px;
}
.woocommerce .product.sale.product-xl .product-tags {
  left: 95px;
}
.woocommerce .product.sale.product-md .product-tags {
  left: 72px;
}
.woocommerce .product.sale.product-sm .product-tags {
  left: 60px;
}
.woocommerce .product.product-xl .stock-label {
  font-size: 18px;
}
.woocommerce .product.product-xl span.onsale {
  left: 15px;
  font-size: 18px;
}
.woocommerce .product.product-xl .product-tags {
  left: 15px;
}
.woocommerce .product.product-xl .product-tags .product-tag {
  font-size: 18px;
}
.woocommerce .product.product-md span.onsale {
  left: 15px;
}
.woocommerce .product.product-md .product-tags {
  left: 15px;
}
.woocommerce .product.product-md .product-tags.onsale-active {
  left: 70px;
}
.woocommerce .product.product-sm span.onsale-percent {
  top: 5px;
}
.woocommerce .product.product-sm span.onsale {
  padding: 3px 10px;
  line-height: 16px;
  font-size: 8px;
  left: 10px;
}
.woocommerce .product.product-sm .product-tags .product-tag {
  padding: 3px 10px;
  line-height: 16px;
  font-size: 8px;
}
.woocommerce .product-tags {
  position: absolute;
  bottom: 0;
  left: 5px;
}
.woocommerce .product-tags.onsale-active {
  left: 60px;
}
.woocommerce .product-tags .product-tag {
  background: #D43063;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  min-height: auto;
  padding: 5px 10px;
  line-height: 20px;
  border-radius: 25px;
  font-family: "Montserrat", sans-serif;
}
.woocommerce .product-tags .product-tag.sold {
  background: #D9D9D9;
}
.woocommerce .product-tags .product-tag.bestsellers {
  background: #EAA244;
}
.woocommerce .product-tags .product-tag.new {
  background: #5FB63E;
}
.woocommerce span.onsale-percent {
  color: #D43063;
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  min-height: auto;
  line-height: 20px;
  border-radius: 25px;
  font-family: "Montserrat", sans-serif;
}
.woocommerce span.onsale {
  top: inherit;
  bottom: 0;
  left: 5px;
  background: #D43063;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  min-height: auto;
  padding: 5px 10px;
  line-height: 20px;
  border-radius: 25px;
  font-family: "Montserrat", sans-serif;
}

section.product.type-product {
  margin-bottom: 100px;
}

.woocommerce table.shop_table td {
  background: #fff;
}
.woocommerce .product-quantity .quantity .quantity-holder {
  background: #F7F7F7;
  width: 160px;
  height: 44px;
}
.woocommerce .product-quantity .quantity .quantity-holder .btn-qty {
  line-height: 44px;
  background: #F7F7F7;
  border-radius: 4px;
}
.woocommerce .product-quantity .quantity .quantity-holder .qty-number {
  background: #F7F7F7;
  font-size: 14px;
  height: 44px;
}
.woocommerce .quantity .quantity-holder {
  width: 150px;
  position: relative;
}
.woocommerce .quantity .quantity-holder .btn-qty {
  top: 1px;
  position: absolute;
  height: calc(100% - 2px);
  width: 40px;
  color: #898989;
  text-align: center;
  line-height: 66px;
  border: none;
  font-size: 14px;
  background: transparent;
  z-index: 44;
}
.woocommerce .quantity .quantity-holder .btn-qty:hover {
  color: #0F86CA;
}
.woocommerce .quantity .quantity-holder .btn-qty.btn-minus {
  left: 1px;
}
.woocommerce .quantity .quantity-holder .btn-qty.btn-plus {
  right: 1px;
}
.woocommerce .quantity .quantity-holder .qty-number {
  padding-left: 30px;
  padding-right: 15px;
  border-radius: 4px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #0F86CA;
  font-weight: 700;
  width: 100%;
}
.woocommerce .quantity .quantity-holder .qty-number:focus {
  outline: none;
}
.woocommerce .product.sale .product-image-holder .product-tags {
  left: 100px;
}
.woocommerce .product-image-holder .product-tags {
  z-index: 5;
  bottom: inherit;
  top: 30px;
}
.woocommerce .product-image-holder .product-tags .product-tag {
  font-weight: 700;
  font-size: 18px;
}
.woocommerce .product-image-holder span.onsale {
  left: 15px;
  bottom: inherit;
  top: 30px;
  font-size: 18px;
}
.woocommerce .product-image-holder span.onsale-percent {
  font-size: 18px;
  top: 77px;
  left: 20px;
  z-index: 10;
}
.woocommerce .quantity .qty {
  height: 66px;
  font-size: 18px;
  text-align: center;
  border: 1px solid #D9D9D9;
}
.woocommerce .outofstock .summary button.woosc-btn {
  margin-left: 0;
}
.woocommerce .summary {
  margin-right: -120px;
}
.woocommerce .summary .woocommerce-product-details__short-description {
  max-width: 650px;
}
.woocommerce .summary .woosb-wrap {
  float: right;
}
.woocommerce .summary .see-price {
  margin-bottom: 20px;
}
.woocommerce .summary .see-price a {
  font-family: "Montserrat", sans-serif;
  color: #0F86CA;
  font-size: 14px;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
}
.woocommerce .summary button.woosc-btn {
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  height: 66px;
  width: 66px;
  margin-left: 10px;
  text-indent: -99999px;
  font-size: 12px;
  color: #222222;
  top: inherit;
  right: inherit;
  z-index: 20;
  position: relative;
  background-color: #EAA244;
}
.woocommerce .summary button.woosc-btn.woosc-btn-added {
  background-color: #222222;
}
.woocommerce .summary button.woosc-btn .woosc-icon-6,
.woocommerce .summary button.woosc-btn .woosc-icon-8 {
  margin-top: 17px;
  height: 26px;
  width: 26px;
  background-image: url(assets/images/icons/icon-compare-white-xl.png);
}
.woocommerce .summary form.cart {
  display: inline-block;
  vertical-align: middle;
}
.woocommerce .summary .quantity {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.woocommerce .summary .posted_in {
  display: inline-block;
  margin-right: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #3E4245;
  font-weight: 700;
  text-transform: uppercase;
}
.woocommerce .summary .posted_in a {
  color: #3E4245;
  text-decoration: none;
}
.woocommerce .summary .product_meta {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #3E4245;
  font-weight: 700;
  text-transform: uppercase;
}
.woocommerce .summary .product_meta .stock-label.in-stock {
  color: #5FB63E;
}
.woocommerce .summary .product_meta .stock-label.out-of-stock {
  color: #898989;
}
.woocommerce .summary p.price {
  margin-right: 20px;
  padding-top: 10px;
  text-decoration: none;
  color: #0F86CA;
  display: inline-block;
  vertical-align: middle;
}
.woocommerce .summary p.price > span.woocommerce-Price-amount {
  font-size: 36px;
  font-weight: 700;
  text-decoration: none;
}
.woocommerce .summary p.price del {
  font-size: 18px;
  font-weight: 300;
  float: right;
  margin-left: 5px;
  position: relative;
  top: 15px;
  color: #000;
}
.woocommerce .summary p.price del bdi {
  font-size: 18px;
  font-weight: 300;
}
.woocommerce .summary p.price bdi {
  font-size: 36px;
  font-weight: 700;
  text-decoration: none;
}
.woocommerce .summary p.price ins {
  font-size: 36px;
  font-weight: 700;
  text-decoration: none;
}
.woocommerce .summary p.price ins bdi {
  font-weight: 700;
  text-decoration: none;
}
.woocommerce nav.woocommerce-breadcrumb {
  margin-bottom: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-decoration: none;
  color: #0F86CA;
}
.woocommerce nav.woocommerce-breadcrumb .last {
  font-weight: 400;
}
.woocommerce nav.woocommerce-breadcrumb a {
  color: #222222;
  text-decoration: none;
}
.woocommerce nav.woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}

nav.filter {
  background: #FFFFFF;
  border-radius: 10px;
  padding-bottom: 30px;
}

.woocommerce section.single-main {
  margin-bottom: 100px;
}
.woocommerce section.products.related {
  margin: 0 0 100px;
}
.woocommerce section.products.related ul.products {
  margin: 0 -13px;
}
.woocommerce.single-product ul.products {
  margin: 0;
}
.woocommerce .rvpscarousel .slick-slide {
  padding: 0 10px;
}
.woocommerce .woocommerce-result-count {
  margin-bottom: 0;
  padding: 12px 0;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
  margin: 40px 0 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  margin: 0 5px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  margin: 0;
  text-decoration: none;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  padding: 15px;
  min-width: 1em;
  display: block;
  border: none;
  background: #fff;
  color: #222222;
}
.woocommerce nav.woocommerce-pagination ul li a.prev, .woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li span.prev, .woocommerce nav.woocommerce-pagination ul li span.next {
  background: #222222;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a.prev:focus, .woocommerce nav.woocommerce-pagination ul li a.prev:hover, .woocommerce nav.woocommerce-pagination ul li a.next:focus, .woocommerce nav.woocommerce-pagination ul li a.next:hover, .woocommerce nav.woocommerce-pagination ul li span.prev:focus, .woocommerce nav.woocommerce-pagination ul li span.prev:hover, .woocommerce nav.woocommerce-pagination ul li span.next:focus, .woocommerce nav.woocommerce-pagination ul li span.next:hover {
  background: #222222;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span:focus, .woocommerce nav.woocommerce-pagination ul li span:hover {
  background: #fff;
  color: #0F86CA;
}
.woocommerce nav.woocommerce-pagination ul li a.current, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #0F86CA;
  color: #fff;
}

ul.nav-tabs {
  max-width: 340px;
  border: none;
}
ul.nav-tabs li.nav-item {
  display: block;
  width: 100%;
  margin: 0;
  border: none;
}
ul.nav-tabs li.nav-item a.nav-link {
  background: #0F86CA;
  color: #fff;
  display: block;
  font-family: "Montserrat", sans-serif;
  border-radius: 0px;
  position: relative;
  font-weight: 700;
  border: none;
  font-size: 16px;
  padding: 24px 15px 24px 20px;
}
ul.nav-tabs li.nav-item a.nav-link .arrow {
  position: absolute;
  font-size: 24px;
  right: 30px;
  top: 18px;
}
ul.nav-tabs li.nav-item a.nav-link.active {
  background: #fff;
  color: #222222;
}
ul.nav-tabs li.nav-item a.nav-link.active .line {
  height: 20px;
}

section.accordion {
  position: relative;
  z-index: 3;
}
section.accordion .tab-content {
  padding-left: 100px;
}
section.accordion .container {
  position: relative;
  z-index: 2;
}
section.accordion .card {
  border: none;
  background: transparent;
  border-radius: 0;
}
section.accordion .card .card-header {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
}
section.accordion .card .card-header .card-title {
  margin: 0;
  padding: 0;
  border-radius: 0;
}
section.accordion .card .card-header .card-title a {
  padding: 23px 15px 23px 20px;
  font-size: 18px;
  color: #222222;
  display: block;
  border-radius: 0px;
  position: relative;
  background: #F7F7F7;
  border: none;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
section.accordion .card .card-header .card-title a .arrow {
  display: block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 32px;
}
section.accordion .card .card-header .card-title a .arrow:before {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 10px;
  background: #000;
  transform: rotate(45deg);
}
section.accordion .card .card-header .card-title a .arrow:after {
  left: 6px;
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 10px;
  background: #000;
  transform: rotate(-45deg);
}
section.accordion .card .card-header .card-title a[aria-expanded=false] .arrow:after {
  transform: rotate(-45deg);
}
section.accordion .card .card-header .card-title a[aria-expanded=true] {
  color: #222222;
  background: #0F86CA;
}
section.accordion .card .card-header .card-title a[aria-expanded=true] .arrow {
  top: 30px;
}
section.accordion .card .card-header .card-title a[aria-expanded=true] .arrow:before {
  background: #222222;
  transform: rotate(-45deg);
}
section.accordion .card .card-header .card-title a[aria-expanded=true] .arrow:after {
  transform: rotate(45deg);
  background: #222222;
}
section.accordion .card .card-body {
  padding: 0;
  margin: 0;
  border: none;
}
section.accordion .panel-default {
  background: transparent;
  margin-bottom: 20px;
  border: none;
  box-shadow: none;
  border-radius: 0px;
}
section.accordion .panel-default .panel-heading {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
section.accordion .panel-default .panel-heading .panel-title {
  margin-bottom: 0;
  margin-top: 0;
}
section.accordion .panel-default .panel-heading .panel-title .arrow {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 3px;
}
section.accordion .panel-default .panel-heading .panel-title a {
  font-size: 18px;
  color: #222222;
  font-weight: 700;
  padding: 10px 40px 10px 0;
  display: block;
  position: relative;
  text-decoration: none;
}
section.accordion .panel-default .content {
  max-width: 800px;
  margin: 0 0 30px;
}
section.accordion .panel-group {
  margin-bottom: 0;
}
section.accordion .panel-heading .panel-title a[aria-expanded=true] {
  color: #0F86CA;
  text-decoration: underline;
}
section.accordion .panel-heading .panel-title a[aria-expanded=true] .arrow {
  color: #fff;
}
section.accordion .panel-heading .panel-title a[aria-expanded=true] .arrow:before, section.accordion .panel-heading .panel-title a[aria-expanded=true] .arrow:after {
  content: "";
  height: 2px;
  width: 13px;
  top: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  display: block;
  background: #0F86CA;
}
section.accordion .panel-heading .panel-title a[aria-expanded=true] .arrow:before {
  transform: rotate(180deg);
}
section.accordion .panel-heading .panel-title a[aria-expanded=true] .arrow:after {
  transform: rotate(0deg);
}
section.accordion .panel-heading .panel-title a[aria-expanded=false] .arrow:before, section.accordion .panel-heading .panel-title a[aria-expanded=false] .arrow:after {
  content: "";
  height: 2px;
  width: 13px;
  top: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  display: block;
  background: #222222;
}
section.accordion .panel-heading .panel-title a[aria-expanded=false] .arrow:before {
  transform: rotate(90deg);
}

.invert nav.breadcrumb-nav li {
  color: #fff;
}
.invert nav.breadcrumb-nav li a {
  color: #fff;
}
.invert nav.breadcrumb-nav .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.col-wide .video-holder {
  height: 410px;
}

.video-holder {
  position: relative;
  height: 270px;
  border: 1px solid #f1f1f1;
  margin-bottom: 30px;
  background-color: #fff;
  cursor: pointer;
}
.video-holder .icon-video {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  top: calc(50% - 30px);
  z-index: 2;
}
.video-holder:hover .image-holder:after {
  opacity: 0.9;
}
.video-holder:hover .title {
  opacity: 1;
}
.video-holder:hover .icon-video svg path:first-child {
  transition: all ease 0.2s;
  fill: #222222;
}
.video-holder .title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  font-weight: 400;
  padding: 20px 30px;
  opacity: 0;
  transition: all ease 0.2s;
}
.video-holder .image-holder {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.video-holder .image-holder:after {
  content: "";
  height: 100%;
  width: 100%;
  opacity: 0.2;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 ); /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all ease 0.5s;
}

nav.breadcrumb-nav {
  top: 0;
  position: absolute;
  padding-top: 25px;
}
nav.breadcrumb-nav ul > strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-decoration: none;
  color: #222222;
  padding-left: 5px;
}
nav.breadcrumb-nav li {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-decoration: none;
  color: #222222;
}
nav.breadcrumb-nav li.separator {
  padding-left: 7px;
}
nav.breadcrumb-nav li strong {
  font-weight: 300;
}
nav.breadcrumb-nav li a {
  color: #0F86CA;
  text-decoration: none;
  font-weight: 300;
}

.testimonials .content {
  max-width: 1110px;
  margin: 0 auto;
}

.links-boxes .links {
  margin-bottom: 40px;
}
.links-boxes .links .link {
  background: #fff;
  display: block;
  padding: 24px 20px;
  border: 2px solid #F1F6FB;
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #0F86CA;
  text-decoration: underline;
  font-weight: 600;
}
.links-boxes .links .link:hover {
  background: #0F86CA;
  color: #fff;
  text-decoration: none;
}

section.contact-section .form {
  max-width: 900px;
}

.wpfFilterButtons .wpfClearButton.wpfButton {
  background: #0F86CA;
  color: #fff;
  width: inherit;
  padding: 10px 25px;
  font-size: 12px;
  min-height: 46px;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}

.wpfMainWrapper ul.wpfFilterVerScroll {
  padding-right: 15px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.wpfMainWrapper ul.wpfFilterVerScroll::-webkit-scrollbar {
  width: 4px;
  border-radius: 0;
}
.wpfMainWrapper ul.wpfFilterVerScroll::-webkit-scrollbar-track {
  background: #f9f9f9;
  box-shadow: inset 0 0 0 1px #f3f3f3;
  border-radius: 10px;
  border: none;
}
.wpfMainWrapper ul.wpfFilterVerScroll::-webkit-scrollbar-thumb {
  background: #F7F7F7;
  border-radius: 10px;
  border: none;
}
.wpfMainWrapper ul.wpfFilterVerScroll::-webkit-scrollbar-thumb:hover {
  background: #0077BB;
}
.wpfMainWrapper .wpfCollapsible {
  color: #898989;
}
.wpfMainWrapper .fa-minus:before {
  content: "\f106";
}
.wpfMainWrapper .fa-plus:before {
  content: "\f107";
}
.wpfMainWrapper[data-filter="1"] #wpfBlock_2 .irs-from,
.wpfMainWrapper[data-filter="1"] #wpfBlock_2 .irs-to,
.wpfMainWrapper[data-filter="1"] #wpfBlock_2 .irs-single {
  background: #EAA244 !important;
}
.wpfMainWrapper[data-filter="1"] #wpfBlock_2 .irs-bar {
  background: #0F86CA !important;
  box-shadow: none;
}
.wpfMainWrapper #wpfBlock_2.wpfFilterWrapper {
  padding-bottom: 20px !important;
}
.wpfMainWrapper .wpfFilterWrapper {
  margin-bottom: 0px !important;
  position: relative;
  padding-bottom: 0px !important;
}
.wpfMainWrapper .wpfFilterWrapper[data-filter-type=wpfFeatured] {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.wpfMainWrapper .wpfFilterWrapper[data-filter-type=wpfFeatured]:after {
  content: none;
}
.wpfMainWrapper .wpfFilterWrapper[data-filter-type=wpfOnSale] {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  padding-top: 0px !important;
}
.wpfMainWrapper .wpfFilterWrapper[data-filter-type=wpfOnSale]:after {
  content: none;
}
.wpfMainWrapper .wpfFilterWrapper:after {
  content: "";
  height: 4px;
  width: calc(100% + 32px);
  left: -17px;
  bottom: 0px;
  background: #F7F7F7;
  position: absolute;
}
.wpfMainWrapper .wpfFilterWrapper .irs--big {
  margin-top: 15px;
}
.wpfMainWrapper .wpfFilterWrapper .irs--big .irs-bar {
  height: 4px;
}
.wpfMainWrapper .wpfFilterWrapper .irs--big .irs-line {
  height: 4px;
}
.wpfMainWrapper .wpfFilterWrapper .irs--big .irs-handle {
  box-shadow: none;
  width: 22px;
  height: 22px;
  background: #0F86CA;
  border-radius: 2px;
  border: none !important;
}
.wpfMainWrapper .wpfFilterWrapper .wpfPriceRangeField#wpfMinPrice, .wpfMainWrapper .wpfFilterWrapper .wpfPriceRangeField#wpfMaxPrice {
  background-color: #ffffff;
  border: 1px solid #D9D9D9;
  font-family: "Montserrat", sans-serif;
  border-radius: 5px;
  padding: 5px 15px;
  height: 44px;
  width: 134px;
}
.wpfMainWrapper .wpfFilterWrapper .ui-slider-horizontal {
  height: 4px;
}
.wpfMainWrapper .wpfFilterWrapper .ui-slider.ui-widget-content .ui-slider-handle {
  height: 15px;
  width: 15px;
  background: #0F86CA;
  border: none !important;
  border-radius: 2px;
}
.wpfMainWrapper .wpfFilterWrapper .ui-slider.ui-widget-content .ui-slider-handle.ui-state-hover {
  background: #0F86CA !important;
}
.wpfMainWrapper .wpfFilterWrapper .ui-slider.ui-widget-content .ui-slider-handle:focus-visible {
  outline: none !important;
}
.wpfMainWrapper .wpfFilterWrapper .ui-slider .ui-slider-range {
  background: #0F86CA !important;
}
.wpfMainWrapper .wpfFilterWrapper .ui-slider.ui-widget-content:not(.iris-slider-offset) {
  border: none;
  background: #CCCCCC;
}
.wpfMainWrapper .wpfFilterWrapper .wfpTitle {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.wpfMainWrapper .wpfFilterWrapper .wpfCheckbox label {
  width: 24px !important;
  height: 24px !important;
}
.wpfMainWrapper .wpfFilterWrapper .wpfCheckbox label::before {
  top: 3px !important;
}
.wpfMainWrapper .wpfFilterWrapper .wpfCheckbox input[type=checkbox]:checked + label::before {
  background: url("assets/images/icons/tick-blue.png") !important;
  background-size: 100% 100% !important;
  border-color: #0F86CA !important;
}
.wpfMainWrapper li {
  margin-bottom: 10px;
}
.wpfMainWrapper li label .wpfFilterTaxNameWrapper {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.wpfMainWrapper li ul {
  margin-top: 15px;
}
.wpfMainWrapper li li label .wpfFilterTaxNameWrapper {
  font-weight: 400;
}

#wpfBlock_1 .wpfFilterVerScroll {
  max-height: 400px !important;
}

#wpgs-gallery {
  float: none !important;
  overflow: hidden;
}

#wpgs-gallery.woocommerce-product-gallery {
  margin-right: 0 !important;
}

.woocommerce .woocommerce-product-details__short-description {
  line-height: 2;
}
.woocommerce .wcgs-carousel {
  background: #fff;
}
.woocommerce section.woocommerce-section #content div.product div.summary,
.woocommerce section.woocommerce-section div.product div.summary {
  width: 100% !important;
  float: none !important;
  overflow: hidden;
}
.woocommerce .gallery-navigation-carousel .slick-slide.wcgs-thumb {
  opacity: 1;
  background: #fff;
}
.woocommerce .wcgs-carousel .wcgs-slider-image {
  text-align: center;
  height: 495px;
  display: flex;
}
.woocommerce .wcgs-carousel .wcgs-slider-image img {
  display: inline-block;
  width: auto;
  max-width: 100% !important;
  min-height: auto;
  max-height: 100%;
}
.woocommerce #wpgs-gallery {
  margin: 0 auto !important;
}
.woocommerce .wcgs-carousel .slick-arrow.icon-sp_wgs-left-open {
  min-width: 35px;
  min-height: 35px;
  background-color: #222222 !important;
}
.woocommerce .wcgs-carousel .slick-arrow.icon-sp_wgs-left-open:hover {
  background-color: #0F86CA !important;
}
.woocommerce .wcgs-carousel .slick-arrow.icon-sp_wgs-right-open {
  min-width: 35px;
  min-height: 35px;
  background-color: #222222 !important;
}
.woocommerce .wcgs-carousel .slick-arrow.icon-sp_wgs-right-open:hover {
  background-color: #0F86CA !important;
}
.woocommerce .icon-sp_wgs-left-open:before {
  content: none;
}
.woocommerce .icon-sp_wgs-right-open:before {
  content: none;
}

.woocommerce .woocommerce-customer-details address {
  background: #fff;
  border: none;
  padding: 15px;
}

.wc-address-book-meta a,
.woocommerce #respond input#submit, .woocommerce a.button,
.woocommerce button.button, .woocommerce input.button {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  outline: none;
  border: none;
  border-radius: 4px;
  color: #fff;
  padding: 12px 18px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: top;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.13;
  box-shadow: none;
  transition: all ease 0.2s;
  background-color: transparent;
  background-image: linear-gradient(to right, #0F86CA, #0F86CA, #0077BB, #0F86CA);
  background-size: 300% 100%;
}
.wc-address-book-meta a:hover,
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover,
.woocommerce button.button:hover, .woocommerce input.button:hover {
  border: none;
  outline: none;
  color: #fff;
  background-image: linear-gradient(to right, #0F86CA, #0F86CA, #0077BB, #0F86CA);
  background-color: transparent;
  background-position: 100% 0;
}
.wc-address-book-meta a[type=submit],
.woocommerce #respond input#submit[type=submit], .woocommerce a.button[type=submit],
.woocommerce button.button[type=submit], .woocommerce input.button[type=submit] {
  padding: 24px 34px;
  font-size: 16px;
}
.wc-address-book-meta a.pay,
.woocommerce #respond input#submit.pay, .woocommerce a.button.pay,
.woocommerce button.button.pay, .woocommerce input.button.pay {
  background: #F7F7F7;
  color: #0F86CA;
  box-shadow: 0px 0px 0px 1px #ddd;
}
.wc-address-book-meta a.pay:hover:hover,
.woocommerce #respond input#submit.pay:hover:hover, .woocommerce a.button.pay:hover:hover,
.woocommerce button.button.pay:hover:hover, .woocommerce input.button.pay:hover:hover {
  opacity: 0.7;
}
.wc-address-book-meta a.ced_my_account_reorder,
.woocommerce #respond input#submit.ced_my_account_reorder, .woocommerce a.button.ced_my_account_reorder,
.woocommerce button.button.ced_my_account_reorder, .woocommerce input.button.ced_my_account_reorder {
  background: #222222;
}
.wc-address-book-meta a.ced_my_account_reorder:hover,
.woocommerce #respond input#submit.ced_my_account_reorder:hover, .woocommerce a.button.ced_my_account_reorder:hover,
.woocommerce button.button.ced_my_account_reorder:hover, .woocommerce input.button.ced_my_account_reorder:hover {
  opacity: 0.7;
}
.wc-address-book-meta a.cancel,
.woocommerce #respond input#submit.cancel, .woocommerce a.button.cancel,
.woocommerce button.button.cancel, .woocommerce input.button.cancel {
  background: #F7F7F7;
  color: #0F86CA;
  box-shadow: 0px 0px 0px 1px #ddd;
}
.wc-address-book-meta a.cancel:hover,
.woocommerce #respond input#submit.cancel:hover, .woocommerce a.button.cancel:hover,
.woocommerce button.button.cancel:hover, .woocommerce input.button.cancel:hover {
  opacity: 0.7;
}

.woocommerce-account .address_book header {
  border-bottom: none;
  margin-bottom: 1em;
}

.address-book {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  width: inherit;
  flex-wrap: wrap;
  background: transparent;
  padding: 0;
}
.address-book .wc-address-book-address {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 15px;
}

.wpmc-step-item.wpmc-step-billing {
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.wpmc-step-item.wpmc-step-billing.current {
  display: flex !important;
}
.wpmc-step-item.wpmc-step-billing .col-lg-6 > div {
  max-width: 750px;
  padding: 30px;
  background: #fff;
  margin-left: 15px !important;
}
.wpmc-step-item.wpmc-step-billing .form-checkbox .checkmark:before {
  background: #0077BB;
}
.wpmc-step-item.wpmc-step-billing textarea,
.wpmc-step-item.wpmc-step-billing .select2-container--default .select2-selection--single {
  background: #F7F7F7 !important;
}
.wpmc-step-item.wpmc-step-billing .woocommerce-billing-fields .select2-container,
.wpmc-step-item.wpmc-step-billing .woocommerce-billing-fields input.input-text,
.wpmc-step-item.wpmc-step-billing .woocommerce-billing-fields select {
  background: #F7F7F7 !important;
}

.woocommerce form .form-row .select2-container {
  width: 100% !important;
}

.woocommerce-account .address-book .wc-address-book-meta {
  float: none;
  text-align: right;
}

.woocommerce-account .address-book .wc-address-book-meta a {
  display: inline-block;
}
.woocommerce-account .address-book .wc-address-book-meta a.wc-address-book-delete {
  background: #EAA244;
}
.woocommerce-account .address-book .wc-address-book-meta a.wc-address-book-make-primary {
  background: #222222;
}

.address_book {
  margin-bottom: 40px;
  margin-top: 40px;
}

.wc-address-book-meta a {
  margin-bottom: 5px;
}

.woosw-popup .woosw-items .woosw-item a:not(.button) {
  font-size: 13px;
}

.logged-in.woocommerce .woosc-area .woosc-inner .woosc-table a.add_to_cart_button {
  display: inline-block;
}

.woocommerce .woosc-area .woosc-inner .woosc-table a.add_to_cart_button {
  display: none;
}

.logged-in .woosw-popup .woosw-items .woosw-item .woosw-item-inner > div:last-child .button {
  display: inline-block;
}

.woosw-popup .woosw-items .woosw-item .woosw-item-inner > div:last-child .button {
  font-size: 12px;
  padding: 14px 18px;
  display: none;
}

.woosw-list {
  max-width: 1000px;
}

.woosw-items .woosw-item a:not(.button),
.woocommerce .woosc-area .woosc-inner .woosc-table a:not(.button) {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-decoration: underline;
  color: #0F86CA;
}
.woosw-items .woosw-item a.button,
.woocommerce .woosc-area .woosc-inner .woosc-table a.button {
  font-size: 12px;
  padding: 14px 18px;
  min-width: 125px;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot {
  background-color: #fff;
}

.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-empty {
  color: #fff;
  text-transform: none;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a, .woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner span {
  line-height: 1.2;
  border-bottom: none;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #222222;
  font-weight: 600;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a:hover, .woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner span:hover {
  color: #0F86CA;
  text-decoration: none;
}

.product-image-holder button.woosw-btn {
  top: 30px;
}
.product-image-holder .wcgs-lightbox.top_right a {
  top: inherit;
  right: 25px !important;
  bottom: 20px;
  background: transparent;
  font-size: 24px !important;
}

table.woosw-items {
  width: 100%;
}

.woocommerce table.shop_table td a:not(.button, .shipping-calculator-button) {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-decoration: none;
  font-weight: 700;
  color: #222222;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th a {
  text-decoration: none;
  color: #222222;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
}

.woosw-popup .woosw-items .woosw-item .woosw-item--name, .woosw-popup .woosw-items .woosw-item .woosw-item--name a {
  text-decoration: none;
  color: #222222;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
}

.woosw-popup .woosw-items .woosw-item .woosw-item-inner > div:last-child {
  width: 35%;
  text-align: right;
}

.woosw-popup .woosw-items .woosw-item .woosw-item-inner > div:last-child .button {
  min-width: 142px;
}

.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-popup-close {
  color: #fff;
}

.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top {
  background-color: rgb(0, 0, 0);
  color: #ffffff;
  text-transform: uppercase;
}

.woocommerce table.shop_table {
  margin-bottom: 0;
}

.woocommerce ul#shipping_method li {
  display: inline-block;
  margin-right: 10px;
}

.woocommerce .cart_totals table.shop_table .order-total th {
  border-bottom: 4px solid #fff;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}

.woocommerce-orders-table .woocommerce-button.button {
  padding: 12px 18px;
  margin-top: 12px;
  margin-bottom: 9px;
}

.cart-collaterals {
  background: #fff;
}

#add_payment_method .cart-collaterals .shipping-calculator-button, .woocommerce-cart .cart-collaterals .shipping-calculator-button, .woocommerce-checkout .cart-collaterals .shipping-calculator-button,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th .woosc-remove, .woosc-page .woosc-remove {
  text-transform: none;
  font-weight: 700;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  color: #0F86CA;
}

.tr-price td:not(:first-child),
.woosw-item--price {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700 !important;
  text-decoration: none;
  color: #0F86CA !important;
}
.tr-price td:not(:first-child) del,
.woosw-item--price del {
  font-size: 14px;
  font-weight: 300;
  color: #000;
}
.tr-price td:not(:first-child) ins,
.woosw-item--price ins {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.tr-price td:not(:first-child) bdi,
.woosw-item--price bdi {
  font-size: 16px;
  text-decoration: none;
}

.recent_products h2 {
  text-align: center;
}

.woocommerce-single-product h2 {
  font-size: 30px;
}

.woosw-list table.woosw-items tr td.woosw-item--actions {
  text-align: right;
}

.woosw-item--name a {
  text-decoration: none;
  color: #222222;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 100px;
  box-shadow: none;
}

.woocommerce table.shop_table {
  border: none;
}
.woocommerce table.shop_table thead th {
  border-bottom: none;
  padding-bottom: 0;
}
.woocommerce table.shop_table th {
  background: #F7F7F7;
  font-weight: 400;
  border-top: none !important;
  border-bottom: 4px solid #F7F7F7;
}
.woocommerce table.shop_table td {
  border-top: none !important;
  border-bottom: 4px solid #F7F7F7;
  border-top: none;
}
.woocommerce table.shop_table td a.remove {
  font-weight: 300;
  font-size: 40px;
  color: #121212 !important;
}
.woocommerce table.shop_table td a.remove:hover {
  background: #F7F7F7;
}
.woocommerce table.shop_table td.actions .coupon {
  width: 700px;
  position: relative;
}
.woocommerce table.shop_table td.actions .coupon .coupon-label {
  display: inline-block;
  position: relative;
  float: left;
  margin-top: 15px;
  margin-right: 15px;
}
.woocommerce table.shop_table td.actions .coupon .input-text {
  padding-left: 15px;
  width: calc(100% - 120px);
  height: 50px;
  border-radius: 4px;
  background: #F7F7F7;
}
.woocommerce table.shop_table td.actions .coupon .button {
  position: absolute;
  right: 11px;
  top: 4px;
  font-size: 12px;
  padding: 14px 24px;
}
.woocommerce button[name=update_cart],
.woocommerce input[name=update_cart] {
  display: none;
}
.woocommerce .cart_totals table.shop_table th {
  background: #fff;
}
.woocommerce .cart_totals table.shop_table td {
  border-bottom: none;
}
.woocommerce .product-sku {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #3E4245;
  font-weight: 700;
}
.woocommerce .product-remove {
  width: 5%;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 16px;
  display: inline-block;
  padding: 24px 35px;
}

section.bundles-section {
  padding: 100px 0;
  position: relative;
  margin-bottom: 100px;
}
section.bundles-section .content-holder {
  position: relative;
  z-index: 2;
}
section.bundles-section:before {
  content: "";
  position: absolute;
  left: -197.5px;
  right: 0;
  top: 0;
  margin: 0 auto;
  background: #222222;
  height: 100%;
  width: 1920px;
}

.woocommerce-tabs {
  padding: 0 130px 100px;
  margin-bottom: 100px;
  background: #fff;
}
.woocommerce-tabs table.shop_attributes th {
  width: 220px;
  font-weight: 600;
}
.woocommerce-tabs table.shop_attributes td {
  padding-left: 10px;
}
.woocommerce-tabs h2:first-child {
  display: none;
}
.woocommerce-tabs .wc-tabs {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  margin-bottom: 40px;
}
.woocommerce-tabs .wc-tabs li {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.woocommerce-tabs .wc-tabs li.active a {
  color: #0F86CA;
  background: #fff;
}
.woocommerce-tabs .wc-tabs li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  display: block;
  background: #0F86CA;
  color: #fff;
  text-decoration: none;
  padding: 24px 25px;
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th,
.woocommerce table.shop_attributes tr:nth-child(odd) td,
.woocommerce table.shop_attributes tr:nth-child(odd) th {
  background: #F7F7F7;
  padding: 3px 15px;
}

.woocommerce table.shop_attributes tr:hover td, .woocommerce table.shop_attributes tr:hover th {
  background: #f1f1f1 !important;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  font-style: normal;
  border-bottom: 5px solid #fff;
}

form.woocommerce-ResetPassword {
  max-width: 620px;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}

.woocommerce form .form-row .optional {
  font-size: 12px;
  color: #444;
}

.invalid-feedback {
  color: #D43063;
  font-weight: 400;
}

.register-extra-fields .formio-error-wrapper {
  color: #D43063;
  background-color: transparent;
  border-color: transparent;
}
.register-extra-fields .formio-form {
  display: flex !important;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.register-extra-fields .formio-form .formio-component {
  padding-left: 10px;
  padding-right: 10px;
}

.alert.alert-warning {
  color: #000;
}

.woocommerce form .form-row input.required {
  color: #222222;
  font-weight: 400;
  border: 1px solid #D9D9D9 !important;
  text-decoration: none;
  visibility: visible;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  color: #fff;
  cursor: not-allowed;
  opacity: 0.5;
  padding: 24px 34px;
}

.woocommerce-password-strength {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}

.form-registration .form-group {
  margin-bottom: 10px !important;
}
.form-registration .choices__list--dropdown .choices__item--selectable, .form-registration .choices__list[aria-expanded] .choices__item--selectable {
  color: #222222;
  font-weight: 400;
}
.form-registration .choices[data-type*=select-one]::after {
  content: none;
}
.form-registration .choices__list--multiple .choices__item {
  background-color: #0077BB;
  border: 1px solid #0077BB;
  font-family: inherit;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: normal;
}
.form-registration .choices__item.choices__item--selectable {
  margin-top: 9px;
}
.form-registration .choices__list--dropdown .choices__item--selectable {
  font-size: 16px;
}
.form-registration .choices__list--multiple .choices__item {
  padding: 2px 3px;
}
.form-registration .choices__list--dropdown .choices__item, .form-registration .choices__list[aria-expanded] .choices__item {
  font-size: 16px;
  margin-bottom: 0;
}
.form-registration .choices__placeholder {
  opacity: 0.7;
  font-family: inherit;
  font-weight: 400;
  letter-spacing: normal;
}
.form-registration .choices__list--dropdown .choices__item--selectable.is-highlighted, .form-registration .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background: #0077BB;
  color: #fff;
}
.form-registration .formio-choices {
  color: #222222;
}
.form-registration .formio-choices .choices__input {
  padding: 7px 0 0;
  font-size: 16px;
}
.form-registration .formio-choices .form-control {
  color: #222222;
  min-height: 54px;
  padding-right: 3em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: calc(100% - 0.5em) 50%;
  background-color: #fff;
}
.form-registration .formio-component-select {
  width: 100%;
  color: #222222;
}
.form-registration p {
  display: block;
  float: none;
  overflow: hidden;
  width: 100%;
}
.form-registration .form-row .woocommerce-input-wrapper > strong {
  background: #fff;
  cursor: not-allowed;
}
.form-registration #user_company_name_field {
  width: 100%;
}
.form-registration #user_fax_field,
.form-registration #first_name_field,
.form-registration #user_phone_field {
  width: 49%;
  overflow: visible;
  float: left;
  display: block;
  vertical-align: top;
  clear: left;
}
.form-registration #reg_email_field,
.form-registration #user_fax_field,
.form-registration #last_name_field {
  width: 49%;
  overflow: visible;
  float: right;
  display: block;
  vertical-align: top;
  clear: right;
}
.form-registration .formio-error-wrapper {
  color: #D43063;
  background-color: transparent;
  border-color: transparent;
}
.form-registration .wc_user_registration_extra_fields .formio-component {
  margin-bottom: 0 !important;
}
.form-registration #billing_email_field {
  position: relative;
}
.form-registration h3 {
  position: relative;
}
.form-registration h3:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  float: none;
  clear: both;
}
.form-registration h3 {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 35px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
}
.form-registration h3.first-title {
  border: none;
  padding-top: 0;
  margin-top: 0;
}
.form-registration .form-row select {
  display: block;
  font-weight: 400;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  height: 54px;
  padding: 12px 15px 12px 10px;
}
.form-registration .formio-form {
  display: flex !important;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
}
.form-registration .formio-form .formio-component {
  padding-left: 7px;
  padding-right: 7px;
}
.form-registration #billing_phone_field,
.form-registration #billing_company_field,
.form-registration #shipping_company_field {
  width: 49%;
  overflow: visible;
  float: left;
  clear: unset;
}
.form-registration #billing_email_field,
.form-registration #billing_country_field,
.form-registration #shipping_country_field {
  width: 49%;
  overflow: visible;
  float: right;
  clear: unset;
}
.form-registration #shipping_address_1_field,
.form-registration #billing_address_1_field {
  width: 66%;
  float: left;
  clear: unset;
}
.form-registration #shipping_address_2_field,
.form-registration #billing_address_2_field {
  width: 32%;
  float: right;
  margin-top: 28px;
  clear: unset;
}
.form-registration #billing_city_field,
.form-registration #billing_state_field,
.form-registration #billing_postcode_field,
.form-registration #shipping_city_field,
.form-registration #shipping_state_field {
  width: 30%;
  float: left;
  clear: unset;
}
.form-registration #billing_city_field,
.form-registration #billing_state_field,
.form-registration #shipping_city_field,
.form-registration #shipping_state_field {
  margin-right: 20px;
}
.form-registration #shipping_postcode_field,
.form-registration #billing_postcode_field {
  width: 34%;
  float: right;
  clear: right;
  margin-right: 0;
}

form.woocommerce-form {
  margin-top: 0;
}
form.woocommerce-form.woocommerce-form-register {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}
form.woocommerce-form.woocommerce-form-login {
  max-width: 620px;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}
form.woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit {
  float: none;
  min-width: 200px;
}
form.woocommerce-form.woocommerce-form-login .form-row {
  padding: 0;
}
form.woocommerce-form.login {
  padding: 0;
  border: none;
}

.woocommerce form .form-row .required {
  color: #D43063;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  max-width: 310px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  padding: 0;
  margin-bottom: 0px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:before {
  content: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #0F86CA;
  background: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 20px 25px;
  background: #fff;
  color: #fff;
  background: #0F86CA;
  text-decoration: none;
  display: block;
}

.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
  top: 23px;
  right: 10px;
}

.woocommerce .form-registration form .form-row {
  padding: 0;
  margin: 0 0 15px 0;
}
.woocommerce .form-registration form .form-row label {
  color: #0F86CA;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.woocommerce .form-registration form .form-row label.error {
  font-size: 12px;
  color: #D43063;
}
.woocommerce .form-registration form .form-row .woocommerce-input-wrapper > strong {
  display: block;
  font-weight: 400;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  height: 54px;
  padding: 12px 15px;
}
.woocommerce .form-registration form .select2-container--default .select2-selection--single,
.woocommerce .form-registration form .input-text {
  border: 1px solid #D9D9D9 !important;
  border-radius: 4px;
  height: 54px;
  padding: 12px 15px;
  margin: 0;
}
.woocommerce .form-registration form .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.woocommerce .form-registration form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 51px;
  position: absolute;
  top: 1px;
  right: 6px;
  width: 20px;
}

.woocommerce-page .woocommerce form .form-row {
  padding: 0;
  margin: 0 0 15px 0;
}
.woocommerce-page .woocommerce form .form-row label {
  color: #0F86CA;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.woocommerce-page .woocommerce form .form-row label.error {
  font-size: 12px;
  color: #D43063;
}
.woocommerce-page .woocommerce form .form-row .woocommerce-input-wrapper > strong {
  display: block;
  font-weight: 400;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  height: 54px;
  padding: 12px 15px;
}
.woocommerce-page .woocommerce form .select2-container--default .select2-selection--single,
.woocommerce-page .woocommerce form .input-text {
  border: 1px solid #D9D9D9 !important;
  border-radius: 4px;
  height: 54px;
  padding: 12px 15px;
  margin: 0;
}
.woocommerce-page .woocommerce form .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.woocommerce-page .woocommerce form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 51px;
  position: absolute;
  top: 1px;
  right: 6px;
  width: 20px;
}

.dashboard-tiles {
  margin-top: 30px;
}
.dashboard-tiles .dashboard-tile {
  display: block;
  background: #fff;
  padding: 30px;
  border-radius: 4px;
  position: relative;
}
.dashboard-tiles .dashboard-tile .tile-icon {
  position: absolute;
  bottom: 0;
  right: 30px;
}

.woocommerce-account .addresses header.woocommerce-Address-title {
  position: relative;
  margin-bottom: 10px;
}
.woocommerce-account .addresses header.woocommerce-Address-title h4 {
  width: calc(100% - 70px);
  float: left;
}

.woocommerce-account .addresses {
  margin-bottom: 10px;
}

.address-book .wc-address-book-address .wc-address-book-meta {
  background: #F7F7F7;
  border-radius: 6px 6px 0 0;
  padding: 20px 20px 10px;
}
.address-book .wc-address-book-address address {
  background: #F7F7F7;
  border-radius: 0 0 6px;
  padding: 0 20px 20px;
  min-height: 200px;
}

.woocommerce-account .addresses .woocommerce-Address {
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  min-height: 260px;
}

.address_book {
  background: #fff;
  border-radius: 6px;
  padding: 20px;
}

.woocommerce-Address {
  display: block;
}

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

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  top: 1.5em;
}

.woosw-list table.woosw-items .woosw-item .woosw-item--add p, .woosw-list table.woosw-items .woosw-item .woosw-item--add .add_to_cart_inline .added_to_cart {
  margin-left: 20px;
}

.woosw-list table.woosw-items .woosw-item .woosw-item--name a {
  color: #222222;
  font-size: 14px;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 1.4 !important;
}

.woocommerce-page form .row > .form-row {
  flex: 0 0 auto;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce-page form .row > .form-row#billing_address_1_field {
  width: 80%;
}
.woocommerce-page form .row > .form-row#billing_address_2_field {
  margin-top: 28px;
  width: 20%;
}
.woocommerce-page form .row > .form-row#shipping_address_1_field {
  width: 80%;
}
.woocommerce-page form .row > .form-row#shipping_address_2_field {
  margin-top: 28px;
  width: 20%;
}
.woocommerce-page form .row > .form-row#billing_address_book_field {
  width: 100%;
}
.woocommerce-page form .row > .form-row#shipping_address_book_field {
  width: 100%;
}

.woocommerce .wpmc-nav-wrapper .button {
  padding: 24px 34px;
  font-size: 16px;
}

#wpmc-back-to-cart {
  padding: 0 !important;
  background: transparent;
  text-transform: none !important;
  color: #0F86CA !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-decoration: underline;
  font-size: 16px;
}

#wpmc-prev {
  font-size: 16px;
  margin-right: 15px;
  background: #222222;
  min-width: 150px;
  text-transform: none !important;
}

#wpmc-next {
  min-width: 150px;
  font-size: 16px;
  text-transform: none !important;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
  border-color: #D9D9D9;
}

.select2-dropdown {
  margin-top: -28px;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-weight: 500;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  float: none;
  width: 100%;
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
  font-size: 14px;
}

.aside-banner {
  position: absolute;
  right: 0;
  top: 0;
  width: 685px;
  height: 100%;
}
.aside-banner .image:after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: block;
}
.aside-banner .content-holder {
  position: relative;
  z-index: 2;
  margin-top: 10%;
}
.aside-banner .content-holder .content {
  max-width: 360px;
  margin: 0 auto;
  line-height: 2;
}
.aside-banner .content-holder .button-holder {
  max-width: 360px;
  margin: 40px auto;
}

table.woosw-items {
  background: #fff;
}

.woosw-list table.woosw-items tr td {
  border-bottom: 4px solid #F7F7F7;
}
.woosw-list table.woosw-items tr td:hover {
  background-color: #ffffff;
}

.woosw-list table.woosw-items tr:hover td {
  background-color: #fff;
}

.woosw-list table.woosw-items tr:nth-child(2n) td {
  background-color: #fff;
}
.woosw-list table.woosw-items tr:nth-child(2n) td:hover {
  background-color: #ffffff;
}

.woosb-products .woosb-product .woosb-title .woosb-title-inner a {
  text-decoration: none;
  box-shadow: none;
  color: #0F86CA;
}

.woosb-products .woosb-product .woosb-price bdi {
  font-weight: 600;
  color: #0F86CA;
}
.woosb-products .woosb-product .woosb-price del bdi {
  opacity: 1;
  font-weight: 300;
  color: #222222;
}
.woosb-products .woosb-product .woosb-price ins bdi {
  font-weight: 600;
  color: #0F86CA;
}

.woocommerce form.checkout_coupon {
  background: #fff;
}
.woocommerce form.checkout_coupon .coupon-holder {
  width: 700px;
  position: relative;
}
.woocommerce form.checkout_coupon .coupon-holder .input-text {
  height: 50px;
  border-radius: 4px;
  background: #F7F7F7;
}
.woocommerce form.checkout_coupon .coupon-holder .button {
  font-size: 12px;
  padding: 18px 24px;
}

.woocommerce ul#shipping_method li:before {
  content: none;
}

.wpmc-tabs-wrapper .wpmc-tabs-list {
  border: none;
  padding-top: 30px;
  overflow: hidden;
  margin-bottom: 30px !important;
}
.wpmc-tabs-wrapper .wpmc-tab-item {
  padding: 24px 25px;
  background: #fff;
  color: #0F86CA;
  border-right: 4px solid #F7F7F7;
  width: 33.3333333333% !important;
}
.wpmc-tabs-wrapper .wpmc-tab-item:before {
  content: none;
}
.wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number {
  display: none;
}
.wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-text {
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  display: block;
}
.wpmc-tabs-wrapper .wpmc-tab-item.current {
  background: #0F86CA;
  color: #fff;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #fff;
  padding: 30px;
  border-radius: 6px;
}

.woocommerce .order-info {
  background: #0F86CA;
  color: #fff;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 25px;
}
.woocommerce .order-info mark {
  color: #fff;
  background: transparent;
}

.woocommerce-account .addresses .title h3 {
  font-size: 20px;
}

.woocommerce-account .address_book header h3 {
  font-size: 20px;
}

article.article .woosw-list table.woosw-items tr td {
  vertical-align: middle;
  padding: 10px 15px;
}

article.article .woosw-list .woosw-actions {
  background: #222222;
  padding: 15px 15px;
  margin-top: 0;
  color: #fff;
}
article.article .woosw-list .woosw-actions .woosw-share {
  font-size: 16px;
}
article.article .woosw-list .woosw-actions .woosw-share .woosw-icon {
  display: block;
  color: #fff;
  background: #0F86CA;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
}
article.article .woosw-list .woosw-actions .woosw-copy .woosw-copy-url input {
  font-size: 14px;
  padding: 4px 10px;
}
article.article .woosw-list .woosw-actions .woosw-copy .woosw-copy-url input:focus {
  outline: none;
  color: #0F86CA;
}
article.article .woosw-list .woosw-actions .woosw-copy .woosw-copy-btn input {
  color: #fff;
  background: #0F86CA;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  padding: 8px 24px;
  border-radius: 0 0 4px;
}

.woosw-popup-content-mid-massage {
  padding: 10px 15px;
  background: #fff;
}

.select2-container:not(.select2-container--open) {
  z-index: 1;
}

#wpgs-gallery.woocommerce-product-gallery .gallery-navigation-carousel {
  background: #F7F7F7;
  margin-top: 5px;
  padding-top: 5px;
}

.wfpHideButton.wpfHideButtonMobile {
  background: #0077BB;
  padding: 5px 15px;
  border-radius: 5px !important;
  max-width: calc(100% - 10px);
  font-size: 14px !important;
  border: none;
  color: #fff;
  text-transform: none;
}

#wpgs-gallery .wcgs-lightbox .sp_wgs-lightbox {
  opacity: 0;
}

.wc-bambora-test-card-numbers {
  padding-left: 0;
}

.wc-bambora-test-card-numbers li {
  list-style: none;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  color: #222222;
}

.woocommerce-checkout #payment ul.payment_methods li input {
  width: 24px;
  height: 24px;
  top: 8px;
  position: relative;
}

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