@charset "UTF-8";
/* FONTS
   ========================================================================== */
@font-face {
  font-family: "Georgia";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Georgia.woff") format("woff"), url("../fonts/Georgia.woff2") format("woff2");
}
@font-face {
  font-family: "Georgia";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/Georgia-Italic.woff") format("woff"), url("../fonts/Georgia-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Georgia";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Georgia-Bold.woff") format("woff"), url("../fonts/Georgia-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Georgia";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/Georgia-BoldItalic.woff") format("woff"), url("../fonts/Georgia-BoldItalic.woff2") format("woff2");
}
/* MAIN  FILES
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: "font_regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body ::-moz-selection {
  background: #08c;
  color: #ffffff;
}
body ::selection {
  background: #08c;
  color: #ffffff;
}
#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
mark {
  background: none;
}
/* ==========================================================================
   FORMS & TABLE & NAVIGATION
   ========================================================================== */
input, textarea, select {
  outline: 0 none;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type="text"], input[type="number"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], textarea {
  border: 1px solid #e1e1e1;
  background: #fff;
  color: #222222;
  font-family: "font_regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 40px;
  padding: 0 5px 0 10px;
  width: 100%;
}
input[type="text"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #4c4c4c;
  font-family: "font_regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type="text"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #4c4c4c;
  font-family: "font_regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #4c4c4c;
  font-family: "font_regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, textarea:focus {
  border-color: #08c;
}
textarea {
  resize: none;
  height: 100px;
  padding: 10px;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type="search"], input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: "Open Sans";
}
.page-title {
  background: rgba(0, 0, 0, 0.5);
  padding: 3px 15px;
  border-radius: 4px;
  font-size: 38px;
  letter-spacing: -0.05em;
  display: inline-block;
  color: #fff;
  font-family: "Open Sans";
  font-weight: 700;
}
h1 {
  font-size: 74px;
  color: #0073aa;
  font-weight: 700;
  font-family: "Open Sans";
  letter-spacing: -3px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
}
h2 {
  font-size: 42px;
  line-height: 40px;
  color: #0073aa;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 35px;
  }
}
h3 {
  font-size: 28px;
  line-height: 40px;
  color: #0073aa;
  margin-bottom: 20px;
}
h4 {
  font-size: 20px;
  line-height: 1.3;
  color: #0073aa;
  margin-bottom: 20px;
}
h5 {
  font-size: 20px;
  line-height: 1.3;
  color: #0073aa;
  margin-bottom: 20px;
}
h6 {
  font-size: 20px;
  line-height: 1.3;
  color: #0073aa;
  margin-bottom: 20px;
}
p {
  padding-bottom: 20px;
  line-height: 1.5;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #777;
}
p strong {
  color: #000;
}
a {
  color: #08c;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  outline: 0;
  text-decoration: underline;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
strong, b {
  font-weight: 700;
}
i {
  font-style: normal;
}
@media screen and (min-width: 1140px) {
  ::-webkit-scrollbar {
    width: 13px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #cccccc;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #08c;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #0077b3;
  }
}
.wys ul li {
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #777;
  margin-bottom: 10px;
}
.wys ul li:last-child {
  margin-bottom: 0;
}
.wys ul li strong {
  color: #000;
}
.wys ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #777;
  border-radius: 50%;
}
.text-center {
  text-align: center;
}
@media (max-width: 576px) {
  .top-bn {
    max-width: 94%;
    margin: 0 auto;
  }
}
.top-bn .swiper-slide {
  height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1280px) {
  .top-bn .swiper-slide {
    height: 400px;
  }
}
@media (max-width: 850px) {
  .top-bn .swiper-slide {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .top-bn .swiper-slide {
    height: 300px;
  }
}
.top-bn .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.top-bn .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-bn .swiper-slide .image_mibile {
  display: none;
}
@media (max-width: 767px) {
  .top-bn .swiper-slide .image_mibile {
    display: block;
  }
}
@media (max-width: 767px) {
  .top-bn .swiper-slide .image_deck {
    display: none;
  }
}
.top-bn .swiper-slide .top-bn-text {
  width: 1500px;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 767px) {
  .top-bn .swiper-slide .top-bn-text {
    padding: 0 10px;
  }
}
.top-bn .swiper-slide .top-bn-text h2 {
  color: #fff;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .top-bn .swiper-slide .top-bn-text h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .top-bn .swiper-slide .top-bn-text h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
.top-bn .swiper-slide .top-bn-text p {
  padding-bottom: 0;
}
.top-bn .swiper-slide .top-bn-text .btn-red {
  background: #ef3e36;
  padding: 15px 75px 15px 40px;
  color: #fff;
  font-weight: 600;
  font-size: 45px;
  text-decoration: none;
  border-radius: 49px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.top-bn .swiper-slide .top-bn-text .btn-red:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 18px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuMTI1IDMuNzVINi41NDE2N0w3LjAyNSA2LjI1TTcuMDI1IDYuMjVIMjUuODc1TDIxLjA0MTcgMTYuMjVIOC45NTgzM003LjAyNSA2LjI1TDguOTU4MzMgMTYuMjVNOC45NTgzMyAxNi4yNUw2LjE4NzYyIDE5LjExNjNDNS40MjYzNyAxOS45MDM4IDUuOTY1MjkgMjEuMjUgNy4wNDE5MiAyMS4yNUgyMS4wNDE3TTIxLjA0MTcgMjEuMjVDMjAuNDAwNyAyMS4yNSAxOS43ODYgMjEuNTEzNCAxOS4zMzI4IDIxLjk4MjJDMTguODc5NiAyMi40NTExIDE4LjYyNSAyMy4wODcgMTguNjI1IDIzLjc1QzE4LjYyNSAyNC40MTMgMTguODc5NiAyNS4wNDg5IDE5LjMzMjggMjUuNTE3OEMxOS43ODYgMjUuOTg2NiAyMC40MDA3IDI2LjI1IDIxLjA0MTcgMjYuMjVDMjEuNjgyNiAyNi4yNSAyMi4yOTczIDI1Ljk4NjYgMjIuNzUwNSAyNS41MTc4QzIzLjIwMzcgMjUuMDQ4OSAyMy40NTgzIDI0LjQxMyAyMy40NTgzIDIzLjc1QzIzLjQ1ODMgMjMuMDg3IDIzLjIwMzcgMjIuNDUxMSAyMi43NTA1IDIxLjk4MjJDMjIuMjk3MyAyMS41MTM0IDIxLjY4MjYgMjEuMjUgMjEuMDQxNyAyMS4yNVpNMTEuMzc1IDIzLjc1QzExLjM3NSAyNC40MTMgMTEuMTIwNCAyNS4wNDg5IDEwLjY2NzIgMjUuNTE3OEMxMC4yMTQgMjUuOTg2NiA5LjU5OTI3IDI2LjI1IDguOTU4MzMgMjYuMjVDOC4zMTczOSAyNi4yNSA3LjcwMjcgMjUuOTg2NiA3LjI0OTQ5IDI1LjUxNzhDNi43OTYyOCAyNS4wNDg5IDYuNTQxNjcgMjQuNDEzIDYuNTQxNjcgMjMuNzVDNi41NDE2NyAyMy4wODcgNi43OTYyOCAyMi40NTExIDcuMjQ5NDkgMjEuOTgyMkM3LjcwMjcgMjEuNTEzNCA4LjMxNzM5IDIxLjI1IDguOTU4MzMgMjEuMjVDOS41OTkyNyAyMS4yNSAxMC4yMTQgMjEuNTEzNCAxMC42NjcyIDIxLjk4MjJDMTEuMTIwNCAyMi40NTExIDExLjM3NSAyMy4wODcgMTEuMzc1IDIzLjc1WiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  width: 45px;
  height: 45px;
  background-size: contain;
}
@media (max-width: 1024px) {
  .top-bn .swiper-slide .top-bn-text .btn-red {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .top-bn .swiper-slide .top-bn-text .btn-red {
    max-width: 255px;
    margin-bottom: 5px;
    font-size: 25px;
  }
}
.top-bn .swiper-slide .top-bn-text .btn-red img {
  display: inline-block;
  margin: 0 0 0 5px;
}
.top-bn .swiper-slide .top-bn-text .btn-red:hover {
  text-decoration: none;
  background: #0077b3;
}
.top-bn .swiper-button-next, .top-bn .swiper-button-prev {
  color: #fff;
  width: 43px;
  height: 43px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 700px) {
  .top-bn .swiper-button-next, .top-bn .swiper-button-prev {
    display: none;
  }
}
.top-bn .swiper-button-next:after, .top-bn .swiper-button-prev:after {
  font-size: 16px;
  font-weight: 700;
}
.top-bn .swiper-button-next:hover {
  opacity: 1;
}
.top-bn .swiper-button-next:before {
  content: "";
  width: 300px;
  height: 550px;
  position: absolute;
  top: -253px;
  right: 0;
}
@media (max-width: 700px) {
  .top-bn .swiper-button-next:before {
    display: none;
  }
}
.top-bn .swiper-button-prev:hover {
  opacity: 1;
}
.top-bn .swiper-button-prev:before {
  content: "";
  width: 300px;
  height: 550px;
  position: absolute;
  left: 0;
  top: -253px;
}
@media (max-width: 700px) {
  .top-bn .swiper-button-prev:before {
    display: none;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex.h_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.vh-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
[class*="col-"] {
  width: 100%;
}
.col-1 {
  -webkit-flex-basis: 5.5833333333%;
  -moz-flex-basis: 5.5833333333%;
  -ms-flex-basis: 5.5833333333%;
  flex-basis: 5.5833333333%;
}
.col-2 {
  -webkit-flex-basis: 14.1666666667%;
  -moz-flex-basis: 14.1666666667%;
  -ms-flex-basis: 14.1666666667%;
  flex-basis: 14.1666666667%;
}
.col-3 {
  -webkit-flex-basis: 22.75%;
  -moz-flex-basis: 22.75%;
  -ms-flex-basis: 22.75%;
  flex-basis: 22.75%;
}
.col-4 {
  -webkit-flex-basis: 31.3333333333%;
  -moz-flex-basis: 31.3333333333%;
  -ms-flex-basis: 31.3333333333%;
  flex-basis: 31.3333333333%;
}
.col-5 {
  -webkit-flex-basis: 39.9166666667%;
  -moz-flex-basis: 39.9166666667%;
  -ms-flex-basis: 39.9166666667%;
  flex-basis: 39.9166666667%;
}
.col-6 {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-basis: 48.5%;
  flex-basis: 48.5%;
}
.col-7 {
  -webkit-flex-basis: 57.0833333333%;
  -moz-flex-basis: 57.0833333333%;
  -ms-flex-basis: 57.0833333333%;
  flex-basis: 57.0833333333%;
}
.col-8 {
  -webkit-flex-basis: 65.6666666667%;
  -moz-flex-basis: 65.6666666667%;
  -ms-flex-basis: 65.6666666667%;
  flex-basis: 65.6666666667%;
}
.col-9 {
  -webkit-flex-basis: 74.25%;
  -moz-flex-basis: 74.25%;
  -ms-flex-basis: 74.25%;
  flex-basis: 74.25%;
}
.col-10 {
  -webkit-flex-basis: 82.8333333333%;
  -moz-flex-basis: 82.8333333333%;
  -ms-flex-basis: 82.8333333333%;
  flex-basis: 82.8333333333%;
}
.col-11 {
  -webkit-flex-basis: 91.4166666667%;
  -moz-flex-basis: 91.4166666667%;
  -ms-flex-basis: 91.4166666667%;
  flex-basis: 91.4166666667%;
}
.col-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.col-50 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}
@media (max-width: 960px) {
  .md-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .md-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .md-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .md-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .md-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .md-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .md-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .md-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .md-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .md-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .md-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .md-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .md-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .sm-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .sm-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .sm-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .sm-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .sm-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .sm-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .sm-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .sm-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .sm-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .sm-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .sm-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .sm-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .sm-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .xs-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .xs-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .xs-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .xs-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .xs-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .xs-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .xs-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .xs-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .xs-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .xs-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .xs-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .xs-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .xs-bottom {
    margin-bottom: 15px;
  }
}
/* ==========================================================================
   HELPERS
   ========================================================================== */
.wrap {
  margin: 0 auto;
  width: 1140px;
  max-width: 92%;
  position: relative;
}
#content {
  padding: 40px 0;
}
@media (max-width: 1140px) {
  #content {
    padding: 20px 0;
  }
}
#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
}
.c {
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: " ";
}
.bg-center {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.underline {
  position: relative;
  display: inline-block;
}
.underline:after {
  display: block;
  width: 0;
  height: 1px;
  margin: auto;
  content: "";
  transition: width 0.5s ease, background-color 0.5s ease;
  background: transparent;
}
.underline:hover:after {
  width: 100%;
  background: #08c;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}
.hover-underline-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.btn {
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  outline: 0;
  background: #3b5993;
  appearance: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .btn {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.btn:hover {
  background: #2f4776;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn:active {
  background: #25385c;
}
/* ==========================================================================
   WORDPRESS DEFAULT CLASSES
   ========================================================================== */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  border: 1px solid #dddddd;
  border-radius: 3px;
  background-color: #f3f3f3;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* ==========================================================================
   WYSIWYG
   ========================================================================== */
.wysiwyg h1 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.wysiwyg p {
  font-size: 15px;
  line-height: 1.4;
  padding-bottom: 20px;
  word-break: break-word;
}
.wysiwyg ul {
  margin-left: 30px;
  padding-bottom: 20px;
}
.wysiwyg ul li {
  line-height: 1.4;
}
.wysiwyg ol {
  margin-left: 30px;
  padding-bottom: 20px;
}
.wysiwyg ol li {
  line-height: 1.4;
}
.wysiwyg table {
  margin-bottom: 20px;
}
.wysiwyg table td {
  border: 1px solid #000;
  padding: 20px 10px;
}
/* ==========================================================================
   FULL FRAME
   ========================================================================== */
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/* ==========================================================================
   CONTACT FORM 7
   ========================================================================== */
.wpcf7 {
  width: 100%;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  font: 500 16px/1 "font_regular", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ff5f5f;
  background: #eeeeee;
}
.wpcf7 .wpcf7-response-output {
  display: none;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  color: white;
  background: #ff5f5f;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #1091ae;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16a085;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block !important;
}
div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url(../img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 0 0 4px;
  vertical-align: middle;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}
/* ==========================================================================
   SOCIAL LINK
   ========================================================================== */
.s-link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
}
.s-link a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  color: #ffffff;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.s-link a:before {
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.s-link a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.s-link a.fa-facebook:hover {
  background: #3b5993;
}
.s-link a.fa-twitter:hover {
  background: #55acee;
}
.s-link a.fa-instagram:hover {
  background: #181818;
}
.s-link a.fa-linkedin:hover {
  background: #0177b5;
}
.s-link a.fa-youtube:hover {
  background: #f80000;
}
.s-link a.fa-pinterest:hover {
  background: #bd081c;
}
.s-link a.fa-vimeo:hover {
  background: #1bb7ea;
}
.s-link a.fa-yelp:hover {
  background: #d32323;
}
.s-link a.fa-google-plus:hover {
  background: #dd4c39;
}
/* ==========================================================================
   index-style
   ========================================================================== */
.index-style .post-item {
  margin-bottom: 20px;
}
.index-style .post-title {
  font-size: 18px;
  display: block;
  padding-bottom: 15px;
}
.index-style .post-title:hover {
  color: #f1b820;
}
.index-style .post-thumbnail {
  min-height: 160px;
  will-change: opacity;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.index-style .post-thumbnail:hover {
  opacity: 0.9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.wp-pagenavi {
  font-size: 0;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #cccccc;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  margin: 0 3px;
  padding: 3px 5px;
}
.wp-pagenavi a {
  border: 1px solid #cccccc;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
  color: #ffffff;
  border-color: #08c;
  background: #08c;
}
#top {
  min-height: 500px;
  text-align: center;
  color: #fff;
}
#top h1 {
  font-size: 60px;
}
.desctop_hide {
  display: none;
}
@media (max-width: 1140px) {
  /* resp_menu_active
========================================================================== */
  .mobile_hide {
    display: none;
  }
  .desctop_hide {
    display: block;
  }
  .burger {
    position: absolute;
    z-index: 101;
    top: 40px;
    right: 10px;
    margin-right: 10px;
    text-align: left;
  }
  .burger .burger-icon {
    display: inline-block;
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    user-select: none;
  }
  .burger .burger-icon, .burger .burger-icon::before, .burger .burger-icon::after {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #08c;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.4s;
  }
  .burger .burger-icon::before, .burger .burger-icon::after {
    position: absolute;
    content: "";
  }
  .burger .burger-icon::before {
    top: -6px;
  }
  .burger .burger-icon::after {
    top: 6px;
  }
  .burger.is-active .burger-icon {
    background-color: transparent;
  }
  .burger.is-active .burger-icon::before {
    transform: translateY(6px) rotate(45deg);
  }
  .burger.is-active .burger-icon::after {
    transform: translateY(-6px) rotate(-45deg);
  }
  .burger.is-active .burger-icon::before, .burger.is-active .burger-icon::after {
    background: #ffffff;
  }
  .mobile_menu_container {
    font-size: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 80%;
    max-width: 480px;
    height: 100vh;
    padding: 5px;
    border-top: 130px solid #069;
    border-bottom: 3px solid #069;
    background: #08c;
    will-change: transform, opacity;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mobile_menu_container nav {
    margin-bottom: 40px;
  }
  .mobile_menu_container li {
    position: relative;
  }
  .mobile_menu_container a {
    z-index: 10;
    display: block;
  }
  .mobile_menu_container a:hover {
    text-decoration: none;
  }
  .mobile_menu_container .sub-anchor {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    width: 40px;
    height: 30px;
    cursor: pointer;
    background: #0099e6;
  }
  .mobile_menu_container .sub-anchor:hover {
    background: #0077b3;
  }
  .mobile_menu_container .sub-anchor:before {
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .mobile_menu_container .sub-menu {
    display: none;
  }
  .mobile_menu_container .sub-menu a {
    font-size: 13px;
    padding: 10px 30px;
    color: #ffffff;
  }
  .mobile_menu_container .sub-menu a:hover {
    background: #0af;
  }
  .mobile_menu_container .sub-menu .sub-menu {
    display: none;
    padding-left: 10px;
  }
  .mobile_menu_container .level_a > li {
    border-bottom: 1px solid #0099e6;
  }
  .mobile_menu_container .level_a > li > a {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    padding-left: 20px;
    color: #ffffff;
  }
  .mobile_menu_container .level_a > li > a:hover {
    background: #0099e6;
  }
  .mobile_menu_active {
    overflow: hidden;
  }
  .mobile_menu_active:before {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mobile_menu_active .burger {
    position: fixed;
  }
  .mobile_menu_active .burger span {
    position: relative;
    z-index: 101;
  }
  .mobile_menu_active .mobile_menu_container {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 1140px) and (max-width: 768px) {
  .mobile_menu_container {
    width: 100%;
    max-width: 100%;
  }
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
.block-center {
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
}
/* ==========================================================================
   HEADER
   ========================================================================== */
header {
  position: relative;
}
header #logo, header .logo {
  opacity: 1;
  color: #181818;
}
header #logo:hover, header .logo:hover {
  opacity: 0.8;
}
/* ==========================================================================
   Main Navigation
   ========================================================================== */
.main_nav {
  font-size: 0;
}
.main_nav * {
  line-height: 1;
}
.main_nav a {
  display: block;
}
.main_nav a:hover {
  text-decoration: none;
}
.main_nav .level_a {
  position: relative;
}
.main_nav .level_a li {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.main_nav .level_a > li > a {
  font-size: 14px;
  padding: 5px 20px;
  color: #181818;
}
.main_nav .level_a > li.current-menu-item > a, .main_nav .level_a > li:hover > a {
  color: #08c;
}
.main_nav .level_a > li.menu-item-has-children:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  content: "";
}
.main_nav .level_a > li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.main_nav .level_a > li > .sub-menu {
  position: absolute;
  z-index: 100;
  display: none;
  width: 220px;
  margin-top: 27px;
  padding: 10px 0;
  border-top: 3px solid #0af;
  border-bottom: 3px solid #0af;
  background: #08c;
}
.main_nav .level_a > li > .sub-menu .sub-menu {
  display: block;
  padding-left: 10px;
}
.main_nav .level_a > li > .sub-menu li {
  display: block;
  list-style-type: none;
}
.main_nav .level_a > li > .sub-menu a {
  font-size: 13px;
  line-height: 1.3;
  padding: 3px 15px;
  color: #ffffff;
}
.main_nav .level_a > li > .sub-menu a:hover {
  text-decoration: none;
  background: #3bf;
}
/* ==========================================================================
   FOOTER
   ========================================================================== */
.burger {
  background-color: #0073aa;
  padding: 10px 13px;
  border-radius: 0.25rem;
  margin: 8px 0 8px 1em;
}
.burger .burger-icon, .burger .burger-icon::before, .burger .burger-icon::after {
  background-color: #fff;
}
.header {
  padding: 10px 0;
}
.header .top-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 1024px) {
  .header .top-header .wys {
    margin-right: 130px;
  }
}
@media (max-width: 767px) {
  .header .top-header .wys {
    display: none;
  }
}
.header .top-header .wys *:hover {
  text-decoration: none;
}
.header .top-header .wys h1 {
  margin-bottom: 0;
}
@media (max-width: 1140px) {
  .header .top-header .wys h1 {
    font-size: 50px;
  }
}
.header .top-header .wys h2 {
  font-size: 28px;
  line-height: 40px;
  margin-top: -7px;
  margin-bottom: 0;
  letter-spacing: -3px;
}
@media (max-width: 1140px) {
  .header .top-header .wys h2 {
    font-size: 23px;
  }
}
.header .top-header img {
  max-height: 117px;
}
@media (max-width: 1024px) {
  .header .top-header .dn-mobile {
    display: none;
  }
}
.header .top-header .mini-cart {
  position: absolute;
  right: -70px;
  top: 10px;
  width: 37px;
}
@media (max-width: 1450px) {
  .header .top-header .mini-cart {
    right: -2%;
  }
}
@media (max-width: 1024px) {
  .header .top-header .mini-cart {
    right: 60px;
    top: 45px;
  }
}
.header .top-header .mini-cart .shortcode-wrapper {
  width: 37px;
}
.header .top-header .mini-cart .wmc-products {
  height: 262px;
}
.header .top-header .mini-cart .wmc-products p {
  padding-bottom: 0;
}
.header .top-header .mini-cart .wmc-content {
  position: absolute;
  top: 27px;
  right: 22px;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  height: 386px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff !important;
}
@media (max-width: 400px) {
  .header .top-header .mini-cart .wmc-content {
    right: -50px;
  }
}
.header .top-header .mini-cart:hover .wmc-content {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.header .top-header .mini-cart .wmc-price del {
  display: none;
}
.header .top-header .mini-cart .wmc-bottom-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.header .top-header .mini-cart .wmc-bottom-buttons a {
  height: 33px;
  font-size: 16px;
  background-color: #08c !important;
  width: 48%;
  margin-top: -7px;
}
.header .top-header .mini-cart h3 {
  background-color: #fff !important;
  font-size: 13px;
  color: #474747 !important;
  font-weight: 700;
  border-bottom: 1px solid #d6d6d6;
}
.header .top-header .mini-cart h4 {
  font-size: 13px;
  margin-bottom: 4px;
  color: #474747 !important;
}
.header .top-header .mini-cart h5 {
  font-size: 13px;
  color: #474747 !important;
  font-weight: 700;
}
.header .top-header .mini-cart .wmc-cart > img {
  max-width: 35px;
}
.header .top-header .mini-cart .wmc-cart .wmc-count {
  top: -13px;
  left: 10px;
  height: 21px;
  width: 21px;
  background-color: #ed5348 !important;
}
.header .bottom-header .main_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: Center;
  -ms-flex-align: Center;
  -webkit-align-items: Center;
  -moz-align-items: Center;
  align-items: Center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.header .bottom-header .main_nav ul > li {
  padding: 5px 8px 5px 8px;
}
.header .bottom-header .main_nav ul > li > a {
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
  color: #221f1f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  position: relative;
  padding: 0;
}
.header .bottom-header .main_nav ul > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #08c;
  bottom: -10px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .bottom-header .main_nav ul > li > a:hover {
  color: #08c;
}
.header .bottom-header .main_nav ul > li > a:hover:before {
  opacity: 1;
}
.header .bottom-header .main_nav ul > li.current-menu-item > a {
  color: #08c;
}
.header .bottom-header .main_nav ul > li.current-menu-item > a:before {
  opacity: 1;
}
@keyframes navItemArrow {
  0% {
    left: 13px;
  }
  50% {
    left: 9px;
  }
  100% {
    left: 13px;
  }
}
footer {
  padding-top: 20px;
}
footer .bottom-footer .wys p {
  font-size: 16px;
  color: #555;
}
footer .bottom-footer .wys a {
  color: #777;
}
footer .bottom-footer .wys a:hover {
  color: #000;
  text-decoration: none;
}
footer .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  footer .wrapper {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 20px;
  }
  footer .wrapper > div {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
  footer .wrapper ul {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  footer .wrapper .dn-mobile {
    display: none;
  }
}
footer .wrapper ul {
  column-count: 2;
}
footer .wrapper ul > li {
  padding: 6px 0 6px 15px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.3);
  position: relative;
}
footer .wrapper ul > li:before {
  content: "";
  background: url("../img/ar.png");
  margin-bottom: -2px;
  position: absolute;
  width: 8px;
  height: 15px;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  margin-left: -11px;
  margin-right: 6px;
  opacity: 0.7;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .wrapper ul > li:hover:before {
  animation: navItemArrow 0.6s linear infinite;
}
footer .wrapper ul > li:hover > a {
  color: #000;
  text-decoration: none;
}
footer .wrapper ul > li > a {
  color: #777;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}
footer .wrapper img {
  max-height: 105px;
}
.center-text {
  padding: 120px 0;
}
@media (max-width: 1024px) {
  .center-text {
    padding: 60px 0;
  }
}
@media (max-width: 567px) {
  .center-text {
    display: none;
  }
}
.center-text .wys h3 {
  font-size: 74px;
  line-height: 1.4;
  font-weight: 700;
}
.center-text .wys h3 a {
  color: #0088cc;
}
@media (max-width: 1024px) {
  .center-text .wys h3 {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  .center-text .wys h3 {
    font-size: 40px;
  }
}
.home .center-text {
  padding: 0px 0 20px;
}
.ui-widget.ui-widget-content {
  margin-left: 0px;
  padding-bottom: 0px;
}
.ui-menu .ui-menu-item {
  padding-left: 0px;
}
.ui-menu .ui-menu-item:before {
  display: none;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding: 5px !important;
}
@media (max-width: 470px) {
  body.woocommerce .main-single-page .product .woocommerce_show_product_images div.images img {
    width: 100% !important;
    height: auto !important;
  }
}
.testimonials {
  padding: 10px 0;
}
@media (max-width: 1024px) {
  .testimonials {
    padding: 30px 0;
  }
}
.testimonials .swiper-slide {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.testimonials .swiper-slide.item-3 .item {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  width: 50%;
}
@media (max-width: 576px) {
  .testimonials .swiper-slide.item-3 .item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.testimonials .item {
  -webkit-flex-basis: 31%;
  -moz-flex-basis: 31%;
  -ms-flex-basis: 31%;
  flex-basis: 31%;
  width: 31%;
  padding: 0 5px;
}
@media (max-width: 768px) {
  .testimonials .item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 48%;
  }
  .testimonials .item:last-child {
    margin-bottom: 0;
  }
}
.testimonials .item .wys p strong {
  color: #08c;
}
.testimonials .item .wys blockquote p {
  font-style: italic;
  font-family: Georgia;
  font-size: 20px;
  color: #08c;
}
.page-content {
  padding: 40px 0 70px;
}
.page-content .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .page-content .wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .page-content .wrapper .left-content {
    margin-bottom: 30px;
  }
}
.page-content .wrapper .left-content input[type="submit"] {
  background-color: #08c;
  border-color: #08c;
  cursor: pointer;
  color: #fff;
  border: none;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-content .wrapper .left-content input[type="submit"]:hover {
  border-color: #0077b3;
  background-color: #0077b3;
}
.page-content .wrapper .left-content label {
  margin-bottom: 30px;
  display: block;
  font-family: Roboto, sans-serif;
  color: #777;
  font-size: 17px;
}
.page-content .wrapper .left-content label > span {
  display: block;
  margin-top: 5px;
}
.page-content .wrapper > div {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-basis: 48%;
  flex-basis: 48%;
  width: 48%;
}
@media (max-width: 768px) {
  .page-content .wrapper > div {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.page-content .wrapper .item {
  margin-bottom: 22px;
}
.page-content .wrapper .item:last-child {
  border-bottom: none;
}
.page-content .wrapper .item p:last-child {
  padding-bottom: 0;
}
.page-content .wrapper h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-weight: 700;
  color: #777777;
  font-size: 14px;
}
.page-content .wrapper h4 img {
  margin-right: 10px;
  margin-bottom: 0;
}
.header-archive-woocommerce {
  text-align: center;
  padding-top: 30px;
}
.header-archive-woocommerce h1 {
  margin-bottom: 50px;
}
.header-archive-woocommerce .term-description p {
  text-align: left;
  padding-bottom: 25px;
}
.acc .item {
  position: relative;
  border-top: 1px solid #d6d2c4;
}
.acc .item h3 {
  padding: 20px 45px 20px 0;
  margin-bottom: 0;
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  position: relative;
  color: #4e4934;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.acc .item h3 span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
}
.acc .item h3 span:before, .acc .item h3 span:after {
  content: "";
  background-color: #0073aa;
  width: 8px;
  height: 2px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.acc .item h3 span:before {
  right: 6px;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
.acc .item h3 span:after {
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.acc .item h3.active span:before, .acc .item h3.active span:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.acc .item .info {
  display: none;
}
.filter-archive {
  margin-bottom: 30px;
}
.filter-archive mark {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
  color: #313131;
  font-size: 17px;
  line-height: 1.4;
  display: block;
}
.filter-archive ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.filter-archive ul li {
  margin-bottom: 10px;
}
.filter-archive ul li span, .filter-archive ul li:before {
  display: none;
}
.filter-archive ul li a {
  padding: 1px 8px !important;
  margin: 3px 4px 3px 0;
  border: 1px solid #e9e9e9;
  color: #777;
  min-width: 32px;
  text-align: center;
  font-size: 16px;
  background: #f9f9f9;
  border-radius: 4px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter-archive ul li a:before {
  display: none;
}
.filter-archive ul li a:hover {
  color: #08c;
  text-decoration: none;
}
.filter-archive ul li.chosen a {
  color: #08c;
}
.filter-archive ul li.act a {
  color: #08c;
}
.accordion {
  padding-bottom: 40px;
  margin-top: 150px;
}
.products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.products:before, .products:after {
  display: none !important;
}
.products .product.no_slide {
  -webkit-flex-basis: 31%;
  -moz-flex-basis: 31%;
  -ms-flex-basis: 31%;
  flex-basis: 31%;
  width: 31% !important;
  margin: 0 !important;
  margin-bottom: 30px !important;
  float: none !important;
}
@media (max-width: 1024px) {
  .products .product.no_slide {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-basis: 48%;
    flex-basis: 48%;
    width: 48% !important;
  }
}
@media (max-width: 576px) {
  .products .product.no_slide {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100% !important;
  }
}
.products .product.no_slide .add-to-cart-line .pricesBlock {
  padding: 15px 20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.products .product.no_slide .add-to-cart-line .pricesBlock .unit-price {
  font-size: 15px;
  color: #221f1f;
  font-family: Open Sans, sans-serif;
}
.products .product.no_slide .add-to-cart-line .pricesBlock .unit-price > span > span {
  font-weight: 700;
  font-size: 16px;
}
.products .product.no_slide .add-to-cart-line .pricesBlock .case-price {
  font-size: 15px;
  color: #221f1f;
  font-family: Open Sans, sans-serif;
}
.products .product.no_slide .add-to-cart-line .pricesBlock .case-price > span > span {
  color: #221f1f;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
}
.products .product.no_slide .add-to-cart-line .pricesBlock .case-price .price {
  color: #221f1f;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.products .product .product-image {
  border: 1px solid #ddd;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  position: relative;
}
.products .product .product-image img {
  width: auto !important;
  height: 310px !important;
  margin: 0 auto !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}
.products .product .product-image img.hover-img {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.products .product .product-image:hover {
  -webkit-box-shadow: 0px 6px 44px -19px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 6px 44px -19px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 6px 44px -19px rgba(0, 0, 0, 0.46);
}
.products .product .product-image:hover img.hover-img {
  opacity: 1;
}
.products .product .button {
  display: none;
}
.products .product h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 15px;
  color: #221f1f;
  font-family: Open Sans, sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.products .product h2:hover {
  color: #08c;
  text-decoration: none;
}
body > .wmc-cart-wrapper {
  display: none;
}
.woocommerce-cart .woocommerce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .woocommerce-cart .woocommerce {
    display: block;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table {
  border: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table .cart-subtotal {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table td .woocommerce-Price-amount.amount {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
}
.woocommerce-cart .woocommerce > form {
  width: 100%;
}
.woocommerce-cart .woocommerce > form th {
  color: #777;
  font-size: 17px;
}
.woocommerce-cart .woocommerce > form tr td {
  font-size: 13px;
  padding-right: 35px;
}
.woocommerce-cart .woocommerce > form tr td.product-name {
  color: #221f1f;
  font-size: 16px;
  font-weight: 700;
}
.woocommerce-cart .woocommerce > form tr td.product-name a {
  color: #221f1f;
  font-size: 16px;
  font-weight: 700;
}
.woocommerce-cart .woocommerce > form tr td.product-price {
  font-size: 19px;
}
.woocommerce-cart .woocommerce > form tr td.product-subtotal {
  font-size: 19px;
  font-weight: 700;
}
.woocommerce-cart .woocommerce > form tr td.product-remove a.remove {
  height: 1.2em;
  width: 1.2em;
  border: 1px solid #5a5a5a;
  position: relative;
}
.woocommerce-cart .woocommerce > form tr td.product-remove a.remove svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.woocommerce-cart .woocommerce > form tr td.product-remove a.remove svg line {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce-cart .woocommerce > form tr td.product-remove a.remove:hover {
  background: transparent;
  border: 1px solid red;
}
.woocommerce-cart .woocommerce > form tr td.product-remove a.remove:hover svg line {
  stroke: red;
}
.woocommerce-cart .woocommerce > form tr td.product-quantity .quantity-wr {
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-cart .woocommerce > form tr td.product-quantity .qty {
  width: 40px;
  padding: 0 !important;
  height: 38px;
  font-weight: 700;
  font-size: 19px;
  border: 1px solid #e8e8e8;
}
.woocommerce-cart .woocommerce > form tr td.product-quantity button.plus, .woocommerce-cart .woocommerce > form tr td.product-quantity button.minus {
  background: none;
  border-radius: 0;
  width: 30px;
  height: 38px;
  border: 1px solid #e8e8e8;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 24px;
  color: #b1b1b1;
}
.woocommerce-cart .woocommerce > form tr td.product-quantity button.plus:hover, .woocommerce-cart .woocommerce > form tr td.product-quantity button.minus:hover {
  color: #222222;
}
.woocommerce-cart .woocommerce > form tr td.product-quantity button.plus {
  border-radius: 0 5px 5px 0;
}
.woocommerce-cart .woocommerce > form tr td.product-quantity button.minus {
  border-radius: 5px 0 0 5px;
}
@media (max-width: 1024px) {
  .woocommerce-cart .woocommerce > form {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.woocommerce-cart .woocommerce > form table.cart img {
  width: 240px;
  height: 100px;
  object-fit: contain;
}
.woocommerce-cart .woocommerce > form table.cart td.actions .input-text {
  width: 120px;
  color: #777;
}
.woocommerce-cart .woocommerce > form table.cart td.actions .input-text:placeholder {
  color: #777777;
}
.woocommerce-cart .woocommerce > form button.button {
  height: 40px;
  border: 1px solid #0088cc;
  border-color: #0088cc;
  background-color: #0088cc;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}
.woocommerce-cart .woocommerce > form button.button:hover {
  background-color: #fff;
  color: #0088cc;
}
.woocommerce-cart .woocommerce > .cart-collaterals {
  width: 295px;
}
@media (max-width: 1024px) {
  .woocommerce-cart .woocommerce > .cart-collaterals {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.woocommerce-cart .woocommerce > .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
  border: 1px solid #0088cc;
  border-color: #0088cc;
  background-color: #0088cc;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  border-radius: 10px;
}
.woocommerce-cart .woocommerce > .cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #fff;
  color: #0088cc;
}
.woocommerce-cart .woocommerce > .cart-collaterals .cart_totals table th {
  width: 24%;
}
.woocommerce-cart .woocommerce > .cart-collaterals td {
  font-size: 13px;
}
.woocommerce-cart .woocommerce > .cart-collaterals .shipping-calculator-button {
  background-color: #0077b3;
  color: #fff;
  padding: 10px 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce-cart .woocommerce > .cart-collaterals .shipping-calculator-button:hover {
  background-color: #00a0f0;
  border-color: #0af #0af #08c;
  text-decoration: none;
}
.woocommerce-cart .woocommerce > .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
}
.woocommerce-cart .woocommerce > .cart-collaterals .cart_totals h2 {
  display: none;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  border-color: #0077b3;
  background-color: #0077b3;
  color: #fff;
  padding: 10px 20px 9px;
  border: none;
  font-weight: 700;
  font-size: 16px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #00a0f0;
  border-color: #0af #0af #08c;
  color: #fff;
}
.woocommerce button.button.alt.disabled {
  border-color: #0077b3;
  background-color: #0077b3;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce button.button.alt.disabled:hover {
  background-color: #00a0f0;
  border-color: #0af #0af #08c;
  color: #fff;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  border-color: #0077b3;
  background-color: #0077b3;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #00a0f0;
  border-color: #0af #0af #08c;
  color: #fff;
}
.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;
}
.woocommerce-pagination {
  display: block !important;
}
.woocommerce-checkout #customer_details {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-basis: 48%;
  flex-basis: 48%;
  width: 48%;
}
@media (max-width: 768px) {
  .woocommerce-checkout #customer_details {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
  float: none;
  width: 100%;
}
.woocommerce-checkout #customer_details input, .woocommerce-checkout #customer_details textarea {
  color: #777777;
  font-size: 14px;
}
.woocommerce-checkout #customer_details input::placeholder, .woocommerce-checkout #customer_details textarea::placeholder {
  color: #777777;
  font-size: 14px;
}
.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #777777;
  font-size: 14px;
}
.woocommerce-checkout .right-content {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-basis: 48%;
  flex-basis: 48%;
  width: 48%;
}
@media (max-width: 768px) {
  .woocommerce-checkout .right-content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.woocommerce-checkout .right-content #payment {
  background-color: #fff;
}
.woocommerce-checkout .right-content #payment div.payment_box::before {
  display: none;
}
.woocommerce-checkout .right-content #payment div.payment_box {
  background: none !important;
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
}
.woocommerce-checkout .right-content fieldset {
  padding-left: 0 !important;
  border: none;
}
.woocommerce-checkout .right-content select {
  height: 40px !important;
  border-color: #c7c1c6 !important;
}
.woocommerce-checkout .right-content #cvv {
  height: 40px;
  border-color: #c7c1c6 !important;
  border-color-top: #c7c1c6 !important;
  border-color-left: #c7c1c6 !important;
}
.woocommerce-checkout .right-content #expmonth {
  margin-bottom: 10px !important;
}
@media (max-width: 420px) {
  .woocommerce-checkout .right-content .form-row-first, .woocommerce-checkout .right-content .form-row-last {
    width: 100%;
  }
}
.woocommerce-checkout .right-content .help {
  display: block;
  font-size: 17px !important;
  color: #777777 !important;
}
.woocommerce-checkout .right-content ul.payment_methods {
  background: none;
  padding: 0 !important;
  border: none;
}
.woocommerce-checkout .right-content ul.payment_methods:after {
  display: none !important;
}
.woocommerce-checkout .right-content ul.payment_methods li {
  background: none !important;
  padding: 0 !important;
  border: none !important;
  list-style: none;
}
.woocommerce-checkout .right-content ul.payment_methods li:before {
  display: none !important;
}
.woocommerce-checkout form.woocommerce-checkout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media (max-width: 768px) {
  .woocommerce-checkout form.woocommerce-checkout {
    display: block;
  }
}
.related_products_slider {
  background: #fbfbfb;
  padding: 50px 0;
}
.related_products_slider .wrap {
  width: 1440px;
}
.related_products_slider .swiper-pagination {
  top: 5px;
  right: 0;
}
@media (max-width: 500px) {
  .related_products_slider .swiper-pagination {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: auto;
  }
}
.related_products_slider .swiper-pagination span {
  width: 14px;
  height: 14px;
  border: 2px solid;
  background: none;
  margin: 5px 2px;
  border-radius: 7px;
  border-color: rgba(0, 68, 102, 0.4);
  opacity: 1;
  position: relative;
}
.related_products_slider .swiper-pagination span.swiper-pagination-bullet-active {
  border-color: #08c;
}
.related_products_slider .swiper-pagination span.swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  left: 3px;
  bottom: 3px;
  right: 3px;
  top: 3px;
  border-radius: 10px;
  background-color: #08c;
}
.related_products_slider .products .product {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  width: 100% !important;
}
.related_products_slider .products {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}
.related_products_slider .products .product .product-image img {
  height: 240px !important;
}
.related_products_slider .related > h2 {
  letter-spacing: -0.01em;
  line-height: 22px;
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: #0088cc;
  font-size: 19px;
  display: block;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
}
.related_products_slider .products .product .product-image {
  background-color: #fff;
}
.woocommerce-cart #content.wrap, .woocommerce-checkout #content.wrap {
  width: 100%;
  max-width: 100%;
}
.woocommerce-cart .cart-empty.woocommerce-info, .woocommerce-checkout .cart-empty.woocommerce-info {
  border: none;
  padding-left: 0 !important;
}
.woocommerce-cart .cart-empty + .return-to-shop, .woocommerce-checkout .cart-empty + .return-to-shop {
  width: 100%;
}
.woocommerce-cart .page-title, .woocommerce-checkout .page-title {
  display: block;
  padding: 4px 0 8px;
  color: #fff;
  background: #0088cc;
  margin-bottom: 60px;
}
.woocommerce-cart .wrap_new, .woocommerce-checkout .wrap_new {
  margin: 0 auto;
  width: 1440px;
  max-width: 92%;
  position: relative;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
  width: 100%;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
}
.home .center-text .wys h3 {
  position: relative;
  font-size: 45px;
}
@media (max-width: 1024px) {
  .home .center-text .wys h3 {
    font-size: 35px;
  }
}
.home .center-text .wys h3 a {
  display: inline-block;
  position: relative;
}
.home .center-text .wys h3 a::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #0088cc;
  position: absolute;
  bottom: 12px;
}
.home .center-text .wys h3 a:hover {
  text-decoration: none;
}
@media (max-width: 1024px) {
  .home .center-text .wys h3 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .home .center-text .wys h3 {
    font-size: 28px;
  }
}
.home .center-text .wys h3 strong {
  font-weight: 900;
}
a.wmc-checkout {
  text-transform: uppercase;
}
.woocommerce-cart .woocommerce-cart .cart-collaterals .shipping-calculator-button {
  display: none !important;
}
.woocommerce-cart .shop_table .woocommerce-shipping-totals, .woocommerce-cart .shop_table .order-total {
  display: none;
}
.pswp {
  z-index: 99999999;
}
.woocommerce ul.products li.product.post-874 a img {
  height: 250px !important;
}
.products .product .product-image {
  height: 320px !important;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .products .product .product-image {
    display: block;
    height: auto !important;
  }
}
.woocommerce-error {
  border-top-color: #b81c23 !important;
  background: #b81c23 !important;
}
.woocommerce-error * {
  color: #fff !important;
}
.attribute_pa_colors_picker_label {
  line-height: 1;
}
.woocommerce .main-single-page .product div.summary .variations .value div.swatch-label {
  line-height: 1;
}
.wpcf7 {
  width: 100%;
  position: relative;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  display: block;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  display: block;
  background: #16a085;
}
.wpcf7 .wpcf7-not-valid-tip {
  font: 500 16px/1 "font_regular", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ff5f5f;
  background: #eeeeee;
}
.wpcf7 .wpcf7-response-output {
  display: none;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  color: white;
  background: #ff5f5f;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #1091ae;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16a085;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block !important;
}
div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url(../img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 0 0 4px;
  vertical-align: middle;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 100%;
}
div.wpcf7 form.submitting .ajax-loader {
  visibility: visible;
}
@media (max-width: 1450px) {
  .logo .blocks-text {
    margin-right: 25px;
    display: block;
  }
}
.logo .blocks-text h2 {
  margin-bottom: 5px;
}
.logo .blocks-text a {
  text-decoration: underline;
}
.wmc-image img {
  max-width: 100%;
  height: auto;
  width: auto;
}
.wmc-products li {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.wmc-products li .wmc-details {
  margin-left: auto;
}
.wmc-products li .wmc-remove {
  margin-right: auto;
}
@media (max-width: 576px) {
  .wrap-desk {
    display: none;
  }
}
@media (max-width: 576px) {
  .burger.is-active .burger-icon::before {
    transform: translateY(15px) rotate(45deg);
  }
}
@media (max-width: 576px) {
  .burger {
    right: auto;
    left: 0;
    background: transparent;
    margin-left: 0px;
  }
  .burger .burger-icon {
    width: 19px;
    height: 3px;
    background: #0088cc;
    border-radius: 23px;
  }
  .burger .burger-icon:before, .burger .burger-icon:after {
    width: 27px;
    height: 2px;
    background: #221f1f;
    border-radius: 23px;
  }
  .burger .burger-icon:before {
    top: -10px;
  }
  .burger .burger-icon:after {
    bottom: -10px;
    top: auto;
  }
}
@media (max-width: 576px) {
  .header .top-header .mini-cart .wmc-cart .wmc-count {
    top: 4px;
    left: 10px;
    height: 21px;
    width: 21px;
    background-color: transparent !important;
  }
}
@media (max-width: 576px) {
  .header .top-header .mini-cart .wmc-content {
    right: 0;
  }
}
@media (max-width: 576px) {
  header.header {
    padding-bottom: 0;
    margin: 0 0 25px;
  }
}
.wrap-mobile {
  display: none;
}
@media (max-width: 576px) {
  .wrap-mobile {
    display: block;
  }
  .wrap-mobile .wmc-cart {
    right: 0;
  }
  .wrap-mobile .mini-cart .wmc-cart > img {
    width: 34px;
    height: 34px;
  }
  .wrap-mobile #logo {
    margin-bottom: 12px;
    display: inline-block;
  }
  .wrap-mobile .logo {
    text-align: center;
    display: block;
    width: 100%;
  }
  .wrap-mobile .top-header {
    margin-right: 0;
  }
  .wrap-mobile .top-header .mini-cart {
    position: absolute;
    right: 0;
  }
  .wrap-mobile .top-header .wys {
    display: none;
    max-width: 100%;
    margin-right: 0;
  }
  .wrap-mobile .top-header .wys h1 {
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #0088cc;
    margin-bottom: 15px;
  }
  .wrap-mobile .top-header .wys h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
  }
  .wrap-mobile .top-header .wys h2 a {
    color: #221f1f;
  }
  .wrap-mobile .bottom-add-header {
    padding: 20px 30px;
    border-top: 1px solid #221f1f;
    border-bottom: 1px solid #221f1f;
  }
  .wrap-mobile .bottom-add-header h2 {
    display: none;
  }
  .wrap-mobile .bottom-add-header .blocks-text {
    display: block;
  }
  .wrap-mobile .bottom-add-header p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: Center;
    -ms-flex-align: Center;
    -webkit-align-items: Center;
    -moz-align-items: Center;
    align-items: Center;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    padding-bottom: 0;
  }
  .wrap-mobile .bottom-add-header p a {
    color: #777;
    display: inline-block;
  }
  .wrap-mobile .bottom-add-header p br {
    display: none;
  }
}
@media (max-width: 576px) and (max-width: 567px) {
  .wrap-mobile .bottom-add-header p {
    display: block;
  }
}
.logos-footer-mobile {
  display: none;
}
@media (max-width: 576px) {
  .logos-footer-mobile {
    display: block;
  }
}
@media (max-width: 576px) {
  footer {
    background: #221f1f;
  }
  footer .bottom-footer {
    background: #0c0c0c;
    padding: 15px 0;
  }
  footer .bottom-footer .wrap p {
    font-family: Roboto;
    font-size: 15px;
    letter-spacing: 0.04em;
    color: #ffffff;
    padding-bottom: 0;
  }
  footer .bottom-footer .wrap p a {
    font-family: Roboto;
    font-size: 15px;
    letter-spacing: 0.04em;
    color: #ffffff;
  }
  footer > .wrap {
    padding: 20px 0;
  }
  footer .wrapper {
    margin-bottom: 0;
  }
  footer .wrapper ul {
    margin-bottom: 0;
  }
  footer .wrapper ul > li {
    border-top: 1px solid #515151;
    border-bottom: 1px solid #515151;
    padding: 10px 0;
    break-inside: avoid;
  }
  footer .wrapper ul > li:before {
    display: none;
  }
  footer .wrapper ul > li > a {
    font-family: Roboto;
    font-size: 15px;
    letter-spacing: 0.04em;
    color: #ffffff;
  }
  footer .logos-footer-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  footer .logos-footer-mobile a {
    width: 48%;
  }
  footer .logos-footer-mobile a:first-child {
    text-align: center;
  }
  footer .logos-footer-mobile a:last-child {
    text-align: left;
  }
}
input, textarea, select {
  padding: 15px !important;
}
input::placeholder, textarea::placeholder, select::placeholder {
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 15px !important;
  line-height: 26px !important;
  letter-spacing: 0.04em !important;
  color: #221f1f !important;
}
.tpl-contact-us h3, .tpl-contact-us h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.tpl-contact-us h3 svg, .tpl-contact-us h4 svg {
  margin-right: 20px;
}
.tpl-contact-us h3 br, .tpl-contact-us h4 br {
  display: none;
}
@media (max-width: 576px) {
  .tpl-contact-us input[type="submit"] {
    width: 100%;
    text-align: center;
    display: block;
    padding: 30px !important;
    font-family: Roboto;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #ffffff;
  }
  .tpl-contact-us .page-content p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #221f1f;
  }
  .tpl-contact-us .page-content .item {
    margin-bottom: 20px;
    padding-bottom: 2px;
  }
  .tpl-contact-us .page-content .item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 20px;
  }
  .tpl-contact-us .page-content h1.page-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #0088cc;
    background: transparent;
    margin-bottom: 22px;
  }
  .tpl-contact-us .page-content h3, .tpl-contact-us .page-content h4 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #221f1f;
  }
  .tpl-contact-us .page-content h3 strong, .tpl-contact-us .page-content h4 strong {
    font-weight: bold;
  }
  .tpl-contact-us .page-content .wrapper {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .faq-desk {
    display: none;
  }
}
.mobile-faq {
  display: none;
}
@media (max-width: 576px) {
  .mobile-faq {
    display: block;
  }
}
@media (max-width: 576px) {
  .tpl-faq h1.page-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #0088cc;
    background: transparent;
    margin-bottom: 22px;
  }
  .tpl-faq .mobile-faq {
    padding: 30px 0;
  }
  .tpl-faq .acc .item {
    border: none;
    background: #f5f5f5;
    margin-bottom: 5px;
  }
  .tpl-faq .acc .item h3 {
    padding-left: 15px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.04em;
    color: #221f1f;
  }
  .tpl-faq .acc .item .info {
    padding: 0 15px;
  }
  .tpl-faq .acc .item .info p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #221f1f;
  }
}
@media (max-width: 576px) {
  .woocommerce-cart h1.page-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #0088cc;
    background: transparent;
    margin-bottom: 22px;
  }
}
.home .center-text.mobile {
  display: none;
}
@media (max-width: 567px) {
  .home .center-text.mobile {
    display: block;
  }
}
@media (max-width: 567px) {
  .home .center-text.mibile-none {
    display: none !important;
  }
}
@media (max-width: 567px) {
  .home .center-text .custom-mobile span {
    display: none;
  }
  .home .center-text .custom-mobile h3 {
    text-decoration: none;
    margin-top: 15px;
    margin-bottom: -15px;
  }
  .home .center-text .custom-mobile a {
    display: none;
    padding: 10px;
    width: 100%;
    background: #0088cc;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    line-height: 1.2;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
  }
  .home .center-text .custom-mobile a::before {
    display: none;
  }
  .home .center-text p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #221f1f;
  }
  .home .center-text p strong {
    font-weight: 400;
  }
}
@media (max-width: 576px) {
  .testimonials-desk {
    display: none;
  }
}
.testimonials-mobile {
  margin-bottom: 60px;
  display: none;
}
@media (max-width: 1024px) {
  .testimonials-mobile {
    margin-bottom: 20px;
  }
}
.testimonials-mobile .swiper-button-next:after, .testimonials-mobile .swiper-button-prev:after {
  font-size: 16px;
}
.testimonials-mobile .item {
  background: #f5f5f5;
  position: relative;
  padding: 60px 30px 30px 30px;
}
.testimonials-mobile .item .wys p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #221f1f;
}
.testimonials-mobile .item .testimonial-author p {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #0088cc;
}
.testimonials-mobile .item .testimonial-author p strong {
  color: #0088cc;
}
.categories-mobile {
  margin-top: 25px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .categories-mobile {
    margin-bottom: 30px;
  }
}
.categories-mobile .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.categories-mobile .wrapper .item {
  height: 320px;
  text-align: center;
  border: 1px solid transparent;
  margin: 0 45px 90px 45px;
  -webkit-flex-basis: 251px;
  -moz-flex-basis: 251px;
  -ms-flex-basis: 251px;
  flex-basis: 251px;
  width: 251px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
@media (max-width: 576px) {
  .categories-mobile .wrapper .item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    margin: 0 0 70px 0;
    margin: 0 20px 50px 20px;
  }
}
@media (max-width: 576px) {
  .categories-mobile .wrapper .item:first-child {
    -webkit-flex-basis: 270px;
    -moz-flex-basis: 270px;
    -ms-flex-basis: 270px;
    flex-basis: 270px;
    margin: 0 auto 70px;
  }
}
.categories-mobile .wrapper .item h3 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #221f1f;
  line-height: 1;
  margin-bottom: 0;
}
.categories-mobile .wrapper .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .woocommerce table.woocommerce-cart-form__contents {
    border: none !important;
  }
  .woocommerce table.woocommerce-cart-form__contents .cart_item {
    border: 1px solid #e4e4e4;
    margin-bottom: 5px;
    padding: 15px;
    position: relative;
    min-height: 126px;
  }
  .woocommerce-cart .woocommerce > .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
    font-family: Roboto !important;
    font-style: normal;
    padding: 30px !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    text-align: center;
    letter-spacing: 0.07em !important;
    text-transform: uppercase !important;
    color: #ffffff;
    border-radius: 0 !important;
  }
  .woocommerce .cart-collaterals table {
    border-radius: 0 !important;
    border-left: none !important;
    border-right: none !important;
  }
  .woocommerce table.shop_table tbody tr:last-child {
    display: none;
  }
  .woocommerce-order-received .woocommerce table.shop_table tbody tr:last-child {
    display: table-row;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: #fff !important;
  }
  .woocommerce-cart .woocommerce > form tr td {
    padding: 10px;
  }
  .woocommerce-cart .woocommerce > form tr td.product-thumbnail {
    display: block;
  }
  .woocommerce-cart .woocommerce > form tr td.product-thumbnail:before {
    display: none;
  }
  .woocommerce-cart .woocommerce > form tr td.product-thumbnail a {
    display: block;
    text-align: center;
  }
  .woocommerce a.remove {
    margin-left: auto;
    position: absolute;
    right: 10px;
    top: 4px;
  }
}
@media (max-width: 576px) {
  .header-archive-woocommerce h1.page-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #0088cc;
    background: transparent;
    margin-bottom: 22px;
  }
}
@media (max-width: 576px) {
  .desk-description {
    display: none;
  }
}
.mobile-description {
  display: none;
}
.mobile-description p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.04em;
  color: #221f1f;
}
@media (max-width: 576px) {
  .mobile-description {
    display: block;
  }
}
.accordion {
  margin-top: 20px;
}
@media (max-width: 576px) {
  .accordion .acc .item {
    border: none;
    background: #f5f5f5;
    margin-bottom: 5px;
  }
  .accordion .acc .item h3 {
    padding-left: 15px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.04em;
    color: #221f1f;
  }
  .accordion .acc .item .info {
    padding: 0 15px;
  }
  .accordion .acc .item .info p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #221f1f;
  }
}
@media (max-width: 576px) {
  .product-desk {
    display: none;
  }
}
.product-mobile {
  display: none;
}
@media (max-width: 576px) {
  .product-mobile {
    display: block;
  }
}
.product-mobile .products .product {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-basis: 48%;
  flex-basis: 48%;
  width: 48% !important;
}
@media (max-width: 576px) {
  .el-product-desk {
    display: none;
  }
}
.el-product-mobile {
  display: none;
  border: 1px solid #ddd;
  min-height: 360px;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.el-product-mobile .woocommerce-loop-product__link {
  position: relative;
  display: block;
  width: 100%;
}
.el-product-mobile .woocommerce-loop-product__link:before {
  content: "";
  width: 100%;
  position: absolute;
  z-index: 10;
  height: 220px;
}
@media (max-width: 576px) {
  .el-product-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.el-product-mobile h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #221f1f;
  white-space: unset !important;
}
.el-product-mobile .product-image {
  border: none !important;
  box-shadow: none !important;
  margin: 20px 0;
}
.el-product-mobile .product-image > a {
  display: none !important;
}
.el-product-mobile .product-image .woocommerce-product-gallery {
  opacity: 1 !important;
}
.el-product-mobile .product-image .woocommerce-product-gallery__wrapper div {
  display: none;
}
.el-product-mobile .product-image .woocommerce-product-gallery__wrapper div:first-child {
  display: block;
}
.el-product-mobile form {
  width: 100%;
}
.el-product-mobile .price-as h3 {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #221f1f;
}
.el-product-mobile .price-as h3 span {
  font-weight: 600;
  color: #0088cc;
}
.el-product-mobile .variations .label {
  display: none;
}
.el-product-mobile .select-color-text, .el-product-mobile .swatch-label, .el-product-mobile .reset_variations, .el-product-mobile .quantity, .el-product-mobile .minus, .el-product-mobile .plus {
  display: none !important;
}
.el-product-mobile .swatch-control {
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.el-product-mobile .button.single_add_to_cart_button {
  display: block;
  padding: 20px !important;
  width: 100%;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.07em;
  color: #ffffff;
  border-radius: 0 !important;
}
.el-product-mobile table {
  margin: 0 auto;
}
.el-product-mobile .swatch-wrapper {
  border: none;
  border-radius: 50%;
}
.el-product-mobile .swatch-wrapper a {
  width: 14px !important;
  height: 14px !important;
  border-radius: 50%;
  border: 0.5px solid gray;
}
@media (max-width: 576px) {
  .products .product .product-image img {
    height: 150px !important;
  }
}
@media (max-width: 576px) {
  .products {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
}
@media (max-width: 576px) {
  .woocommerce nav.woocommerce-pagination {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .woocommerce ul.products li.product.post-874 a img {
    height: 150px !important;
  }
}
.mobile-filter {
  display: none;
}
.mobile-single {
  display: none;
  overflow: hidden;
}
@media (max-width: 576px) {
  .mobile-single {
    display: block;
  }
}
.mobile-single h1.product_title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #0088cc;
  margin-top: 7px;
  margin-bottom: 16px;
}
.mobile-single .back-category {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.07em;
  color: #0088cc;
  display: block;
  width: 100%;
  padding: 30px 5px;
  background: #e4e4e4;
}
.mobile-single .attribute_pa_colors_picker_label {
  display: none !important;
}
.mobile-single .select-color-text span {
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 15px !important;
  line-height: 26px !important;
  letter-spacing: 0.04em !important;
  color: #221f1f !important;
}
.mobile-single .price-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: Wrap;
  -moz-flex-wrap: Wrap;
  flex-wrap: Wrap;
  -ms-flex-wrap: Wrap;
  margin-bottom: 25px;
  padding-bottom: 16px;
  border-bottom: 1px solid #221f1f;
}
.mobile-single .price-block > div {
  margin-bottom: 0;
}
.mobile-single .price-block svg {
  margin-top: -3px;
}
@media (max-width: 360px) {
  .mobile-single .price-block svg {
    display: none;
  }
}
.mobile-single .price-block span {
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 18px !important;
  line-height: 26px !important;
  letter-spacing: 0.04em !important;
  color: #221f1f !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.mobile-single .price-block span h3 {
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 18px !important;
  line-height: 26px !important;
  letter-spacing: 0.04em !important;
  color: #0088cc !important;
  margin-bottom: 0;
  margin-left: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.mobile-single .price-block span h3 span {
  color: #0088cc !important;
  margin-bottom: 0;
}
.mobile-single .price-block span h3 bdi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.mobile-single .product_meta .posted_in {
  display: none;
}
.mobile-single .product_meta .sku_wrapper {
  display: inline-block;
  margin-bottom: 16px;
}
.mobile-single .additional-info {
  margin-bottom: 25px;
}
.mobile-single .additional-info > h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.04em;
  color: #221f1f;
  padding-bottom: 25px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e4e4e4;
}
.mobile-single .additional-info .additional-info-blocks .flex {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e4e4e4;
}
.mobile-single .additional-info .additional-info-blocks .flex span:first-child {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.04em;
  color: #221f1f;
}
.mobile-single .additional-info .additional-info-blocks .flex a {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  text-align: right;
  letter-spacing: 0.04em;
  text-decoration-line: underline;
  color: #0088cc;
}
#wrap > .wmc-cart-wrapper {
  display: none;
}
@media (max-width: 576px) {
  .woocommerce .main-single-page a.flex-prev::before {
    content: "" !important;
    width: 67px;
    height: 67px;
    background: url(../img/ar-r.png);
    position: absolute;
    right: -4px;
    background-repeat: no-repeat;
  }
}
@media (max-width: 576px) {
  .woocommerce .main-single-page a.flex-next::after {
    content: "" !important;
    width: 67px;
    height: 67px;
    background: url(../img/ar-l.png);
    position: absolute;
    left: 4px;
    background-repeat: no-repeat;
  }
}
@media (max-width: 576px) {
  .woocommerce .main-single-page ul.flex-direction-nav li a {
    position: relative;
  }
}
.related_products_slider .related .swiper-slide a.more {
  display: none;
}
.related_products_slider .related .swiper-slide li.product {
  text-align: center;
}
.related_products_slider .related .swiper-slide .button {
  margin: 10px 0 10px !important;
}
@media (max-width: 576px) {
  .woocommerce .main-single-page .product {
    margin: 20px 0 20px !important;
  }
  body.woocommerce .main-single-page .product .woocommerce_show_product_images div.images {
    padding: 20px;
  }
  body.woocommerce .main-single-page .product .woocommerce_show_product_images div.images img {
    width: auto !important;
    height: auto !important;
    max-height: 400px;
  }
  .woocommerce .main-single-page .product .woocommerce_show_product_info .product-descr p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #221f1f;
  }
  .woocommerce .main-single-page .product div.summary form.cart .button {
    margin-left: 0 !important;
    margin-top: 25px;
    width: 100%;
    border-radius: 0;
    padding: 30px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 15px !important;
    line-height: 18px;
    /* identical to box height */
    text-align: center;
    letter-spacing: 0.07em;
    color: #ffffff;
    margin-bottom: 40px;
  }
  .woocommerce .main-single-page .product div.summary form.cart button.plus, .woocommerce .main-single-page .product div.summary form.cart button.minus {
    color: #0088cc;
    font-weight: 400;
    font-size: 20px;
  }
  .related_products_slider {
    background: #fff;
    padding: 0;
    padding-bottom: 60px;
  }
  .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: "" !important;
    width: 67px;
    height: 67px;
    background: url(../img/ar-r.png);
    position: absolute;
    right: -29px;
    background-repeat: no-repeat;
  }
  .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: "" !important;
    width: 67px;
    height: 67px;
    background: url(../img/ar-l.png);
    position: absolute;
    left: 6px;
    background-repeat: no-repeat;
  }
  .products .product .product-image {
    border: none;
  }
  .related_products_slider .related .swiper-slide {
    border: 1px solid #e4e4e4;
  }
  .related_products_slider .related .swiper-slide li {
    margin-bottom: 0 !important;
  }
  .related_products_slider .related .swiper-slide .product-image {
    margin-bottom: 30px;
    box-shadow: none !important;
  }
  .related_products_slider .related .swiper-slide a.more {
    display: block;
    width: 100%;
    background: #0088cc;
    padding: 20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #ffffff;
  }
  .related_products_slider .related .swiper-slide h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 20px !important;
    text-align: center;
    color: #221f1f;
    padding: 0 10px !important;
  }
  .related_products_slider .related > h2 {
    border-bottom: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #0088cc;
  }
  .related_products_slider .swiper-pagination {
    bottom: -37px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: auto;
  }
  .related_products_slider .swiper-pagination span {
    border: none;
    width: 5px;
    height: 5px;
    background: #c4c4c4;
    margin: 0 6px;
  }
  .related_products_slider .swiper-pagination span.swiper-pagination-bullet-active {
    background: #0088cc;
  }
}
.products {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.products .product h2 {
  padding: 10px 7px !important;
}
.products .product .stock.out-of-stock {
  text-align: center;
}
.el-product-mobile.el-product-desk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 576px) {
  .el-product-mobile.el-product-desk {
    display: none;
  }
}
.el-product-mobile.el-product-desk .woocommerce-loop-product__link:before {
  height: 390px;
}
.woocommerce-pagination {
  float: none;
}
@media (max-width: 768px) {
  .woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
    display: inline-block !important;
    margin-bottom: 10px !important;
  }
}
body .woocommerce-pagination {
  display: none !important;
}
.lmp_load_more_button .lmp_button {
  font-weight: 700 !important;
  font-family: Roboto !important;
  font-size: 15px !important;
  max-width: 250px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1024px) {
  .lmp_load_more_button .lmp_button {
    max-width: 394px;
  }
}
.woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
  width: auto;
  padding: 0 !important;
  padding-left: 7px !important;
}
.ddd {
  display: none;
}
.woocommerce div.product p.stock {
  font-size: 16px;
}
.title-center {
  text-align: center;
}
.title-center h2 {
  font-weight: 900;
  font-size: 45px;
  text-transform: uppercase;
  text-align: center;
  color: #0088cc;
  padding-bottom: 30px;
  position: relative;
  display: inline-block;
}
@media (max-width: 1024px) {
  .title-center h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .title-center h2 {
    font-size: 20px;
    margin-bottom: 35px;
    padding-bottom: 20px;
  }
}
.title-center h2::before {
  content: "";
  left: 0;
  right: 0;
  height: 1px;
  background: #0073aa;
  position: absolute;
  bottom: 29px;
}
@media (max-width: 767px) {
  .title-center h2::before {
    bottom: 7px;
  }
}
.pruduct_home_slider {
  padding: 50px 0 70px;
}
@media (max-width: 767px) {
  .pruduct_home_slider {
    padding: 10px 0 40px;
  }
}
.pruduct_home_slider .pricesBlock {
  display: none;
}
.pruduct_home_slider .wrap {
  width: 1444px;
  padding: 0 120px;
}
@media (max-width: 1024px) {
  .pruduct_home_slider .wrap {
    padding: 0 40px;
  }
}
@media (max-width: 1024px) {
  .pruduct_home_slider .swiper-container {
    padding: 0 2px;
  }
}
.pruduct_home_slider .swiper-button-next, .pruduct_home_slider .swiper-button-prev {
  width: 60px;
  height: 60px;
  border: 2px solid #08c;
  border-radius: 5px;
}
@media (max-width: 1024px) {
  .pruduct_home_slider .swiper-button-next, .pruduct_home_slider .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}
.pruduct_home_slider .swiper-button-next:before, .pruduct_home_slider .swiper-button-prev:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 136, 204, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pruduct_home_slider .swiper-button-next:after, .pruduct_home_slider .swiper-button-prev:after {
  display: none;
}
.pruduct_home_slider .swiper-button-next svg, .pruduct_home_slider .swiper-button-prev svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pruduct_home_slider .swiper-button-next:hover:before, .pruduct_home_slider .swiper-button-prev:hover:before {
  background: rgba(0, 136, 204, 0.2);
}
@media (max-width: 1024px) {
  .pruduct_home_slider .swiper-button-prev {
    left: 0;
  }
}
@media (max-width: 1024px) {
  .pruduct_home_slider .swiper-button-next {
    right: 0;
  }
}
.pruduct_home_slider li.product .button {
  display: inline-block;
  margin-top: 1em;
}
.pruduct_home_slider li.product a {
  text-decoration: none;
}
.pruduct_home_slider .product h2 {
  margin: 0;
  font-size: 1em;
}
@media (max-width: 767px) {
  .post-type-archive-product .wrap-shop .products {
    display: flex;
  }
}
@media (max-width: 767px) {
  .post-type-archive-product .wrap-shop .products .product {
    float: none;
    width: 100%;
    margin: 0 0 1em 0;
  }
}
.post-type-archive-product .wrap-shop .products .product .product-image {
  height: 320px !important;
  border: 1px solid #ddd !important;
}
.post-type-archive-product .wrap-shop .products .product .product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
.woocommerce-order-received .woocommerce-order-overview li:before {
  display: none !important;
}
.woocommerce-order-received .wc-item-meta li:before {
  display: none;
}
.woocommerce-page.term-sublimation ul.products li.product.ElGrande15oz .product-image, .woocommerce-page ul.products li.product.ThreeFingerC-Handle .product-image {
  height: 250px !important;
}
@media (max-width: 576px) {
  .woocommerce-page.term-sublimation ul.products li.product.ElGrande15oz .product-image, .woocommerce-page ul.products li.product.ThreeFingerC-Handle .product-image {
    height: 150px !important;
  }
}
.woocommerce-page.term-sublimation ul.products li.product.ElGrande15oz .product-image img, .woocommerce-page ul.products li.product.ThreeFingerC-Handle .product-image img {
  height: 250px !important;
}
@media (max-width: 576px) {
  .woocommerce-page.term-sublimation ul.products li.product.ElGrande15oz .product-image img, .woocommerce-page ul.products li.product.ThreeFingerC-Handle .product-image img {
    height: 150px !important;
  }
}
.cart-empty.woocommerce-info {
  background: transparent;
  border-top: none;
  font-size: 17px;
  color: #777;
  padding: 0;
  margin-bottom: 20px;
}
.cart-empty.woocommerce-info::before {
  display: none;
}
.return-to-shop a.button.wc-backward {
  color: #fff;
  background-color: #0088cc;
  border-color: #0088cc;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  padding: 8px 12px;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1.5;
  font-size: 17px;
  border-radius: 0;
}
.return-to-shop a.button.wc-backward:hover {
  background: #005580;
  color: #fff;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background-color: #daedda;
  border: 1px solid #cbe6cb;
  padding: 10px 15px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0 0 20px !important;
}
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
  display: none;
}
.woocommerce-error li:before, .woocommerce-info li:before, .woocommerce-message li:before {
  display: none;
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
  margin-right: 10px !important;
}
.woocommerce .main-single-page .wrap {
  width: 1440px;
}
.woocommerce .main-single-page .product {
  margin: 50px 0 50px;
}
.woocommerce .main-single-page .product .woocommerce_show_product_images {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}
@media (max-width: 1200px) {
  .woocommerce .main-single-page .product .woocommerce_show_product_images {
    width: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.woocommerce .main-single-page .product .woocommerce_show_product_images .woocommerce-product-gallery {
  border: 1px solid #ddd;
}
.woocommerce .main-single-page .product .woocommerce_show_product_images div.images {
  width: 100%;
  float: none;
  min-height: 638px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .woocommerce .main-single-page .product .woocommerce_show_product_images div.images {
    min-height: 1px;
  }
}
.woocommerce .main-single-page .product .woocommerce_show_product_images div.images img {
  width: auto !important;
  height: 393px !important;
  margin: 0 auto !important;
}
.woocommerce .main-single-page .product .woocommerce_show_product_images .back_link {
  display: inline-block;
  color: #000000;
  border-radius: 5px;
  padding: 8px 20px;
  border: 1px solid #000000;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
}
.woocommerce .main-single-page .product .woocommerce_show_product_images .back_link:hover {
  border: 1px solid #0088cc;
  background: #0088cc;
  color: #fff;
}
.woocommerce .main-single-page .product .woocommerce_show_product_info h1 {
  font-size: 25px;
  line-height: 30px;
  color: #21293c;
  margin-bottom: 0.2em;
  letter-spacing: 0;
}
.woocommerce .main-single-page .product .woocommerce_show_product_info .product-descr p {
  line-height: 24px;
  font-size: 17px;
  color: #000000;
}
.woocommerce .main-single-page .product .woocommerce_show_product_info .additional-info {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 10px 24px 0px 24px;
}
.woocommerce .main-single-page .product .woocommerce_show_product_info .additional-info h2 {
  color: #0088cc;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 40px;
  letter-spacing: 0;
  font-weight: 700;
}
.woocommerce .main-single-page .product .woocommerce_show_product_info .additional-info .additional-info-blocks .flex {
  border-top: 1px solid #ddd;
}
.woocommerce .main-single-page .product .woocommerce_show_product_info .additional-info .additional-info-blocks .flex a {
  color: #000000;
  font-weight: 700;
  color: #ed5348;
  text-shadow: 0 0 17px #ed5348;
  -webkit-animation-name: flashanim;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-name: flashanim;
  animation-duration: 1s;
  animation-timing: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes flashanim {
  0% {
    color: #ed5348;
    text-shadow: 0px 0px 17px #08c;
  }
  100% {
    color: #0088cc;
    text-shadow: 0px 0px 17px #ed5348;
  }
}
.woocommerce .main-single-page .product .woocommerce_show_product_info .additional-info .additional-info-blocks .flex span {
  padding: 0.45rem 0.75rem;
  color: #000000;
}
.woocommerce .main-single-page .product .woocommerce_show_product_info .additional-info .additional-info-blocks .flex span:last-child {
  font-weight: 700;
}
.woocommerce .main-single-page .product .woocommerce_show_product_info .additional-info .additional-info-blocks .flex span.variable-colors-text {
  -webkit-flex-basis: 70%;
  -moz-flex-basis: 70%;
  -ms-flex-basis: 70%;
  flex-basis: 70%;
  text-align: right;
  line-height: 24px;
}
.woocommerce .main-single-page .product .right-product-info {
  flex-basis: 41%;
  padding-top: 50px;
}
@media (max-width: 1200px) {
  .woocommerce .main-single-page .product .right-product-info {
    flex-basis: 100%;
    padding-top: 0;
  }
}
.woocommerce .main-single-page .product div.summary {
  float: none;
  width: 100%;
  padding-top: 15px;
  display: block;
}
.woocommerce .main-single-page .product div.summary .go-to-check-cart {
  margin-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.woocommerce .main-single-page .product div.summary .unit-price {
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .woocommerce .main-single-page .product div.summary .unit-price {
    margin-bottom: 0;
  }
}
.woocommerce .main-single-page .product div.summary .unit-price span {
  color: #21293c;
  font-size: 23px;
  letter-spacing: 0;
  font-weight: 400;
}
.woocommerce .main-single-page .product div.summary .case-price span {
  color: #21293c;
  font-size: 28px;
  letter-spacing: 0;
  font-weight: 700;
}
.woocommerce .main-single-page .product div.summary .case-price span .price {
  display: inline-block;
  color: #21293c;
  font-size: 28px;
  padding: 0;
}
.woocommerce .main-single-page .product div.summary .select-color-text {
  margin-bottom: 5px;
}
.woocommerce .main-single-page .product div.summary .select-color-text span {
  font-weight: 400;
  margin-bottom: 5px;
  color: #777777;
  display: block;
  font-size: 18px;
}
.woocommerce .main-single-page .product div.summary .variations label.pa_colors {
  text-transform: uppercase;
}
.woocommerce .main-single-page .product div.summary .variations .value .swatch-wrapper {
  padding: 0px;
  float: none;
  width: 22px;
  height: 22px;
  display: inline-block;
  border: none;
}
.woocommerce .main-single-page .product div.summary .variations .value .swatch-wrapper:hover > a {
  border: 1px solid green;
}
.woocommerce .main-single-page .product div.summary .variations .value .swatch-wrapper > a {
  width: 22px !important;
  height: 22px !important;
  border: 1px solid #ccc;
}
.woocommerce .main-single-page .product div.summary .variations .value .swatch-wrapper.selected {
  border: none;
}
.woocommerce .main-single-page .product div.summary .variations .value .swatch-wrapper.selected > a {
  border: 1px solid green;
}
.woocommerce .main-single-page .product div.summary .variations .value .reset_variations {
  display: none !important;
}
.woocommerce .main-single-page .product div.summary .variations .value div.swatch-label {
  margin-bottom: 0;
  clear: none;
  font-size: 16px;
  display: block;
  padding: 10px 0 0;
}
.woocommerce .main-single-page .product div.summary .product_meta .posted_in {
  display: none;
}
.woocommerce .main-single-page .product div.summary form.cart {
  font-size: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.woocommerce .main-single-page .product div.summary form.cart::before {
  display: none;
}
.woocommerce .main-single-page .product div.summary form.cart .colorBox {
  flex-basis: 24%;
}
@media (max-width: 767px) {
  .woocommerce .main-single-page .product div.summary form.cart .colorBox {
    flex-basis: 100%;
  }
}
.woocommerce .main-single-page .product div.summary form.cart .add-to-cart-line {
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
}
@media (max-width: 1024px) {
  .woocommerce .main-single-page .product div.summary form.cart .add-to-cart-line {
    margin-bottom: 20px;
  }
}
.woocommerce .main-single-page .product div.summary form.cart .add-to-cart-line .pricesBlock {
  display: none !important;
}
.woocommerce .main-single-page .product div.summary form.cart .add-to-cart-line .single_add_to_cart_button {
  flex-basis: 100%;
}
@media (max-width: 1024px) {
  .woocommerce .main-single-page .product div.summary form.cart .add-to-cart-line .single_add_to_cart_button {
    flex-basis: 100%;
  }
}
.woocommerce .main-single-page .product div.summary form.cart .qntBlock {
  flex-basis: 23%;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .woocommerce .main-single-page .product div.summary form.cart .qntBlock {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.woocommerce .main-single-page .product div.summary form.cart .woocommerce-variation-add-to-cart {
  flex-basis: 30%;
}
@media (max-width: 767px) {
  .woocommerce .main-single-page .product div.summary form.cart .woocommerce-variation-add-to-cart {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.woocommerce .main-single-page .product div.summary form.cart .quantity {
  float: none;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.woocommerce .main-single-page .product div.summary form.cart .quantity .qty {
  width: 40px;
  padding: 0 !important;
  height: 38px;
  font-weight: 700;
  font-size: 19px;
  border: 1px solid #e8e8e8;
}
.woocommerce .main-single-page .product div.summary form.cart .button {
  float: none;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 0;
  border-radius: 10px;
  text-transform: uppercase;
  background-color: #0088cc;
  padding: 22px 10px;
  border: 1px solid transparent;
}
@media (max-width: 1024px) {
  .woocommerce .main-single-page .product div.summary form.cart .button {
    margin: 10px 0 0;
  }
}
.woocommerce .main-single-page .product div.summary form.cart .button:hover {
  background-color: transparent;
  color: #0088cc;
  border: 1px solid #0088cc;
}
.woocommerce .main-single-page .product div.summary form.cart button.plus, .woocommerce .main-single-page .product div.summary form.cart button.minus {
  background: none;
  border-radius: 0;
  width: 30px;
  height: 38px;
  border: 1px solid #e8e8e8;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 24px;
  color: #b1b1b1;
}
.woocommerce .main-single-page .product div.summary form.cart button.plus:hover, .woocommerce .main-single-page .product div.summary form.cart button.minus:hover {
  color: #222222;
}
.woocommerce .main-single-page .product div.summary form.cart button.plus {
  border-radius: 0 5px 5px 0;
}
.woocommerce .main-single-page .product div.summary form.cart button.minus {
  border-radius: 5px 0 0 5px;
}
.woocommerce .main-single-page .product div.summary .product_meta {
  margin: 10px 0 0;
  color: #777777;
}
.woocommerce .main-single-page .product div.summary .sum_one {
  flex-basis: 48%;
}
@media (max-width: 767px) {
  .woocommerce .main-single-page .product div.summary .sum_one {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.woocommerce .main-single-page .product .download-photo-set {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  margin: 20px 0;
}
.woocommerce .main-single-page ul.flex-direction-nav {
  position: absolute;
  top: 45%;
  z-index: 99999;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 0px;
  list-style: none;
}
.woocommerce .main-single-page li.flex-nav-prev {
  float: left;
}
.woocommerce .main-single-page li.flex-nav-next {
  float: right;
}
.woocommerce .main-single-page a.flex-next {
  visibility: hidden;
}
.woocommerce .main-single-page a.flex-prev {
  visibility: hidden;
}
.woocommerce .main-single-page a.flex-next::after {
  visibility: visible;
  content: "";
  font-family: "FontAwesome";
  margin-right: 10px;
  font-size: 20px;
  font-weight: bold;
}
.woocommerce .main-single-page a.flex-prev::before {
  visibility: visible;
  content: "";
  font-family: "FontAwesome";
  margin-left: 10px;
  font-size: 20px;
  font-weight: bold;
}
.woocommerce .main-single-page ul.flex-direction-nav li a {
  color: #212529;
}
.woocommerce .main-single-page ul.flex-direction-nav li a:hover {
  text-decoration: none;
}
.woocommerce .main-single-page .flex-control-thumbs {
  display: none;
}
.go-to-check-cart-wrap {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .go-to-check-cart-wrap {
    display: block;
  }
}
.go-to-check-cart-wrap .sku-item .posted_in {
  display: none;
}
.go-to-check-cart-wrap .sku-item .sku_wrapper {
  display: inline-block;
  border-radius: 5px;
  padding: 8px 22px;
  background: rgba(0, 136, 204, 0.1);
  color: #0088cc;
}
.go-to-check-cart-wrap .go-to-check-cart span {
  display: inline-block;
  margin: 0 15px;
  font-size: 16px;
  color: #333333;
}
.go-to-check-cart-wrap .go-to-check-cart .button-border {
  margin: 0;
}
@media (max-width: 767px) {
  .go-to-check-cart-wrap .go-to-check-cart .button-border {
    padding: 10px 10px 10px 10px;
  }
}
.button-border {
  border: 1px solid #0088cc;
  color: #0088cc;
  border-radius: 5px;
  background-color: transparent;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 16px;
  padding: 10px 25px 10px 25px;
  position: relative;
  display: inline-block;
  margin: 15px 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
.button-border:hover {
  text-decoration: none;
  background: #0088cc;
  color: #fff;
}
.woocommerce-checkout #content {
  background: #fbfbfb;
}
.woocommerce-checkout .related_products_slider {
  background: #fff;
}
.woocommerce-checkout .wc-block-components-title.wc-block-components-title {
  font-size: 28px;
  color: #0088cc;
  font-weight: 700;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step {
  margin: 0;
}
.woocommerce-checkout .wc-blocks-components-select__label {
  color: #000000 !important;
  display: block !important;
  position: relative !important;
  margin-bottom: 8px !important;
  transform: none !important;
  left: 0 !important;
  top: -28px !important;
}
.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce-checkout button.wc-block-components-checkout-place-order-button {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-left: 10px;
  text-transform: uppercase;
  background-color: #0088cc;
  padding: 20px 40px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  max-width: 250px;
}
.woocommerce-checkout button.wc-block-components-checkout-place-order-button:hover {
  background-color: transparent;
  color: #0088cc;
  border: 1px solid #0088cc;
}
.wc-block-components-checkbox .wc-block-components-checkbox__mark {
  top: 5px !important;
  left: 7px !important;
}
.wc-block-components-form .wc-block-components-text-input, .wc-block-components-text-input {
  display: flex;
  flex-wrap: wrap;
}
.wc-block-components-form .wc-block-components-text-input input, .wc-block-components-text-input input {
  order: 2;
}
.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
  color: #000000;
  order: 1;
  display: block;
  position: static !important;
  margin-bottom: 8px !important;
  transform: none !important;
}
.line-one {
  align-items: flex-start;
  margin-bottom: 20px;
}
.line-one .unit-price {
  color: #21293c;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .line-one .unit-price {
    flex-basis: 100%;
  }
}
@media (max-width: 1024px) {
  .line-one .units_per_case {
    flex-basis: 100%;
    justify-content: flex-start;
  }
}
.line-one .units_per_case span {
  color: #21293c;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .line-one .case-price {
    flex-basis: 100%;
  }
}
.line-one .case-price > span, .line-one .case-price p {
  color: #21293c !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  display: inline-block !important;
  padding: 0 !important;
}
.line-two {
  margin-bottom: 15px;
  flex: 1;
}
.line-two .scu-column {
  font-size: 18px;
  flex-basis: 22%;
}
@media (max-width: 767px) {
  .line-two .scu-column {
    flex-basis: 100%;
    margin-bottom: 15px;
  }
}
.line-two .scu-column .product_meta {
  margin: 0 !important;
}
.line-two .scu-column .sku_wrapper {
  font-weight: 400;
  color: #777777;
  display: block;
  font-size: 18px;
  line-height: 1;
}
.line-two .scu-column .sku_wrapper span.sku {
  color: #0088cc;
  font-size: 14px;
  display: block;
  margin-top: 41px;
  line-height: 1;
}
@media (max-width: 1024px) {
  .line-two .scu-column .sku_wrapper span.sku {
    margin-top: 15px;
  }
}
@media (max-width: 1024px) {
  .line-two .colorBox {
    margin-bottom: 20px;
  }
}
.line-two .colorBox .select-color-text {
  margin-bottom: 38px !important;
}
@media (max-width: 1024px) {
  .line-two .colorBox .select-color-text {
    margin-bottom: 15px !important;
  }
}
.line-two .colorBox .select-color-text span {
  line-height: 1;
  margin: 0 !important;
}
.line-two .qntBlock .select-color-text {
  margin-bottom: 10px !important;
}
.line-two .qntBlock .select-color-text span {
  line-height: 1;
  margin: 0;
}
.orders-over span {
  display: block;
}
.orders-over span a {
  display: block;
  padding: 15px 10px;
  background: rgba(0, 136, 204, 0.1);
  border-radius: 5px;
  text-align: center;
  margin-bottom: 15px;
  color: #ed5348;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .orders-over span a {
    font-size: 16px;
  }
}
.orders-over span a:hover {
  background: rgba(0, 136, 204, 0.3);
  text-decoration: none;
}
.el-product-mobile .go-to-check-cart-wrap {
  display: none;
}
.el-product-mobile form .line-two {
  margin: 0;
}
.el-product-mobile form .line-two .colorBox {
  flex-basis: 100%;
}
.el-product-mobile form .line-two .scu-column {
  display: none;
}
.el-product-mobile form .line-two .woocommerce-variation-add-to-cart {
  flex-basis: 100%;
}
.woocommerce-checkout .right-content #payment {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#add_payment_method #payment div.payment_box input.input-text, #add_payment_method #payment div.payment_box textarea, .woocommerce-cart #payment div.payment_box input.input-text, .woocommerce-cart #payment div.payment_box textarea, .woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
  height: 40px;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table {
  border-collapse: collapse !important;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table th, .woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tr, .woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table td {
  border: 1px solid #ccc !important;
}
.woocommerce-cart table.shop_table.cart {
  border: 1px solid #ccc !important;
  border-collapse: collapse !important;
}
.woocommerce-cart .woocommerce > form tr td {
  border: 1px solid #ccc !important;
}
