.site-footer__item-inner--newsletter .h4, .social-links__heading {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase
}

@media (min-width:768px) {
  .site-footer__item-inner--newsletter .h4, .social-links__heading {
    font-weight: 700
  }
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-family: Georgia, serif
}

body {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-family: DIN, sans-serif!important;
  color: #434343;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out
}

body.cart-opened {
  -webkit-transform: translateX(-450px);
  transform: translateX(-450px)
}

a, button, input, p, select, span {
  font-family: DIN, sans-serif
}

svg {
  display: inline-block;
  fill: currentColor
}

.show {
  display: block!important
}

.hide {
  display: none!important
}

.hidden {
  visibility: hidden
}

.fade {
  opacity: 0
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden
}

.divider {
  margin: 0 auto 20px;
  width: 90px;
  height: 3px;
  background-color: #00aadc
}

@media (min-width:768px) {
  .divider {
    margin-bottom: 30px;
    width: 220px
  }
}

.aspect-ratio {
  display: block;
  position: relative;
  padding: 0
}

.aspect-ratio--square {
  width: 100%;
  padding-bottom: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.aspect-ratio--square:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1
}

.aspect-ratio--square img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%
}

.disable-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden
}

[aria-hidden=true] {
  display: none
}

.text-align-left {
  text-align: left!important
}

.text-align-center {
  text-align: center!important
}

.text-align-right {
  text-align: right!important
}

.vertical-left {
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.vertical-center {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.vertical-right {
  text-align: right;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.horizontal-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.horizontal-middle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.horizontal-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.flex-column-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.banner-section .section-inner {
  padding: 6px 15px;
  color: #040505;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase
}

@media (min-width:1200px) {
  .banner-section .section-inner {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px
  }
}

.main-header {
/*   position: absolute; */
  /*width: 100%;
  z-index: 3;
  position: fixed;*/
}

.shopify-section.header-section {
  position: relative;
}

.main-header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*position: absolute;*/
  background-color: rgba(4, 5, 5, .7)
}

.sticky .main-header {
/*  position: fixed;
  top: 0;
  left: 0*/
}
.header-col > * {
  flex: 0 0 auto;
}
.header-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
 /*width: 65%;*/
}

.header-col.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  /*width: 60%;*/
  width: 50%;
}

.header-logo {
  margin-left:  15px;
  /*margin-left: 25px;*/
  /*margin-right: 35px;*/
  padding-top: 4px;
  max-width: 100px
}

@media (min-width:1200px) {
  .header-logo {
    margin-top: 4px;
    /*margin-left: 55px;*/
    padding: 0;
    max-width: 100%;
    max-width: 120px;
  }
}

.header-logo img {
  max-width: 100%
}

@media (min-width:1200px) {
  .header-logo img {
    /*max-width: 75%*/
    max-width: 95%
  }
}

.header-cart {
  height: 100%
}

.cart_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 18px;
  width: 100%;
  max-width: 170px;
  height: 100%;
  text-align: center;
  background-color: #f15f13;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

@media (min-width:1200px) {
  .cart_button {
    padding: 0 20px
  }
}

.cart_button:hover {
  background-color: #cf4f19
}

@media (min-width:1200px) {
  .cart_button .cart-icon {
    margin-right: 10px
  }
}

.cart_button .cart-text {
  display: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  vertical-align: middle
}

@media (min-width:1200px) {
  .cart_button .cart-text {
    display: inline-block
  }
}

.cart_button .cart_count {
  position: absolute;
  top: 1px;
  right: 7px;
  background: grey;
  border-radius: 100px;
  padding: 2px 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 700
}

.cart_button .cart_count:empty, .header-menu_left, .header-menu_right {
  display: none
}

@media (min-width:1200px) {
  .header-menu_left, .header-menu_right {
    display: block
  }
}

.header-menu_right.hide {
  position: relative;
  z-index: -1
}

.header-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
  height: 100%
}

.header-search {
  display: none
}

.header-account, .header-search {
  margin-right: 20px
}

.header-account:hover, .header-search:hover {
  color: #f15f13
}

@media (min-width:480px) {
  .header-account, .header-search {
    display: block;
    margin-right: 30px
  }
}

.header-search {
  position: relative
}

.header-search_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.header-account_link, .search-button {
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.header-account_link:hover svg path, .search-button:hover svg path {
  stroke: #cf4f19
}

.hero-section .section-inner {
  position: relative;
  padding: 100px 15px
}

@media (min-width:768px) {
  .hero-section .section-inner {
    padding: 150px 75px
  }
}

@media (min-width:1024px) {
  .hero-section .section-inner {
    padding: 200px 125px
  }
}

@media (min-width:1200px) {
  .hero-section .section-inner {
    min-height: 725px
  }
}

@media (min-width:1920px) {
  .hero-section .section-inner {
    min-height: 825px
  }
}

.hero-section .hero-image {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  overflow: hidden
}

.hero-section .overlay:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: #040505;
  opacity: .3
}

.hero-section .hero-title {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  color: #fff
}

@media (min-width:768px) {
  .hero-section .hero-title {
    font-size: 50px
  }
}

@media (min-width:1024px) {
  .hero-section .hero-title {
    font-size: 66px
  }
}

.hero-section .hero-content {
  position: relative;
  z-index: 10
}

.vimeo-section .section-inner {
  position: relative;
  padding: 100px 15px
}

@media (min-width:768px) {
  .vimeo-section .section-inner {
    padding: 150px 75px
  }
}

@media (min-width:1024px) {
  .vimeo-section .section-inner {
    padding: 200px 125px
  }
}

@media (min-width:1200px) {
  .vimeo-section .section-inner {
    min-height: 725px
  }
}

@media (min-width:1920px) {
  .vimeo-section .section-inner {
    min-height: 825px
  }
}

.vimeo-section .hero-image {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  overflow: hidden
}

.vimeo-section .overlay:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: #040505;
  opacity: .3
}

.vimeo-section .hero-title {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  color: #fff
}

@media (min-width:768px) {
  .vimeo-section .hero-title {
    font-size: 50px
  }
}

@media (min-width:1024px) {
  .vimeo-section .hero-title {
    font-size: 66px
  }
}

.vimeo-section .hero-content {
  position: relative;
  z-index: 10
}

.introduction-section {
  padding: 45px 20px
}

@media (min-width:480px) {
  .introduction-section {
    padding-left: 55px;
    padding-right: 55px
  }
}

@media (min-width:768px) {
  .introduction-section {
    padding-top: 120px;
    padding-bottom: 120px
  }
}

.introduction-section .section-inner {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center
}

.introduction-title {
  margin: 0 auto 20px;
  max-width: 720px;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #040505
}

@media (min-width:768px) {
  .introduction-title {
    margin-bottom: 50px;
    font-size: 50px
  }
}

@media (min-width:1024px) {
  .introduction-title {
    letter-spacing: 2px
  }
}

.introduction-content {
  margin: 0 auto;
  max-width: 840px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #434343
}

@media (min-width:768px) {
  .introduction-content {
    font-size: 20px
  }
}

.introduction-image img {
  width: 100%;
  height: auto
}

.logo-list .section-inner {
  padding: 30px 10px 20px
}

@media (min-width:768px) {
  .logo-list .section-inner {
    padding: 80px 10px 10px
  }
}

.logo-list_heading {
  margin-bottom: 0;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #00aadc;
  text-transform: uppercase
}

@media (min-width:768px) {
  .logo-list_heading {
    font-size: 22px
  }
}

.logo-list_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  list-style: none
}

.logo-list_item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding: 10px
}

.images-grid_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  min-height: 300px;
  overflow: hidden
}

@media (min-width:480px) {
  .images-grid_container {
    min-height: 218px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 1px
  }
}

@media (min-width:768px) {
  .images-grid_container {
    min-height: 300px
  }
}

@media (min-width:1024px) {
  .images-grid_container {
    min-height: 640px
  }
}

.images-grid_item {
  position: relative;
  width: 100%;
  overflow: hidden
}

@media (min-width:480px) {
  .images-grid_item {
    -webkit-transform: skew(-16deg);
    transform: skew(-16deg)
  }
}

.images-grid_item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 24, 24, .37)
}

@media (min-width:480px) {
  .images-grid_item:first-child {
    margin-left: -60px
  }
}

@media (min-width:768px) {
  .images-grid_item:first-child {
    margin-left: -116px
  }
}

@media (min-width:480px) {
  .images-grid_item:first-child .images-grid_content-inner {
    left: 25px
  }
}

@media (min-width:768px) {
  .images-grid_item:first-child .images-grid_content-inner {
    left: 35px
  }
}

@media (min-width:1024px) {
  .images-grid_item:first-child .images-grid_content-inner {
    left: 40px
  }
}

.images-grid_item:nth-child(2) {
  margin-top: 16px;
  margin-bottom: 16px
}

@media (min-width:480px) {
  .images-grid_item:nth-child(2) {
    margin: 0;
    border-left: 16px solid #fff;
    border-right: 16px solid #fff
  }
}

@media (min-width:480px) {
  .images-grid_item:nth-child(2) .images-grid_image {
    left: -50px
  }
}

@media (min-width:768px) {
  .images-grid_item:nth-child(2) .images-grid_image {
    left: -116px
  }
}

@media (min-width:480px) {
  .images-grid_item:nth-child(3) {
    margin-right: -60px
  }
}

@media (min-width:768px) {
  .images-grid_item:nth-child(3) {
    margin-right: -116px
  }
}

@media (min-width:480px) {
  .images-grid_item:nth-child(3) .images-grid_image {
    left: -116px
  }
}

@media (min-width:480px) {
  .images-grid_item:nth-child(3) .images-grid_content-inner {
    left: -25px
  }
}

@media (min-width:768px) {
  .images-grid_item:nth-child(3) .images-grid_content-inner {
    left: -50px
  }
}

@media (min-width:1024px) {
  .images-grid_item:nth-child(3) .images-grid_content-inner {
    left: -60px
  }
}

.images-grid_image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover
}

@media (max-width:479.98px) {
  .images-grid_image {
    top: 0;
    left: 0
  }
}

@media (min-width:480px) {
  .images-grid_image {
    width: 150%;
    -webkit-transform: skew(16deg);
    transform: skew(16deg)
  }
}

.images-grid_content {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  text-align: center
}

@media (min-width:480px) {
  .images-grid_content {
    position: absolute;
    -webkit-transform: skew(16deg);
    transform: skew(16deg)
  }
}

.images-grid_content p {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
  width: 100%
}

@media (max-width:767px) {
  .images-grid_content p {
    display: none
  }
}

@media (min-width:1024px) {
  .images-grid_content p {
    font-size: 20px
  }
}

.images-grid_content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 20px;
  max-width: 200px
}

@media (min-width:480px) {
  .images-grid_content-inner {
    padding: 50px 0 0
  }
}

@media (min-width:1024px) {
  .images-grid_content-inner {
    padding-top: 135px;
    max-width: 320px
  }
}

.images-grid_title {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-transform: uppercase
}

@media (min-width:768px) {
  .images-grid_title {
    font-size: 28px
  }
}

@media (min-width:1024px) {
  .images-grid_title {
    font-size: 50px
  }
}

.images-grid_icon {
  margin-bottom: 30px;
  width: auto;
  height: 60px
}

@media (min-width:480px) and (max-width:767px) {
  .images-grid_icon {
    margin-bottom: 15px;
    width: auto;
    height: 25px;
    margin-top: 20px
  }
}

@media (min-width:1024px) {
  .images-grid_icon {
    margin-bottom: 50px;
    height: 100px
  }
}

.images-grid_icon img {
  width: auto;
  height: 100%
}

.text-with-image-section .section-inner {
  padding-top: 85px;
  padding-bottom: 85px
}

.text-with-image-section .innovation-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px
}

.text-with-image-section .innovation-content, .text-with-image-section .innovation-image {
  width: 100%
}

@media (min-width:768px) {
  .text-with-image-section .innovation-content, .text-with-image-section .innovation-image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
  }
}

.text-with-image-section .innovation-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 75px;
  max-width: 650px
}

@media (min-width:768px) {
  .text-with-image-section .innovation-content {
    margin-bottom: 0;
    padding-top: 50px
  }
}

@media (min-width:1024px) {
  .text-with-image-section .innovation-content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 70px;
    padding-right: 155px
  }
}

.text-with-image-section .innovation-title {
  margin: 0 auto 10px;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  color: #040505;
  text-transform: uppercase
}

@media (min-width:768px) {
  .text-with-image-section .innovation-title {
    margin-bottom: 30px;
    font-size: 32px
  }
}

@media (min-width:1024px) {
  .text-with-image-section .innovation-title {
    margin-bottom: 60px;
    font-size: 50px
  }
}

.text-with-image-section .innovation-list {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #040505;
  list-style: none
}

@media (min-width:768px) {
  .text-with-image-section .innovation-list {
    font-size: 22px
  }
}

.text-with-image-section .innovation-item:not(:last-child):after {
  content: "+";
  color: #00aadc;
  font-size: 24px
}

@media (min-width:768px) {
  .text-with-image-section .innovation-item:not(:last-child):after {
    font-size: 22px
  }
}

.text-with-image-section .innovation-item p {
  margin-bottom: 10px
}

.text-with-image-section .innovation-image {
  min-height: 280px;
  max-height: 675px
}

.text-with-image-section .innovation-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.products-grid {
  margin: 0 auto;
  max-width: 1440px
}

.center-content, .prod-banners-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.prod-banners-section .title {
  margin: 0 20px 25px;
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
  color: #040505;
  text-transform: none
}

@media (min-width:768px) {
  .prod-banners-section .title {
    margin-bottom: 30px;
    font-size: 50px
  }
}

.prod-all-banners-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  width: 100%;
  height: auto
}

@media (min-width:768px) {
  .prod-all-banners-container {
    margin-top: 65px
  }
}

.prod-banner-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-decoration: none
}

.prod-banner-container {
  display: block;
  position: relative;
  width: 100%;
  min-height: 220px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover
}

.prod-banner-container:not(:last-child) {
  margin-bottom: 10px
}

@media (min-width:768px) {
  .prod-banner-container {
    min-height: 450px
  }
  .prod-banner-container:not(:last-child) {
    margin-bottom: 25px
  }
}

@media (min-width:1024px) {
  .prod-banner-container {
    min-height: 650px
  }
}

.prod-banner-container:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(4, 5, 5, 0)), color-stop(90%, rgba(4, 5, 5, .4)));
  background-image: linear-gradient(0deg, rgba(4, 5, 5, 0) 0, rgba(4, 5, 5, .4) 90%)
}

.prod-banner-inner-content {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  padding: 35px 20px;
  max-width: 300px;
  height: 100%
}

@media (min-width:768px) {
  .prod-banner-inner-content {
    padding-top: 85px;
    padding-bottom: 85px
  }
}

@media (min-width:1024px) {
  .prod-banner-inner-content {
    max-width: 815px
  }
}

.prod-banner-inner-content .button {
  padding: 8px 14px;
  font-size: 14px;
  text-transform: none
}

@media (min-width:768px) {
  .prod-banner-inner-content .button {
    padding: 14px 36px;
    font-size: 18px;
    letter-spacing: .6px
  }
}

.hp-banner-title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase
}

@media (min-width:768px) {
  .hp-banner-title {
    font-size: 50px
  }
}

.banner-description {
  margin-bottom: 35px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #fff
}

@media (min-width:768px) {
  .banner-description {
    font-size: 20px
  }
}

.testimonials-slider {
  position: relative
}

.testimonials-slider .slide, .testimonials-slider .slides {
  min-height: 300px
}

@media (min-width:768px) {
  .testimonials-slider .slide, .testimonials-slider .slides {
    min-height: 420px
  }
}

@media (min-width:1024px) {
  .testimonials-slider .slide, .testimonials-slider .slides {
    min-height: 580px
  }
}

@media (min-width:1600px) {
  .testimonials-slider .slide, .testimonials-slider .slides {
    min-height: 800px
  }
}

.testimonials-slider .slide {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: relative
}

.testimonials-slider .slide:before {
  content: "";
  background-color: hsla(0, 0%, 100%, .3)
}

.testimonial-link, .testimonials-slider .slide:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.testimonial-link {
  display: block;
  text-decoration: none
}

.testimonial-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 15px;
  width: 100%;
  max-width: 320px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .4)
}

@media (min-width:768px) {
  .testimonial-content {
    max-width: 600px
  }
}

@media (min-width:1024px) {
  .testimonial-content {
    font-size: 40px;
    max-width: 775px
  }
}

.testimonial-content p {
  font-size: inherit;
  color: inherit;
  line-height: inherit
}

.testimonial-content:after, .testimonial-content:before {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px
}

@media (min-width:1024px) {
  .testimonial-content:after, .testimonial-content:before {
    width: 60px;
    height: 60px
  }
}

.testimonial-content:before {
  content: "";
  top: -40px;
  left: 20px;
  background: url(quote-start.png) no-repeat 50%/contain
}

@media (min-width:480px) {
  .testimonial-content:before {
    left: -25px;
    top: -15px
  }
}

@media (min-width:1024px) {
  .testimonial-content:before {
    left: -110px
  }
}

.testimonial-content:after {
  content: "";
  right: 15px;
  bottom: -40px;
  background: url(quote-end.png) no-repeat 50%/contain
}

@media (min-width:480px) {
  .testimonial-content:after {
    right: -25px;
    bottom: 0
  }
}

@media (min-width:1024px) {
  .testimonial-content:after {
    right: -110px
  }
}

.testimonial-text {
  margin-bottom: 10px
}

@media (min-width:768px) {
  .testimonial-text {
    margin-bottom: 20px
  }
}

.testimonial-text p {
  margin: 0
}

.page-section {
  -ms-flex-pack: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.page-section, .page-section .stripe-banner-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center
}

.page-section .stripe-banner-section {
  margin: 25px 0;
  height: 135px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1440px;
  -ms-flex-pack: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

@media (min-width:768px) {
  .page-section .stripe-banner-section {
    margin-top: 90px;
    margin-bottom: 90px;
    height: 400px;
    margin-top: 50px;
    margin-bottom: 50px;
    height: 250px
  }
}

@media (min-width:1024px) {
  .page-section .stripe-banner-section {
    margin-top: 60px;
    margin-bottom: 60px;
    height: 400px
  }
}

.page-section .stripe-banner-section .stripe-banner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  height: 100%
}

.page-section .stripe-banner-section .stripe-banner-container .stripe-banner-text {
  max-width: 60%;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 5px 5px 5px rgba(4, 5, 5, .3)
}

@media (min-width:768px) {
  .page-section .stripe-banner-section .stripe-banner-container .stripe-banner-text {
    font-size: 32px
  }
}

@media (min-width:1024px) {
  .page-section .stripe-banner-section .stripe-banner-container .stripe-banner-text {
    font-size: 66px
  }
}

.instagram-feeds {
  margin: 0 auto;
  max-width: 1440px;
  padding: 80px 0 20px
}

@media (min-width:768px) {
  .instagram-feeds {
    padding: 120px 0 25px
  }
}

.instagram-feeds_title {
  margin: 0 auto;
  max-width: 950px;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
  color: #040505;
  text-align: center;
  text-transform: none
}

@media (min-width:768px) {
  .instagram-feeds_title {
    font-size: 50px
  }
}

.instagram-feeds_carousel {
  position: relative;
  margin: 40px 0 30px
}

@media (min-width:768px) {
  .instagram-feeds_carousel {
    margin: 110px 0 60px
  }
}

.instagram-feeds_carousel :hover .flex-direction-nav {
  opacity: 1
}

.instagram-feeds_carousel .flex-viewport {
  padding-left: 15px;
  padding-bottom: 25px
}

@media (min-width:768px) {
  .instagram-feeds_carousel .flex-viewport {
    padding-left: 40px
  }
}

.instagram-feeds_carousel .instagram-feeds_slide {
  background-color: #fff;
  -webkit-box-shadow: 0 14px 7px rgba(4, 5, 5, .16);
  box-shadow: 0 14px 7px rgba(4, 5, 5, .16)
}

.instagram-feeds_carousel .flex-direction-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.instagram-feeds_carousel .flex-direction-nav .flex-next, .instagram-feeds_carousel .flex-direction-nav .flex-prev {
  top: -40px;
  margin: 0;
  border-radius: 50%;
  padding: 5px 15px;
  text-align: center;
  font-size: 30px;
  color: #f15f13;
  background: rgba(4, 5, 5, .5);
  opacity: 1;
  text-indent: 0;
  text-decoration: none;
  outline: none
}

.instagram-feeds_carousel .flex-direction-nav .flex-prev {
  left: 15px
}

@media (min-width:768px) {
  .instagram-feeds_carousel .flex-direction-nav .flex-prev {
    left: 55px
  }
}

.instagram-feeds_carousel .flex-direction-nav .flex-next {
  right: 15px
}

.instagram-feeds_carousel .flex-direction-nav .flex-disabled {
  opacity: 1!important;
  visibility: hidden
}

.instagram-feed_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 15px 15px 30px;
  min-height: 71px
}

.instagram-feed_usermeta {
  font-size: 14px
}

.instagram-feed_avatar {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden
}

.instagram-feed_avatar img {
  width: 100%;
  height: auto;
  border-radius: 50%
}

.instagram-feed_username {
  font-weight: 700;
  font-size: 12px;
  color: #040505
}

@media (min-width:768px) {
  .instagram-feed_username {
    font-size: 16px
  }
}

.instagram-feed_follow-link {
  color: #5096d1;
  text-decoration: none
}

.instagram-feed_description {
  font-size: 12px
}

@media (min-width:768px) {
  .site-footer {
    padding-top: 75px
  }
}

.site-footer .page-width {
  max-width: 1440px;
  padding-right: 15px;
  padding-left: 15px
}

@media (min-width:480px) {
  .site-footer .page-width {
    padding-right: 80px;
    padding-left: 75px
  }
}

@media (min-width:768px) {
  .site-footer .page-width {
    padding-left: 80px
  }
}

.site-footer a {
  -webkit-transition: all .3s;
  transition: all .3s
}

.site-footer a:hover {
  color: #f15f13
}

@media (max-width:749px) {
  .site-footer__content {
    padding: 0
  }
}

@media (min-width:480px) and (max-width:639.98px) {
  .site-footer__item:nth-child(-n+2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
  }
}

@media (min-width:640px) and (max-width:963.98px) {
  .site-footer__item:nth-child(-n+3) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.333333%;
    flex: 1 1 33.333333%
  }
}

.site-footer__item-inner--link_list .h4 {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #d46019;
  text-transform: uppercase
}

@media (min-width:964px) {
  .site-footer__item-inner--link_list .h4 {
    margin-bottom: 40px
  }
}

@media (max-width:963px) {
  .site-footer__linklist-item {
    padding: 5px 0
  }
}

.site-footer__copyright-content, .site-footer__linklist-item a, .site-footer__phone-content {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase
}

.site-footer__copyright-content, .site-footer__phone-content {
  font-weight: 400;
  text-align: center
}

.site-footer__phone-content {
  margin-bottom: 5px
}

.site-footer__phone-content a {
  font-weight: 700;
  font-size: 20px
}

.landing-discount {
  padding: 185px 255px 255px 285px
}

@media screen and (max-width:1536px) {
  .landing-discount {
    padding: 125px 180px
  }
}

@media screen and (max-width:1280px) {
  .landing-discount {
    padding: 95px 70px 70px
  }
}

@media screen and (max-width:768px) {
  .landing-discount {
    padding: 55px 70px 40px
  }
}

@media screen and (max-width:478px) {
  .landing-discount {
    padding: 55px 15px 40px
  }
}

.landing-discount__title {
  color: #000;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  position: relative;
  max-width: 900px;
  margin: 0 auto 295px
}

.landing-discount__title:after {
  content: "";
  position: absolute;
  width: 30%;
  height: 3px;
  background-color: #dc7727;
  bottom: -35%;
  right: 0;
  left: 35%
}

@media screen and (max-width:1536px) {
  .landing-discount__title:after {
    width: 30%;
    left: 35%
  }
}

@media screen and (max-width:760px) {
  .landing-discount__title:after {
    width: 22%;
    left: 40%
  }
}

@media screen and (max-width:1800px) {
  .landing-discount__title {
    font-size: 54px;
    margin-bottom: 180px
  }
}

@media screen and (max-width:965px) {
  .landing-discount__title {
    font-size: 36px;
    margin-bottom: 100px;
    width: 70%
  }
}

@media screen and (max-width:768px) {
  .landing-discount__title {
    font-size: 28px;
    margin-bottom: 80px;
    width: 100%
  }
}

.landing-discount__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.landing-discount__item:not(:last-child) {
  margin-bottom: 200px
}

@media screen and (max-width:1536px) {
  .landing-discount__item:not(:last-child) {
    margin-bottom: 140px
  }
}

@media screen and (max-width:965px) {
  .landing-discount__item:not(:last-child) {
    margin-bottom: 90px
  }
}

@media screen and (max-width:768px) {
  .landing-discount__item:not(:last-child) {
    margin-bottom: 65px
  }
}

@media screen and (max-width:768px) {
  .landing-discount__item {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }
}

.landing-discount__img {
  max-width: 900px;
  width: 63%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:768px) {
  .landing-discount__img {
    width: 100%;
    margin-bottom: 20px
  }
}

.landing-discount__img img {
  width: 100%;
  height: auto
}

@media screen and (max-width:1280px) {
  .landing-discount__img img {
    width: 87%
  }
}

@media screen and (max-width:768px) {
  .landing-discount__img img {
    width: 77%
  }
}

.landing-discount__content {
  width: 37%;
  padding: 55px 90px 73px 70px
}

@media screen and (max-width:1800px) {
  .landing-discount__content {
    padding: 35px 0 35px 70px
  }
}

@media screen and (max-width:1536px) {
  .landing-discount__content {
    padding: 25px
  }
}

@media screen and (max-width:768px) {
  .landing-discount__content {
    width: 100%;
    padding: 0
  }
}

.landing-discount__content-title {
  text-align: inherit;
  color: #000;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px
}

@media screen and (max-width:1536px) {
  .landing-discount__content-title {
    font-size: 40px
  }
}

@media screen and (max-width:965px) {
  .landing-discount__content-title {
    font-size: 30px;
    margin-bottom: 15px
  }
}

@media screen and (max-width:768px) {
  .landing-discount__content-title {
    font-size: 20px;
    margin-bottom: 7px
  }
}

.landing-discount__content-price {
  color: #f47721;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 12px
}

@media screen and (max-width:1536px) {
  .landing-discount__content-price {
    font-size: 19px
  }
}

@media screen and (max-width:965px) {
  .landing-discount__content-price {
    font-size: 17px
  }
}

@media screen and (max-width:768px) {
  .landing-discount__content-price {
    font-size: 16px;
    margin-bottom: 9px
  }
}

.landing-discount__content-price .price__sale {
  display: inline-block
}

.landing-discount__content-price .price__regular {
  font-weight: 300;
  display: inline-block;
  color: #4d4d4d;
  text-decoration: line-through;
  margin-left: 18px
}

@media screen and (max-width:965px) {
  .landing-discount__content-price .price__regular {
    margin-left: 14px
  }
}

@media screen and (max-width:768px) {
  .landing-discount__content-price .price__regular {
    margin-left: 9px
  }
}

.landing-discount__content-description {
  margin-bottom: 55px
}

@media screen and (max-width:965px) {
  .landing-discount__content-description {
    margin-bottom: 30px
  }
}

@media screen and (max-width:768px) {
  .landing-discount__content-description {
    margin-bottom: 15px
  }
}

.landing-discount__content-description p {
  color: #000;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2
}

@media screen and (max-width:1536px) {
  .landing-discount__content-description p {
    font-size: 19px
  }
}

@media screen and (max-width:965px) {
  .landing-discount__content-description p {
    font-size: 16px
  }
}

@media screen and (max-width:768px) {
  .landing-discount__content-description p {
    font-size: 13px
  }
}

.landing-discount__content-button {
  color: #fff;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 18px 46px;
  background-color: #f47721;
  border: 3px solid #f47721;
  border-radius: 3px;
  margin-left: 2px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: .7s;
  transition: .7s
}

@media screen and (max-width:1536px) {
  .landing-discount__content-button {
    font-size: 24px;
    padding: 15px 41px
  }
}

@media screen and (max-width:965px) {
  .landing-discount__content-button {
    font-size: 14px;
    padding: 12px 36px
  }
}

@media screen and (max-width:768px) {
  .landing-discount__content-button {
    font-size: 11px;
    padding: 8px 21px
  }
}

.landing-discount__content-button:hover {
  background-color: #fff;
  color: #e96014
}

.landing-text-bg {
  padding: 271px 330px
}

@media screen and (max-width:1536px) {
  .landing-text-bg {
    padding: 200px
  }
}

@media screen and (max-width:1280px) {
  .landing-text-bg {
    padding: 150px
  }
}

@media screen and (max-width:965px) {
  .landing-text-bg {
    padding: 100px
  }
}

@media screen and (max-width:768px) {
  .landing-text-bg {
    padding: 46px 59px
  }
}

.landing-text-bg__title {
  font-size: 50px;
  font-weight: 400!important;
  line-height: 1!important;
  margin: 0!important
}

@media screen and (max-width:1536px) {
  .landing-text-bg__title {
    font-size: 40px
  }
}

@media screen and (max-width:965px) {
  .landing-text-bg__title {
    font-size: 32px
  }
}

@media screen and (max-width:768px) {
  .landing-text-bg__title {
    font-size: 20px
  }
}

.landing-text-image {
  padding: 175px 232px 80px
}

@media screen and (max-width:1536px) {
  .landing-text-image {
    padding: 125px 150px 80px
  }
}

@media screen and (max-width:1280px) {
  .landing-text-image {
    padding: 95px 70px 70px
  }
}

@media screen and (max-width:768px) {
  .landing-text-image {
    padding: 45px 56px 35px
  }
}

@media screen and (max-width:478px) {
  .landing-text-image {
    padding: 25px 15px
  }
}

.landing-text-image__title {
  text-align: center;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 90px
}

@media screen and (max-width:1536px) {
  .landing-text-image__title {
    font-size: 56px;
    margin-bottom: 60px
  }
}

@media screen and (max-width:1280px) {
  .landing-text-image__title {
    font-size: 36px;
    margin-bottom: 40px
  }
}

@media screen and (max-width:768px) {
  .landing-text-image__title {
    font-size: 28px;
    margin-bottom: 15px
  }
}

.landing-text-image__img {
  width: 100%;
  height: auto;
  margin: 0 auto 105px
}

@media screen and (max-width:1536px) {
  .landing-text-image__img {
    margin-bottom: 85px
  }
}

@media screen and (max-width:1280px) {
  .landing-text-image__img {
    margin-bottom: 55px
  }
}

@media screen and (max-width:768px) {
  .landing-text-image__img {
    margin-bottom: 25px
  }
}

.landing-text-image__img img {
  width: 100%;
  height: auto
}

.landing-text-image__text {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.7
}

@media screen and (max-width:1280px) {
  .landing-text-image__text {
    font-size: 22px;
    font-size: 16px
  }
}

@media screen and (max-width:768px) {
  .landing-text-image__text {
    font-size: 12px
  }
}

.landing-grid-icon {
  padding: 130px 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media screen and (max-width:1850px) {
  .landing-grid-icon {
    padding: 125px 165px
  }
}

@media screen and (max-width:1536px) {
  .landing-grid-icon {
    padding: 110px 135px
  }
}

@media screen and (max-width:1280px) {
  .landing-grid-icon {
    padding: 70px 55px
  }
}

@media screen and (max-width:768px) {
  .landing-grid-icon {
    padding: 50px 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media screen and (max-width:478px) {
  .landing-grid-icon {
    padding: 40px 0
  }
}

.landing-grid-icon__item {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px
}

@media screen and (max-width:768px) {
  .landing-grid-icon__item {
    width: 100%;
    margin-bottom: 30px
  }
}

.landing-grid-icon__icon {
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 80px
}

@media screen and (max-width:1536px) {
  .landing-grid-icon__icon {
    margin-bottom: 30px;
    width: 100px;
    height: 100px
  }
}

@media screen and (max-width:1280px) {
  .landing-grid-icon__icon {
    margin-bottom: 0
  }
}

@media screen and (max-width:1536px) {
  .landing-grid-icon__icon {
    width: 80px;
    height: 80px
  }
}

@media screen and (max-width:768px) {
  .landing-grid-icon__icon {
    margin-bottom: 12px;
    width: 60px;
    height: 60px
  }
}

.landing-grid-icon__icon img {
  width: 81%;
  height: auto
}

@media screen and (max-width:768px) {
  .landing-grid-icon__icon img {
    width: 80%
  }
}

.landing-grid-icon__title {
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 25px
}

@media screen and (max-width:1536px) {
  .landing-grid-icon__title {
    font-size: 56px
  }
}

@media screen and (max-width:1280px) {
  .landing-grid-icon__title {
    font-size: 36px;
    margin-bottom: 10px
  }
}

@media screen and (max-width:768px) {
  .landing-grid-icon__title {
    font-size: 28px;
    font-weight: 400
  }
}

.landing-grid-icon__text {
  font-size: 37px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center
}

@media screen and (max-width:1536px) {
  .landing-grid-icon__text {
    font-size: 32px
  }
}

@media screen and (max-width:1280px) {
  .landing-grid-icon__text {
    font-size: 28px;
    font-size: 18px
  }
}

@media screen and (max-width:768px) {
  .landing-grid-icon__text {
    font-size: 12px
  }
}

.landing-hero .hero-title {
  margin-bottom: 19px
}

@media screen and (max-width:1536px) {
  .landing-hero .hero-title {
    font-size: 100px!important
  }
}

@media screen and (max-width:1280px) {
  .landing-hero .hero-title {
    font-size: 60px!important
  }
}

@media screen and (max-width:768px) {
  .landing-hero .hero-title {
    font-size: 31px!important
  }
}

.landing-hero__wrapper {
  padding: 350px 300px!important
}

@media screen and (max-width:1800px) {
  .landing-hero__wrapper {
    padding: 300px 200px!important
  }
}

@media screen and (max-width:1280px) {
  .landing-hero__wrapper {
    padding: 200px 150px!important
  }
}

@media screen and (max-width:768px) {
  .landing-hero__wrapper {
    padding: 100px 74px!important
  }
}

@media screen and (max-width:478px) {
  .landing-hero__wrapper {
    padding: 80px 15px 60px!important
  }
}

.landing-hero__description p {
  font-weight: 400;
  line-height: 1
}

@media screen and (max-width:1536px) {
  .landing-hero__description p {
    font-size: 36px!important
  }
}

@media screen and (max-width:1280px) {
  .landing-hero__description p {
    font-size: 24px!important
  }
}

@media screen and (max-width:768px) {
  .landing-hero__description p {
    font-size: 12px!important
  }
}

.product-shipping .wrapper {
  width: 100%;
  padding: 100px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1230px;
  margin: 0 auto
}

@media screen and (max-width:1440px) {
  .product-shipping .wrapper {
    padding: 60px 15px
  }
}

@media screen and (max-width:767px) {
  .product-shipping .wrapper {
    padding: 27px 30px
  }
}

@media screen and (max-width:478px) {
  .product-shipping .wrapper {
    padding: 27px 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.product-shipping__item {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 0 20px
}

@media screen and (max-width:767px) {
  .product-shipping__item {
    width: 24%;
    padding: 0
  }
}

@media screen and (max-width:478px) {
  .product-shipping__item {
    width: 50%
  }
  .product-shipping__item:nth-child(3):after {
    display: none
  }
}

.product-shipping__item:not(:first-child):after {
  content: "";
  background: url(arrow.png) no-repeat;
  background-size: 67px;
  position: absolute;
  top: 75px;
  right: 0;
  bottom: 0;
  left: -40px;
  width: 100%;
  height: 100%
}

@media screen and (max-width:1440px) {
  .product-shipping__item:not(:first-child):after {
    background-size: 48px;
    top: 102px;
    width: 51px;
    left: -22px
  }
}

@media screen and (max-width:965px) {
  .product-shipping__item:not(:first-child):after {
    background-size: 30px;
    left: -9px
  }
}

@media screen and (max-width:767px) {
  .product-shipping__item:not(:first-child):after {
    background-size: 18px;
    left: -9px;
    top: 20px
  }
}

.product-shipping__image {
  margin-bottom: 20px;
  width: 133px;
  height: 133px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:1440px) {
  .product-shipping__image {
    margin: 0
  }
}

@media screen and (max-width:767px) {
  .product-shipping__image {
    width: 39px;
    height: 39px;
    margin-bottom: 4px
  }
}

.product-shipping__image>img {
  width: auto;
  height: auto
}

@media screen and (max-width:1536px) {
  .product-shipping__image>img {
    width: 70%
  }
}

@media screen and (max-width:1280px) {
  .product-shipping__image>img {
    width: 60%
  }
}

@media screen and (max-width:965px) {
  .product-shipping__image>img {
    width: 50%
  }
}

@media screen and (max-width:767px) {
  .product-shipping__image>img {
    width: 86%
  }
}

.product-shipping__title {
  text-align: center;
  max-width: 315px;
  color: #434343;
  font-family: DIN\ 2014, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  margin: 0
}

@media screen and (max-width:1536px) {
  .product-shipping__title {
    font-size: 22px
  }
}

@media screen and (max-width:1280px) {
  .product-shipping__title {
    font-size: 18px
  }
}

@media screen and (max-width:767px) {
  .product-shipping__title {
    font-size: 12px
  }
}

.blog-listing {
  padding: 60px 0 80px
}

@media screen and (max-width:1280px) {
  .blog-listing {
    padding: 80px 0 50px
  }
}

@media screen and (max-width:768px) {
  .blog-listing {
    padding: 40px 0 50px
  }
}

.blog-listing .page-width {
  max-width: 90vw;
  padding: 0
}

.blog-listing .section-header {
  margin-bottom: 100px
}

@media screen and (max-width:768px) {
  .blog-listing .section-header {
    margin-bottom: 50px
  }
}

@media screen and (min-width: 1500px) {
  .blog-listing .page-width {
    max-width: 1520px;
  }
}

.blog-listing .section-header h1 {
  margin: 0 0 50px;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.2;
  position: relative
}

@media screen and (max-width:1580px) {
  .blog-listing .section-header h1 {
    font-size: 50px
  }
}

@media screen and (max-width:1280px) {
  .blog-listing .section-header h1 {
    font-size: 40px
  }
}

@media screen and (max-width:965px) {
  .blog-listing .section-header h1 {
    font-size: 32px
  }
}

@media screen and (max-width:768px) {
  .blog-listing .section-header h1 {
    font-size: 28px
  }
}

.blog-listing .section-header h1:after {
  content: "";
  position: absolute;
  width: 20%;
  height: 3px;
  background-color: #dc7727;
  bottom: -35%;
  right: 40%;
  left: 40%
}

.blog-listing .grid {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: visible;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.blog-listing .blog-listing__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 306px;
  margin-bottom: 40px
}

@media screen and (max-width:1580px) {
  .blog-listing .blog-listing__image {
    margin-bottom: 20px
  }
}

.blog-listing .blog-listing__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  max-height: 150%;
  max-width: 150%
}

@media screen and (max-width:1580px) {
  .blog-listing .blog-listing__image {
    height: 260px
  }
}

@media screen and (max-width:1280px) {
  .blog-listing .blog-listing__image {
    height: 200px
  }
}

@media screen and (max-width:965px) {
  .blog-listing .blog-listing__image {
    height: 150px
  }
}

@media screen and (max-width:768px) {
  .blog-listing .blog-listing__image {
    height: 230px
  }
}

.blog-listing .grid__item-first-page {
  float: none;
  height: auto;
  width: 33.33333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 28px;
  margin-bottom: 60px
}

@media screen and (max-width:768px) {
  .blog-listing .grid__item-first-page {
    width: 100%;
    padding-left: 62px;
    padding-right: 62px
  }
}

@media screen and (max-width:467px) {
  .blog-listing .grid__item-first-page {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
  }
}

.blog-listing .grid__item-first-page:nth-child(-n+2) {
  width: 50%
}

@media screen and (max-width:768px) {
  .blog-listing .grid__item-first-page:nth-child(-n+2) {
    width: 100%
  }
}

.blog-listing .grid__item-first-page:nth-child(-n+2) .blog-listing__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 450px
}

.blog-listing .grid__item-first-page:nth-child(-n+2) .blog-listing__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  max-height: 150%;
  max-width: 150%
}

@media screen and (max-width:1580px) {
  .blog-listing .grid__item-first-page:nth-child(-n+2) .blog-listing__image {
    height: 400px
  }
}

@media screen and (max-width:1280px) {
  .blog-listing .grid__item-first-page:nth-child(-n+2) .blog-listing__image {
    height: 300px
  }
}

@media screen and (max-width:965px) {
  .blog-listing .grid__item-first-page:nth-child(-n+2) .blog-listing__image {
    height: 200px
  }
}

@media screen and (max-width:768px) {
  .blog-listing .grid__item-first-page:nth-child(-n+2) .blog-listing__image {
    height: 230px
  }
}

.blog-listing .grid__item-first-page:nth-child(-n+2) .article__grid-excerpt {
  line-height: 1.7
}

.blog-listing .grid__item {
  float: none;
  height: auto;
  width: 33.33333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 28px;
  margin-bottom: 60px
}

@media screen and (max-width:768px) {
  .blog-listing .grid__item {
    width: 100%;
    padding-left: 62px;
    padding-right: 62px
  }
}

@media screen and (max-width:467px) {
  .blog-listing .grid__item {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
  }
}

@media screen and (max-width:1280px) {
  .blog-listing .blog-filter, .blog-listing .select-group select {
    font-size: 16px
  }
}

@media screen and (max-width:768px) {
  .blog-listing .blog-filter, .blog-listing .select-group select {
    font-size: 12px
  }
}

.blog-listing .article__title {
  color: #000;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0
}

@media screen and (max-width:1580px) {
  .blog-listing .article__title {
    font-size: 30px
  }
}

@media screen and (max-width:1280px) {
  .blog-listing .article__title {
    font-size: 24px
  }
}

@media screen and (max-width:768px) {
  .blog-listing .article__title {
    font-size: 20px
  }
}

.blog-listing .article__info {
  margin: 5px 0
}

@media screen and (max-width:768px) {
  .blog-listing .article__info {
    margin: 0
  }
}

.blog-listing .article__author, .blog-listing .article__date {
  color: #4d4d4d;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.7;
  margin: 0;
  display: block
}

@media screen and (max-width:1580px) {
  .blog-listing .article__author, .blog-listing .article__date {
    font-size: 17px
  }
}

@media screen and (max-width:1280px) {
  .blog-listing .article__author, .blog-listing .article__date {
    font-size: 15px
  }
}

@media screen and (max-width:965px) {
  .blog-listing .article__author, .blog-listing .article__date {
    font-size: 13px
  }
}

@media screen and (max-width:768px) {
  .blog-listing .article__author, .blog-listing .article__date {
    font-size: 12px
  }
}

.blog-listing .article__grid-excerpt {
  color: #000;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.7;
  margin: 0
}

@media screen and (max-width:1580px) {
  .blog-listing .article__grid-excerpt {
    font-size: 19px
  }
}

@media screen and (max-width:1280px) {
  .blog-listing .article__grid-excerpt {
    font-size: 16px
  }
}

@media screen and (max-width:965px) {
  .blog-listing .article__grid-excerpt {
    font-size: 14px
  }
}

@media screen and (max-width:768px) {
  .blog-listing .article__grid-excerpt {
    font-size: 12px
  }
}

.blog-listing .article__grid-excerpt span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 290px
}

.blog-listing .article__grid-excerpt span img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  max-height: 150%;
  max-width: 150%
}

.blog-listing .article__grid-meta {
  margin-bottom: 35px
}

@media screen and (max-width:1580px) {
  .blog-listing .article__grid-meta {
    margin-bottom: 15px
  }
}

@media screen and (max-width:768px) {
  .blog-listing .article__grid-meta {
    margin-bottom: 5px
  }
}

.blog-listing .article__tags {
  color: #4d4d4d;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.7;
  margin-bottom: 5px;
  padding: 10px 0 0 5px
}

@media screen and (max-width:1580px) {
  .blog-listing .article__tags {
    font-size: 16px
  }
}

@media screen and (max-width:1280px) {
  .blog-listing .article__tags {
    font-size: 14px
  }
}

@media screen and (max-width:768px) {
  .blog-listing .article__tags {
    font-size: 12px
  }
}

.blog-listing .article__meta-buttons {
  margin-top: auto
}

.blog-listing .article__meta-buttons li a {
  padding: 17px 37px;
  color: #fff;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 3px;
  background-color: #f15f12;
  border: 1px solid #f15f12;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: .7s;
  transition: .7s;
  margin-top: auto
}

@media screen and (max-width:1580px) {
  .blog-listing .article__meta-buttons li a {
    font-size: 17px;
    padding: 8px 10px
  }
}

@media screen and (max-width:1280px) {
  .blog-listing .article__meta-buttons li a {
    font-size: 15px
  }
}

@media screen and (max-width:965px) {
  .blog-listing .article__meta-buttons li a {
    font-size: 13px
  }
}

@media screen and (max-width:768px) {
  .blog-listing .article__meta-buttons li a {
    font-size: 11px;
    padding: 6px 12px
  }
}

.blog-listing .article__meta-buttons li a:hover {
  background-color: #fff;
  color: #f15f12
}

@media screen and (max-width:768px) {
  .blog-listing .pagination {
    padding-top: 15px
  }
}

.blog-hero {
  height: 56vw;
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.blog-hero:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1
}

.blog-hero__wrapper {
  z-index: 999;
  max-width: 80%;
  margin: auto
}

@media screen and (max-width:359px) {
  .blog-hero__wrapper {
    padding-top: 20px
  }
}

.blog-hero__title {
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  margin: 0
}

@media screen and (max-width:1280px) {
  .blog-hero__title {
    font-size: 50px
  }
}

@media screen and (max-width:768px) {
  .blog-hero__title {
    font-size: 30px
  }
}

.blog-hero__pretitle {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.7;
  margin: 0 47px
}

@media screen and (max-width:1280px) {
  .blog-hero__pretitle {
    font-size: 30px
  }
}

@media screen and (max-width:768px) {
  .blog-hero__pretitle {
    font-size: 21px;
    margin: 0 12px
  }
}

/* .article-main {
  padding: 111px 230px 90px
} */

.article-main {
  padding: 60px 0px 90px;
  max-width: 875px;
  margin-right: auto;
  margin-left: auto;

  /* ring style */
  padding: 120px 120px 90px;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  position: relative;
  top: -60px;
}

.article-main .section-header {
  flex-direction: column;
  text-align: left;
}

.article-excerpt {
  font-size: 18px;
}

@media screen and (max-width:1580px) {
  .article-main {
    padding: 100px 120px;
    padding: 40px 60px;
    max-width: 735px;
  }
}

@media screen and (min-width: 1580px) {
  .article-main p.article-excerpt {
    font-size: 22px;
  }
}

@media screen and (max-width:965px) {
  .article-main {
    padding: 30px 60px 50px
  }
}

@media screen and (max-width:479px) {
  .article-main {
    padding-right: 30px;
    padding-left: 30px
  }
}

.article-main .section-header {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media screen and (max-width:965px) {
  .article-main .section-header {
    margin-bottom: 30px;
  }
}

.article-main .article__author, .article-main .article__date {
  font-size: 17px;
  font-weight: 500;
  line-height: 3.2;
  color: #4d4d4d;
  margin: 0 0;
}

@media screen and (max-width:1580px) {
  .article-main .article__author, .article-main .article__date {
    font-size: 14px
  }
}

@media screen and (max-width:1280px) {
  .article-main .article__author, .article-main .article__date {
    font-size: 16px
  }
}

@media screen and (max-width:965px) {
  .article-main .article__author, .article-main .article__date {
    font-size: 13px
  }
}

@media screen and (max-width:768px) {
  .article-main .article__author, .article-main .article__date {
    font-size: 12px
  }
}

.article-main .article__author {
  position: relative
}

.article-main .article__author:not(:last-child):after {
  content: "|";
  position: absolute;
  height: 100%;
  width: 3px;
  top: 0;
  right: -15px
}

.article-main__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 60px;
  margin-top: 40px;
}

@media (max-width: 965px) {
  .article-main__link {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.article-main__link:before {
  content: "";
  /* position: absolute;
  top: -25px; */
  right: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #f63
}

/* @media screen and (max-width:965px) {
  .article-main__link:before {
    height: 1px;
    top: -7px
  }
} */

.article-main__link-comment, .article-main__link-conservation {
  color: #4d4d4d;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.7
}

@media screen and (max-width:1580px) {
  .article-main__link-comment, .article-main__link-conservation {
    font-size: 17px
  }
}

@media screen and (max-width:1280px) {
  .article-main__link-comment, .article-main__link-conservation {
    font-size: 15px
  }
}

@media screen and (max-width:965px) {
  .article-main__link-comment, .article-main__link-conservation {
    font-size: 13px
  }
}

@media screen and (max-width:768px) {
  .article-main__link-comment, .article-main__link-conservation {
    font-size: 12px
  }
}

.article-main .rte h1 {
  font-size: 80px;
  font-weight: 400;
  line-height: 1.2;
  margin: 20px 0 30px;
  color: #000;
  letter-spacing: 0
}

@media screen and (max-width:1580px) {
  .article-main .rte h1 {
    font-size: 50px
  }
}

@media screen and (max-width:1280px) {
  .article-main .rte h1 {
    font-size: 40px
  }
}

@media screen and (max-width:965px) {
  .article-main .rte h1 {
    font-size: 32px;
    margin: 10px 0 15px
  }
}

@media screen and (max-width:768px) {
  .article-main .rte h1 {
    font-size: 28px
  }
}

.article-main .rte div, .article-main .rte li, .article-main .rte p {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.7;
  color: #000
}

@media screen and (max-width:1580px) {
  .article-main .rte div, .article-main .rte li, .article-main .rte p {
    font-size: 17px
  }
}

@media screen and (max-width:1280px) {
  .article-main .rte div, .article-main .rte li, .article-main .rte p {
    font-size: 15px
  }
}

@media screen and (max-width:965px) {
  .article-main .rte div, .article-main .rte li, .article-main .rte p {
    font-size: 13px;
    margin: 20px 0
  }
}

@media screen and (max-width:768px) {
  .article-main .rte div, .article-main .rte li, .article-main .rte p {
    font-size: 12px
  }
}

.article-main .rte div, .article-main .rte p {
  margin: 50px 0
}

@media screen and (max-width:965px) {
  .article-main .rte div, .article-main .rte p {
    margin: 20px 0
  }
}

.article-main .rte li {
  margin-bottom: 10px
}

.article-main .rte img {
  margin: 35px auto;
  width: 100%;
  height: auto
}

@media screen and (max-width:965px) {
  .article-main .rte img {
    margin: 15px auto
  }
}

.article-main-wrapper {
  padding: 0!important;
  max-width: 1920px!important;
  margin: 0 auto!important
}

.article-main-wrapper .grid {
  margin: 0!important
}

.article-main-wrapper .grid__item {
  position: static!important;
  width: 100%!important;
  float: none!important;
  padding: 0!important
}

.article-main__form {
  margin-bottom: 30px
}

.article-main__form .btn {
  color: #fff;
  border-radius: 3px;
  background-color: #f15f12;
  border: 3px solid #f15f12;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: .7s;
  transition: .7s
}

.article-main__form .btn:hover {
  background-color: #fff;
  color: #f15f12
}

/* @media screen and (max-width:965px) {
  .hero-section-hide {
    padding-top: 80px!important
  }
} */

/* support pages */
#help-hq-manual .article-main {
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
/* end support pages */

.compare-main {
  padding: 140px 67px 110px
}

@media screen and (max-width:964px) {
  .compare-main {
    padding: 75px 0 35px
  }
}

.compare-main__title {
  color: #040505;
  font-size: 66px;
  font-weight: 500;
  line-height: 1.2
}

@media screen and (max-width:1279px) {
  .compare-main__title {
    font-size: 50px;
    padding: 0 52px
  }
}

@media screen and (max-width:767px) {
  .compare-main__title {
    font-size: 30px
  }
}

@media screen and (max-width:479px) {
  .compare-main__title {
    font-size: 19px
  }
}

.compare-main__carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 40px
}

.compare-main__carousel .slick-next, .compare-main__carousel .slick-prev {
  background-color: hsla(0, 0%, 100%, .92);
  width: 45px;
  z-index: 9;
  color: #000;
  font-size: 27px;
  display: block;
  top: 0;
  height: 100%;
  bottom: 0;
  position: absolute;
  -webkit-transform: none;
  transform: none
}

.compare-main__carousel .slick-next:before, .compare-main__carousel .slick-prev:before {
  display: none
}

@media screen and (max-width:479px) {
  .compare-main__carousel .slick-next, .compare-main__carousel .slick-prev {
    width: 15px
  }
}

.compare-main__carousel .slick-next i, .compare-main__carousel .slick-prev i {
  position: fixed;
  top: calc(50% - 13px)
}

.compare-main__carousel .slick-prev {
  left: 0
}

.compare-main__carousel .slick-prev i {
  left: 15px
}

@media screen and (max-width:400px) {
  .compare-main__carousel .slick-prev i {
    left: 5px
  }
}

.compare-main__carousel .slick-next {
  right: 0
}

.compare-main__carousel .slick-next i {
  right: 15px
}

@media screen and (max-width:400px) {
  .compare-main__carousel .slick-next i {
    right: 5px
  }
}

.compare-main__carousel .slick-disabled {
  background-color: #fff!important
}

.compare-main__carousel .slick-disabled i {
  display: none
}

.compare-main__carousel .slick-list {
  padding: 0 45px
}

@media screen and (max-width:479px) {
  .compare-main__carousel .slick-list {
    padding: 0 15px
  }
}

.compare-main__item {
  text-align: center;
  margin-bottom: 5px
}

@media screen and (min-width:965px) {
  .compare-main__item {
    /*width: 20%*/
    flex: 1 1 auto;
    width: 16.6%;
  }
}

.compare-main__tag {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .9px;
  line-height: 1.33;
  text-transform: uppercase;
  color: #fff;
  display: block
}

@media screen and (max-width:1400px) {
  .compare-main__tag {
    font-size: 15px
  }
}

@media screen and (max-width:1100px) {
  .compare-main__tag {
    font-size: 12px
  }
}


@media screen and (max-width:964px) {
  .compare-main__tag {
    font-size: 10px
  }
}

.compare-main__tag-wrapper {
  background-color: #00aadc;
  padding: 2px 32px;
  position: relative;
  margin-bottom: 35px;
  line-height: 0
}

@media screen and (max-width:1279px) {
  .compare-main__tag-wrapper {
    padding-left: 20px;
    padding-right: 20px
  }
}

@media screen and (max-width:964px) {
  .compare-main__tag-wrapper {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 15px
  }
}

.compare-main__tag-wrapper:before {
  content: "";
  left: -2px;
  top: -1px;
  border: 15px solid transparent;
  border-left-color: #fff;
  position: absolute
}

@media screen and (max-width:1279px) {
  .compare-main__tag-wrapper:before {
    border-width: 12px
  }
}

@media screen and (max-width:964px) {
  .compare-main__tag-wrapper:before {
    border-width: 8px
  }
}

.compare-main__tag-wrapper:after {
  content: "";
  right: -2px;
  top: -1px;
  border: 15px solid transparent;
  border-right-color: #fff;
  position: absolute
}

@media screen and (max-width:1279px) {
  .compare-main__tag-wrapper:after {
    border-width: 12px
  }
}

@media screen and (max-width:964px) {
  .compare-main__tag-wrapper:after {
    border-width: 8px
  }
}

.compare-main__image {
  border-bottom: 3px solid #4d4e4e;
  position: relative;
  height: min(45vw,900px);
  margin-bottom: 40px
}

@media screen and (max-width:1200px) {
  .compare-main__image {
    height: 57vw
  }
}
@media screen and (max-width:964px) {
  .compare-main__image {
    height: 75vw
  }
}

@media screen and (max-width:767px) {
  .compare-main__image {
    height: 86vw;
    margin-bottom: 10px
  }
}

@media screen and (max-width:479px) {
  .compare-main__image {
    height: 117vw
  }
}

.compare-main__image-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.compare-main__image-wrapper img {
  height: auto;
  min-height: 1px
}

.compare-column__title {
  font-size:  20px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.compare-main__description {
  margin: auto;
  height: 6%
}

@media screen and (max-width:1279px) {
  .compare-main__description {
    margin-bottom: 15px;
    height: 5%
  }
}

@media screen and (max-width:964px) {
  .compare-main__description {
    min-height: 42px
  }
}

@media screen and (max-width:479px) {
  .compare-main__description {
    min-height: 56px
  }
}

.compare-main__description p {
  color: #434343;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.18;
  width: 95%;
  margin: auto
}

@media screen and (max-width:1378px) {
  .compare-main__description p {
    font-size: 20px
  }
}

@media screen and (max-width:1279px) {
  .compare-main__description p {
    font-size: 15px
  }
}

@media screen and (max-width:964px) {
  .compare-main__description p {
    font-size: 12px;
    width: 98%
  }
}

.compare-main__btn {
  display: inline-block;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 33px;
  background-color: #f15f13;
  border: 1px solid #f15f13;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: .7s;
  transition: .7s;
  margin: auto auto 73px;
}

.compare-main__btn.lower {
  margin-top: 50px;
}

@media screen and (max-width:1279px) {
  .compare-main__btn {
    margin-bottom: 26px;
    font-size: 21px;
    padding: 5px 25px
  }
}

@media screen and (max-width:767px) {
  .compare-main__btn {
    font-size: 19px;
    padding: 4px 16px
  }
}

.compare-main__btn:hover {
  background-color: #fff;
  color: #f15f13!important
}

.compare-main__content {
  width: 88%;
  margin: 0 auto;
  -webkit-box-shadow: 3px 3px 3px rgba(4, 5, 5, .3);
  box-shadow: 3px 3px 3px rgba(4, 5, 5, .3);
  padding: 42px 0 15px
}

@media screen and (max-width:1279px) {
  .compare-main__content {
    padding: 20px 0 5px
  }
}

@media screen and (max-width:964px) {
  .compare-main__content {
    -webkit-box-shadow: 1px 1px 5px rgba(4, 5, 5, .25);
    box-shadow: 1px 1px 5px rgba(4, 5, 5, .25);
    width: 86%
  }
}

@media screen and (max-width:479px) {
  .compare-main__content {
    width: 95%
  }
}

.compare-main__content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 45px
}

@media screen and (max-width:1279px) {
  .compare-main__content-item {
    margin-bottom: 25px
  }
}

.compare-main__content-heading {
  color: #00aadc;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.52;
  text-transform: uppercase;
  margin-bottom: 20px
}

@media screen and (max-width:1279px) {
  .compare-main__content-heading {
    font-size: 16px;
    margin-bottom: 15px
  }
}

@media screen and (max-width:964px) {
  .compare-main__content-heading {
    font-size: 12px
  }
}

.compare-main__content-price {
  margin-bottom: 15px;
  color: #040505;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.18
}

@media screen and (max-width:1279px) {
  .compare-main__content-price {
    font-size: 19px;
    margin-bottom: 0
  }
}

.compare-main__content-subprice {
  color: #434343;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.1
}

@media screen and (max-width:1279px) {
  .compare-main__content-subprice {
    font-size: 14px
  }
}

@media screen and (max-width:964px) {
  .compare-main__content-subprice {
    display: none
  }
}

.compare-main__content-subprice.mobile {
  display: none
}

@media screen and (max-width:964px) {
  .compare-main__content-subprice.mobile {
    display: block!important;
    font-size: 12px;
    letter-spacing: .6px
  }
}

.compare-main__content-type {
  color: #040505;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 1.2;
  text-transform: uppercase
}

@media screen and (max-width:1279px) {
  .compare-main__content-type {
    font-size: 16px
  }
}

@media screen and (max-width:964px) {
  .compare-main__content-type {
    font-size: 12px
  }
}

.compare-main__content-water-img {
  height: 35px;
  margin-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.compare-main__content-water-img img {
  width: 100%;
  height: auto;
  max-width: 30%
}
.compare-main__content-box-img {
  /*margin-bottom: 7px;*/
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 1.7;
}

.compare-main__content-box-img img {
  max-width: 100% !important;
  position: relative;
  height:  100%;
  width:  100%;
  object-fit: contain;
}
.compare-main__content-water-type {
  color: #434343;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.38
}

@media screen and (max-width:1279px) {
  .compare-main__content-water-type {
    font-size: 15px
  }
}

@media screen and (max-width:964px) {
  .compare-main__content-water-type {
    font-size: 12px
  }
}

.compare-main__content-size p, .compare-main__content-time p, .compare-main__content-weight p {
  color: #040505;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.34;
  text-transform: uppercase;
  letter-spacing: 1.6px
}

@media screen and (max-width:1279px) {
  .compare-main__content-size p, .compare-main__content-time p, .compare-main__content-weight p {
    font-size: 21px
  }
}

@media screen and (max-width:964px) {
  .compare-main__content-size p, .compare-main__content-time p, .compare-main__content-weight p {
    font-size: 16px
  }
}

.compare-main__content-experience {
  min-height: 42px;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px
}

@media screen and (max-width:1279px) {
  .compare-main__content-experience.mobile {
    min-height: 28px;
    height: 100%
  }
}

.compare-main__content-experience, .compare-main__content-storage {
  color: #040505;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .9px;
  line-height: 1.22;
  text-transform: uppercase
}

@media screen and (max-width:1279px) {
  .compare-main__content-experience, .compare-main__content-storage {
    display: none
  }
}

.compare-main__content-experience.mobile, .compare-main__content-storage.mobile {
  display: none
}

@media screen and (max-width:1279px) {
  .compare-main__content-experience.mobile, .compare-main__content-storage.mobile {
    display: block!important;
    font-size: 12px;
    letter-spacing: .6px
  }
}

.s4com-container, .standart-page {
  padding-top: 120px!important;
  padding-bottom: 80px!important
}

@media screen and (max-width:1149px) {
  .s4com-container, .standart-page {
    padding-top: 80px!important;
    padding-bottom: 50px!important
  }
}

.s4com-container .scrollable-wrapper td, .s4com-container .scrollable-wrapper td a, .standart-page .scrollable-wrapper td, .standart-page .scrollable-wrapper td a {
  border: none
}

.s4com-container a, .standart-page a {
  color: #f15f13;
  text-decoration: none;
  outline: 0;
  -webkit-transition: color .1s linear;
  transition: color .1s linear;
  border: none!important
}

.s4com-container a:hover, .standart-page a:hover {
  color: grey
}

.s4com-container h1, .standart-page h1 {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 7px 0
}

.standart-login, .standart-register {
  padding-top: 120px!important;
  padding-bottom: 80px!important
}

@media screen and (max-width:1149px) {
  .standart-login, .standart-register {
    padding-top: 80px!important;
    padding-bottom: 50px!important
  }
}

.standart-login label, .standart-register label {
  font-weight: 700;
  margin-bottom: 4px
}

.standart-login input, .standart-register input {
  border: 1px solid #dce0e0;
  padding: 11px 10px;
  border-radius: 4px;
  color: #565a5c;
  width: 100%;
  max-width: 100%;
  margin: 0 0 15px;
  -webkit-transition: border-color .2s linear, -webkit-box-shadow .2s ease;
  transition: border-color .2s linear, -webkit-box-shadow .2s ease;
  transition: border-color .2s linear, box-shadow .2s ease;
  transition: border-color .2s linear, box-shadow .2s ease, -webkit-box-shadow .2s ease
}

.standart-login input:focus, .standart-register input:focus {
  border-color: #8a898a;
  color: #333
}

.standart-login-button, .standart-register-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.standart-login-button input, .standart-register-button input {
  margin: 0;
  background: #f15f13;
  color: #fff;
  border: 1px solid #f15f13;
  padding: 10px;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  font-family: DIN, sans-serif!important
}

@media screen and (max-width:479px) {
  .standart-login-button input, .standart-register-button input {
    font-size: 12px
  }
}

.standart-login-button input:hover, .standart-register-button input:hover {
  background: #fff!important;
  color: #f15f13!important
}

.standart-login-button .login-create-account, .standart-register-button .login-create-account {
  color: #444
}

@media screen and (max-width:479px) {
  .standart-login-button .login-create-account, .standart-register-button .login-create-account {
    font-size: 12px
  }
}

.standart-login-button .login-create-account a, .standart-register-button .login-create-account a {
  color: #f15f13;
  text-decoration: none;
  outline: 0;
  -webkit-transition: color .1s linear;
  transition: color .1s linear
}

.standart-login-button .login-create-account a:hover, .standart-register-button .login-create-account a:hover {
  color: grey
}

.standart-login .forgot-password {
  float: right;
  position: relative;
  font-size: 90%
}

.standart-login .forgot-password a {
  color: #f15f13;
  text-decoration: none;
  outline: 0;
  -webkit-transition: color .1s linear;
  transition: color .1s linear;
  font-size: 90%;
  font-style: italic
}

.standart-login .forgot-password a:hover {
  color: grey
}

.standart-login .form-message--error {
  border: none;
  background-color: transparent;
  margin: 0
}

.standart-login .form-message__title {
  display: none
}

.standart-login h2 {
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 1em;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 7px 0;
  color: #000
}

.standart-login .input-error-message {
  color: #f15f13
}

.shopify-challenge__container {
  padding: 120px 0 80px
}

.shopify-challenge__container .shopify-challenge__button {
  background: #f15f13;
  color: #fff;
  border: 1px solid #f15f13;
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s
}

.shopify-challenge__container .shopify-challenge__button:hover {
  background: #fff!important;
  color: #f15f13!important
}

.account {
  padding: 100px 67px 125px
}

@media screen and (max-width:964px) {
  .account {
    padding: 75px 15px 35px
  }
}

.account__log-out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px
}

.account__log-out span {
  margin: 0 5px
}

.account h2 {
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 1em;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 7px 0;
  font-weight: 500;
  text-transform: uppercase
}

.account p {
  margin: 0 0 15px;
  font-style: normal;
  line-height: 1.8em
}

.account a {
  color: #f15f13;
  text-decoration: none;
  outline: 0;
  -webkit-transition: color .1s linear;
  transition: color .1s linear
}

.account a:hover {
  color: grey
}

.addresses {
  padding: 100px 67px 50px
}

@media screen and (max-width:964px) {
  .addresses {
    padding: 75px 15px 15px
  }
}

.addresses__header {
  margin-bottom: 50px;
  max-width: 800px
}

.addresses__header .section-header {
  margin: 0
}

.addresses__header-return {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 1em
}

@media screen and (max-width:964px) {
  .addresses__header-return {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.addresses__header-return a {
  color: #f15f13;
  text-decoration: none;
  outline: 0;
  -webkit-transition: color .1s linear;
  transition: color .1s linear;
  border: none
}

.addresses__header-return a:hover {
  color: grey
}

.addresses__header-adding button {
  width: 500px;
  padding: 10px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: #f47721;
  border: 1px solid #f47721;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer
}

.addresses__header-adding button:hover {
  background-color: #fff;
  color: #e96014
}

@media (max-width:964px) {
  .addresses__header-adding button {
    width: 245px
  }
}

.addresses__form h2 {
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 2em;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 7px 0;
  font-weight: 500;
  text-transform: uppercase
}

.addresses__form label {
  font-weight: 600;
  margin-bottom: 4px
}

.addresses__form input, .addresses__form select {
  border-radius: 4px;
  border: 1px solid #dce0e0
}

.addresses__form-add-address, .addresses__form-change-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.addresses__form-add-address input, .addresses__form-change-address input {
  margin: 0;
  padding: 7px 14px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: #f47721;
  border: 1px solid #f47721;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer
}

.addresses__form-add-address input:hover, .addresses__form-change-address input:hover {
  background-color: #fff;
  color: #e96014
}

.addresses__form-add-address button, .addresses__form-change-address button {
  color: #f15f13;
  text-decoration: none;
  outline: 0;
  -webkit-transition: color .1s linear;
  transition: color .1s linear;
  border: none
}

.addresses__form-add-address button:hover, .addresses__form-change-address button:hover {
  color: grey
}

.addresses__form-edit .address-delete, .addresses__form-edit .address-edit-toggle {
  color: #f15f13;
  text-decoration: none;
  outline: 0;
  -webkit-transition: color .1s linear;
  transition: color .1s linear;
  border: none;
  background-color: transparent;
  font-size: 16px
}

.addresses__form-edit .address-delete:hover, .addresses__form-edit .address-edit-toggle:hover {
  color: grey
}

.collection-standard {
  padding-top: 114px;
  padding-bottom: 80px
}

@media screen and (max-width:1199px) {
  .collection-standard {
    padding-top: 109px;
    padding-bottom: 50px
  }
}

.collection-standard .collection-standard__image-wrapper {
  padding-top: 100%!important
}

.collection-standard .collection-standard__image-wrapper img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100% !important;
  max-height: 100% !important;
  width: 100% !important;
  height:  100% !important;
  object-fit: contain;
}

.collection-standard .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 50px
}

.collection-standard .product-card__image-wrapper {
  max-height: none!important
}

@media screen and (max-width:767px) {
  .collection-standard .collection-standard__content {
    font-size: 14px
  }
}

.collection-standard .grid__item {
  position: relative;
  /*margin-bottom: auto;*/
  /*margin-top: 10px*/
}

.collection-standard .grid__item:hover .product-card__title {
  border: none;
  color: #f15f13;
  -webkit-transition: .3s;
  transition: .3s
}

.collection-standard .grid__item:hover .quick-shop__btn {
  display: inline-block;
  z-index: 9
}

.not-found {
  padding: 125px 15px
}

.not-found__title {
  font-weight: 500;
  margin-bottom: 25px
}

.not-found__description {
  margin-bottom: 35px
}

.not-found__link {
  color: #f15f13;
  text-decoration: none;
  outline: 0;
  -webkit-transition: color .1s linear;
  transition: color .1s linear;
  border: none
}

.not-found__link:hover {
  color: grey
}

.not-found__link .icon {
  display: inline-block!important;
  margin-left: 3px
}

.not-found__search {
  margin: 0 auto;
  max-width: 550px;
  min-width: 260px
}

.not-found__search-input {
  width: 100%;
  border: 1px solid #dce0e0
}

.search-main {
  padding: 125px 0 50px
}

.search-main-header .input-group {
  margin-bottom: 20px
}

.search-main-header .search__submit {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #f15f13;
  border: 1px solid #f15f13;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: .7s;
  transition: .7s
}

.search-main-header .search__submit:hover {
  background-color: #fff;
  color: #f15f13!important
}

.search-main-header .search__input {
  border: 1px solid #dce0e0
}

.search-main-header .rte {
  text-align: center
}

.search-main-header .rte a {
  color: #f15f13;
  text-decoration: none;
  outline: 0;
  -webkit-transition: color .1s linear;
  transition: color .1s linear;
  border: none;
  padding: 0
}

.search-main-header .rte a:hover {
  color: grey
}

.search-main-body {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.search-main-body, .search-main-body__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative
}

.search-main-body__item {
  width: 33.33333%;
  padding: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:767px) {
  .search-main-body__item {
    width: 50%
  }
}

@media screen and (max-width:479px) {
  .search-main-body__item {
    width: 100%
  }
}

.search-main-body__item:hover .search-main-body__title {
  color: #f15f13;
  -webkit-transition: .3s;
  transition: .3s
}

.search-main-body__item:hover .quick-shop__btn {
  display: inline-block;
  z-index: 9
}

.search-main-body__item-link {
  width: 100%
}

.search-main-body__item:before {
  position: absolute;
  content: "";
  right: auto;
  left: auto;
  top: 5px;
  height: 1px;
  width: 95%;
  background-color: #f15f13
}

.search-main-body__image-wrapper {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 300px;
  margin: 0 auto 5px
}

@media screen and (max-width:964px) {
  .search-main-body__image-wrapper {
    width: 230px;
    height: 230px
  }
}

@media screen and (max-width:767px) {
  .search-main-body__image-wrapper {
    width: 180px;
    height: 180px
  }
}

@media screen and (max-width:479px) {
  .search-main-body__image-wrapper {
    width: 180px;
    height: 180px
  }
}

.search-main-body__image-wrapper .search-main-body__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 50%;
  min-width: 100%;
  max-height: 100%;
  max-width: 100%
}

.search-main-body__sold .list-view-item__on-sale {
  border: 1px solid #f15f13;
  display: inline-block;
  padding: 0 11px;
  color: #f15f13
}

.search-main-body__sold .list-view-item__sold-out {
  font-weight: 600
}

.search-main-body__price .price__regular, .search-main-body__price .price__sale {
  color: #000;
  font-weight: 600
}

.search-main-body__title {
  font-weight: 500;
  margin-bottom: 5px
}

.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0
}

.navigation-mobile .menu-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.menu-item {
  margin-bottom: 0;
  padding: 16px 10px;
  /*font-weight: 700;*/
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  text-transform: uppercase;
  list-style: none
}

.menu-item:focus>a, .menu-item:hover>a {
  color: #f15f13
}

@media (min-width:1200px) {
  .menu-item:focus>.submenu-wrapper, .menu-item:hover>.submenu-wrapper {
    display: block;
    opacity: 1;
    z-index: 100
  }
  .header-menu_left, .header-menu_right {
   height: 100%;
  }
  .menu-list {
    height: 100%;
  }
  .menu-item {
  	height: 100%;
    display: flex;
    align-items: center;
  }
}

.navigation-mobile .menu-item {
  border-bottom: 1px solid #333;
  padding: 20px 0;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #040505
}

.menu-link {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
@media (min-width:1200px) and (max-width: 1300px) {
  .menu-link {
    font-size: 13px;
  }
}

.menu-link:focus {
  color: #f15f13
}

.menu-link_arrow {
  margin-left: 15px
}

.submenu-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 65px 15px;
  width: 100vw;
  background-color: #fff;
  -webkit-box-shadow: 0 7px 5px rgba(0, 0, 0, .5);
  box-shadow: 0 7px 5px rgba(0, 0, 0, .5)
}

@media (min-width:1200px) {
  .submenu-wrapper {
    z-index: -1;
    opacity: 0
  }
}

.navigation-mobile .submenu-wrapper {
  position: static;
  padding: 15px 0 0;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none
}

.navigation-mobile .submenu-wrapper .button {
  padding: 12px 15px;
  font-size: 17px
}

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

.submenu-list.level-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 880px
}

.submenu-list.level-2>.submenu-item {
  width: 100%
}

.submenu-list.level-2>.submenu-item:not(:first-child):not(.with-product) {
  margin-left: 75px
}

.navigation-mobile .submenu-list.level-2>.submenu-item:not(:first-child):not(.with-product) {
  margin-left: 0
}

.submenu-list.level-2>.submenu-item>a {
  border-bottom: 1px solid #f15f13;
  padding-bottom: 15px;
  text-transform: uppercase
}

.navigation-mobile .submenu-list.level-2>.submenu-item>a {
  display: inline-block;
  width: 100%
}

.navigation-mobile .submenu-list.level-2>.submenu-item {
  font-size: 16px;
  margin-bottom: 20px
}

.submenu-list.level-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
  /*max-height: 205px;*/
  height: 100%
}

.submenu-list.level-3 .submenu-item {
  display: inline-block;
  width: auto
}

.navigation-mobile .submenu-list.level-3 .submenu-item {
  padding: 5px 0;
  font-size: 16px
}

.submenu-list.level-3 .submenu-item a:focus, .submenu-list.level-3 .submenu-item a:hover {
  color: #f47721
}

.navigation-mobile .submenu-list.level-3 {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 20px;
  max-height: 100%
}

.submenu-item {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  text-transform: none;
  position: relative
}

.submenu-item>a {
  color: inherit;
  text-decoration: none
}

.submenu-item:hover {
  color: #f47721
}

.submenu-item__link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-bottom: 0!important
}

.menu-button {
  padding: 8px 20px;
  border-radius: 0;
  height: 100%;
  line-height: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

@media (min-width:1200px) {
  .menu-button {
    display: none
  }
}

.menu-button.open, .menu-button.open:hover {
  background-color: #fff
}

.menu-button.open .icon-bar {
  background-color: #040505
}

.menu-button:hover {
  background-color: transparent
}

.menu-button:hover .icon-bar {
  background-color: #f15f13
}

.navigation-mobile {
  position: absolute;
  top: 100%;
  right: -230px;
  right: -270px;
  z-index: -1;
  padding: 0px;
  height: 100vh;
  background-color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  width: 0px;
}


.navigation-mobile.open {
  right: 0;
  z-index: 100;
  padding: 0 15px 20px 20px;
  visibility: visible;
  opacity: 1;
  /*width: 230px;*/
  /*width: 270px;*/
  width:  100%;
  max-width: 400px;
  transition: visibility: 0s, all .4s ease;
}

/* .open {
  transition: all .4s ease;
} */

@media (min-width:1200px) {
  .navigation-mobile {
    display: none
  }
}

.navigation-mobile .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.navigation-mobile .menu-link, .submenu-list.level-2.with-products {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.submenu-list.level-2.with-products {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 990px
}

.navigation-mobile .submenu-list.level-2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.submenu-item.with-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.submenu-item.with-product .content-meta_title {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.7;
  color: #000
}

.navigation-mobile .submenu-item.with-product .content-meta_title {
  font-size: 19px
}

.submenu-item.with-product .content-meta_description {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  color: #4d4d4d
}

.navigation-mobile .submenu-item.with-product .content-meta_description {
  font-size: 13px
}

.submenu-item.with-product .image-holder {
  position: relative;
  margin-right: 20px;
  width: 100%;
  max-width: 25px;
  height: 100%;
  max-height: 180px
}

.submenu-item.with-product .image-holder img {
  max-width: 100%;
  max-height: 100%
}

.navigation-mobile .submenu-item.with-product .image-holder {
  max-width: 15px;
  max-height: 80px
}

.menu-additional {
  margin-top: 35px;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  color: #000;
  text-align: center;
  text-transform: none
}

.menu-additional .button {
  text-transform: none;
  width: auto;
  max-width: 100%
}

.menu-additional p {
  display: none;
  font-size: inherit;
  line-height: inherit;
  color: inherit
}

@media (min-width:1024px) {
  .menu-additional p {
    display: block
  }
}

.site-footer__item-inner--newsletter .h4 {
  margin-bottom: 10px
}

@media (min-width:768px) {
  .site-footer__item-inner--newsletter .h4 {
    margin-bottom: 20px
  }
}

.site-footer__item-inner--newsletter .input-group__btn .btn, .site-footer__item-inner--newsletter .input-group__field {
  min-height: 50px
}

.site-footer__item-inner--newsletter .input-group__field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1
}

.site-footer__item-inner--newsletter .input-group__btn {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

.site-footer__item-inner--newsletter .newsletter__input, .site-footer__item-inner--newsletter .newsletter__submit {
  margin-top: 0;
  border: 0;
  border-radius: 0
}

.site-footer__item-inner--newsletter .newsletter__submit {
  padding: 12px 20px
}

.site-footer__item-inner--newsletter .newsletter__submit svg {
  vertical-align: middle
}

.site-footer .form-message--success {
  color: #3cb371
}

.site-footer__social-links {
  margin-top: 25px
}

@media (min-width:768px) {
  .site-footer__social-links {
    margin-top: 50px
  }
}

.social-links__heading {
  margin-bottom: 15px
}

.social-icons__link {
  font-size: 25px;
  color: #fff
}

.site-footer__social-icons li:first-of-type {
  padding-left: 0
}

.article-hero .section-inner {
  padding: 300px 270px 100px
}

@media screen and (max-width:1149px) {
  .article-hero .section-inner {
    padding: 200px 200px 80px
  }
}

@media screen and (max-width:964px) {
  .article-hero .section-inner {
    padding: 150px 150px 80px
  }
}

@media screen and (max-width:767px) {
  .article-hero .section-inner {
    padding: 105px 65px 50px
  }
}

@media screen and (max-width:478px) {
  .article-hero .section-inner {
    padding: 120px 15px 50px
  }
}

.article-hero .play-video, .article-hero .player {
  top: 0!important;
  left: 0!important;
  width: 100%!important;
  height: 100%!important
}

.article-hero .play-video img {
  max-width: 11%
}

@media screen and (max-width:767px) {
  .article-hero .play-video img {
    max-width: 10%
  }
}

.article-hero .hero-title {
  font-size: 125px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: #fff
}

@media screen and (max-width:1720px) {
  .article-hero .hero-title {
    font-size: 64px
  }
}

@media screen and (max-width:1280px) {
  .article-hero .hero-title {
    font-size: 50px
  }
}

@media screen and (max-width:767px) {
  .article-hero .hero-title {
    font-size: 31px;
    margin-bottom: 4px
  }
}

.article-hero .article-hero__description {
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #fff
}

@media screen and (max-width:1580px) {
  .article-hero .article-hero__description {
    font-size: 36px
  }
}

@media screen and (max-width:1280px) {
  .article-hero .article-hero__description {
    font-size: 28px
  }
}

@media screen and (max-width:964px) {
  .article-hero .article-hero__description {
    font-size: 20px
  }
}

@media screen and (max-width:767px) {
  .article-hero .article-hero__description {
    font-size: 13px
  }
}

.article-hero .button {
  color: #fff;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 18px 46px;
  background-color: #f47721;
  border: 1px solid #f47721;
  border-radius: 3px;
  margin-left: 2px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: .7s;
  transition: .7s
}

@media screen and (max-width:1536px) {
  .article-hero .button {
    font-size: 24px;
    padding: 15px 41px
  }
}

@media screen and (max-width:964px) {
  .article-hero .button {
    font-size: 14px;
    padding: 12px 36px
  }
}

@media screen and (max-width:767px) {
  .article-hero .button {
    font-size: 11px;
    padding: 8px 21px
  }
}

.article-hero .button:hover {
  background-color: transparent;
  color: #e96014
}

.quick-shop {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .08);
  z-index: 100
}

.quick-shop__btn {
  display: none;
  padding: 15px 30px;
  background-color: #888;
  color: #fff;
  opacity: .85;
  border: none;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.quick-shop__btn:hover {
  background-color: #f15f13;
  opacity: 1
}

@media screen and (max-width:1149px) {
  .quick-shop__btn {
    padding: 10px 9px
  }
}

@media screen and (max-width:767px) {
  .quick-shop__btn {
    display: none!important
  }
}

.quick-shop__modal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  height: 75vh;
  background-color: #fff;
  overflow: auto
}

.quick-shop__modal-close {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 25px;
  cursor: pointer
}

.quick-shop__content .product-single__title {
  font-size: 32px!important;
  line-height: 1.2!important
}

.quick-shop__content .product__price {
  font-size: 28px!important;
  line-height: 1.2!important
}

.quick-shop__content .product-single__description {
  font-size: 14px!important;
  line-height: 1.2!important
}

.product-single__description .rte ul {
  margin: 0 0 0 35px;
}

.product-bundles {
  padding: 60px 0
}

.product-bundles__heading {
  text-align: center;
  color: #040505;
  font-size: 32px;
  font-weight: 700;
  line-height: 2.25;
  position: relative;
  margin-bottom: 90px
}

@media screen and (max-width:767px) {
  .product-bundles__heading {
    font-size: 28px;
    margin-bottom: 20px
  }
}

@media screen and (max-width:479px) {
  .product-bundles__heading {
    line-height: 1
  }
}

.product-bundles__heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 37%;
  right: 37%;
  width: 26%;
  height: 3px;
  background: #d14e19
}

@media screen and (max-width:767px) {
  .product-bundles__heading:after {
    display: none
  }
}

.product-bundles__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.product-bundles__item {
  margin: 5px 30px;
  padding: 5px 5px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 5px 5px 5px rgba(4, 5, 5, .3);
  box-shadow: 5px 5px 5px rgba(4, 5, 5, .3);
  background-color: #fff
}

.product-bundles__image-wrapper, .product-bundles__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.product-bundles__image-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 270px;
  margin-bottom: 15px
}

@media screen and (max-width:964px) {
  .product-bundles__image-wrapper {
    width: 85%;
    height: 200px
  }
}

.product-bundles__image-wrapper a {
  height: 100%
}

.product-bundles__image-wrapper img {
  max-height: 100%
}

.product-bundles__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

@media screen and (max-width:767px) {
  .product-bundles__container {
    margin-top: 20px;
    margin-right: 2px
  }
}

.product-bundles__title {
  color: #040505;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.18
}

@media screen and (max-width:767px) {
  .product-bundles__title {
    font-size: 20px
  }
}

.product-bundles__price {
  color: #040505;
  font-size: 40px;
  font-weight: 400;
  line-height: 1
}

@media screen and (max-width:767px) {
  .product-bundles__price {
    font-size: 32px
  }
}

.product-bundles__price-economy {
  color: #f15f12;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px
}

@media screen and (max-width:767px) {
  .product-bundles__price-economy {
    font-size: 19px
  }
}

.product-bundles__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  text-align: center;
  max-width: 100%;
  overflow: hidden
}

.product-bundles__description iframe {
  max-width: 100%;
  width: 100%!important
}

@media screen and (max-width:767px) {
  .product-bundles__description {
    font-size: 14px
  }
}

.product-bundles__description p {
  margin-bottom: 5px;
  color: #1a1818
}

@media screen and (max-width:964px) {
  .product-bundles__description p {
    margin-bottom: 2px
  }
}

.product-bundles__description-heading {
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 10px
}

@media screen and (max-width:767px) {
  .product-bundles__description-heading {
    margin-bottom: 5px;
    line-height: 1.2
  }
}

.product-bundles__btn {
  border-radius: 3px;
  background-color: #f15f13;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  border: 1px solid #f15f13;
  padding: 0 14px;
  margin-top: auto
}

@media screen and (max-width:767px) {
  .product-bundles__btn {
    font-size: 14px
  }
}

.product-bundles__btn.bundle-select {
  background: none;
  color: #f15f13
}

@media screen and (max-width:767px) {
  .product-bundles .btn-desktop {
    display: none
  }
}

@media screen and (min-width:768px) {
  .product-bundles .btn-mobile {
    display: none
  }
}

.product-bundles-indent {
  margin-bottom: 57px
}

@media screen and (max-width:964px) {
  .product-bundles-indent {
    margin-bottom: 34px
  }
}

@media screen and (max-width:767px) {
  .product-bundles-indent {
    margin-bottom: 47px
  }
}

.bundle-selector {
  margin-bottom: 10px;
  padding: 0 5px
}

.single-option-selector-product-bundles {
  margin-bottom: 15px
}

.product-iwt-wrapper {
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:767px) {
  .product-iwt-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 20px
  }
}

.product-iwt__img-wrapper {
  width: 50%
}

@media screen and (max-width:767px) {
  .product-iwt__img-wrapper {
    width: 100%
  }
}

.product-iwt__img-wrapper img {
  max-width: 100%
}

.product-iwt__content {
  padding: 0 100px;
  width: 50%
}

@media screen and (max-width:1149px) {
  .product-iwt__content {
    padding: 0 35px
  }
}

@media screen and (max-width:767px) {
  .product-iwt__content {
    width: 100%;
    padding: 55px 80px
  }
}

@media screen and (max-width:479px) {
  .product-iwt__content {
    padding: 40px 55px
  }
}

.product-iwt__content-title {
  color: #231f20;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px
}

@media screen and (max-width:1149px) {
  .product-iwt__content-title {
    font-size: 30px
  }
}

@media screen and (max-width:767px) {
  .product-iwt__content-title {
    font-size: 28px;
    margin-bottom: 15px
  }
}

.product-iwt__content-description {
  color: #231f20;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2
}

@media screen and (max-width:1149px) {
  .product-iwt__content-description {
    font-size: 16px
  }
}

@media screen and (max-width:767px) {
  .product-iwt__content-description {
    font-size: 14px
  }
}

.product-iwt-alignment-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

@media screen and (max-width:767px) {
  .product-iwt-alignment-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.product-iwt-alignment-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

@media screen and (max-width:767px) {
  .product-iwt-alignment-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

#accessories-modal .accessories-modal-submit {
  background: #f18a21;
  color: #000
}

#accessories-modal h2 a {
  color: inherit!important
}

#w3-product-accessories {
  margin-top: 30px!important
}

#w3-product-accessories .accessories-left.thumb .btn-accessories-quick-view {
  top: 0;
  left: 0;
  bottom: auto
}

#w3-product-accessories .accessories-item .accessories-img-wrapper {
  margin-left: 30px
}

#w3-product-accessories .accessories-item input[type=checkbox] {
  display: block;
  width: 20px;
  height: 20px;
  min-width: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0
}

#w3-product-accessories #accessories-container-heading h3 {
  margin-bottom: 15px;
  letter-spacing: normal;
  font-size: 21px;
  line-height: 18px;
  font-weight: 400!important;
  text-transform: capitalize
}

@media screen and (max-width:620px) {
  #w3-product-accessories .accessories-left.thumb {
    position: static
  }
  #w3-product-accessories .accessories-left.thumb .btn-accessories-quick-view {
    right: 0;
    left: auto;
    position: absolute;
    width: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 2px 5px
  }
  #w3-product-accessories .accessories-item {
    position: relative
  }
  #w3-product-accessories .accessories-item .accessories-img-wrapper {
    position: static
  }
  #w3-product-accessories .accessories-item .accessories-title-wrap {
    padding-right: 85px
  }
}

.new-product {
  max-width: 1320px;
  margin: 0 auto;
  padding: 100px 60px 20px
}

/* @media screen and (max-width:1440px) {
  .new-product {
    padding: 120px 60px 20px
  }
} */

@media screen and (max-width:767px) {
  .new-product {
    padding: 70px 50px
  }
}

@media screen and (max-width:479px) {
  .new-product {
    padding: 70px 20px
  }
}

@media screen and (max-width:767px) {
  .new-product .product-single__photo {
    display: block!important
  }
}

.new-product .readmore i {
  font-size: 12px
}

.new-product .product-single__title {
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
  color: #040505
}

@media screen and (max-width:1440px) {
  .new-product .product-single__title {
    margin-bottom: 28px;
    font-size: 38px
  }
}

@media screen and (max-width:767px) {
  .new-product .product-single__title {
    font-size: 30px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 15px
  }
}

.new-product .product-single__title:after {
  content: "";
  left: 0;
  bottom: -10px;
  position: absolute;
  background: #d56018;
  height: 3px;
  width: 80%
}

@media screen and (max-width:1164px) {
  .new-product .product-single__title:after {
    height: 2px;
    bottom: 0
  }
}

.new-product .product-single__title.mobile {
  display: none
}

@media screen and (max-width:767px) {
  .new-product .product-single__title.mobile {
    display: inline-block
  }
}

@media screen and (max-width:767px) {
  .new-product .product-single__title.desktop {
    display: none
  }
}

.new-product .product-single__description {
  overflow: hidden;
  clear: both
}

@media screen and (max-width:1440px) {
  .new-product .product-single__description {
    margin: 10px 0
  }
}

.new-product .product-single__description h1 {
  margin: 20px 0
}

@media screen and (max-width:1440px) {
  .new-product .product-single__description h1 {
    margin: 10px 0;
  }
}

.new-product .price-item.price-item--regular {
  color: #040505
}

.new-product .product__price {
  font-size: 45px;
  font-weight: 700;
  line-height: 38px;
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media screen and (max-width:1440px) {
  .new-product .product__price {
    font-size: 32px;
    margin-top: 12px
  }
}

.new-product .product__price .affirm-as-low-as {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 20px
}

@media screen and (max-width:964px) {
  .new-product .product__price .affirm-as-low-as {
    margin-top: 10px
  }
}

.new-product .product__price .affirm-modal-trigger {
  color: #f15f13
}

.new-product .product__price .price {
  width: auto;
  margin-right: 10px
}

.new-product .price.price--on-sale {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.new-product .price.price--on-sale .price-item--regular {
  color: #e36016;
  font-size: 35px
}

@media screen and (max-width:1440px) {
  .new-product .price.price--on-sale .price-item--regular {
    font-size: 16px
  }
}

.new-product .price.price--on-sale .price__sale {
  color: #040505
}

.new-product__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative
}

@media screen and (max-width:767px) {
  .new-product__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.new-product__images {
  width: 63%;
  padding-right: 70px
}

@media screen and (max-width:767px) {
  .new-product__images {
    width: 100%;
    padding-right: 0
  }
}

.new-product__images--slider .slick-dots li {
  width: 10px;
  height: 10px
}

.new-product__images--slider .slick-dots li.slick-active button:before {
  background: #040505
}

.new-product__images--slider .slick-dots li .slick-dots li a:before, .new-product__images--slider .slick-dots li button:before {
  width: 8px;
  height: 8px;
  border: 1px solid #040505!important;
  border-radius: 50%;
  opacity: 1;
  color: transparent
}

.new-product .selector-wrapper {
  padding-left: 0;
  border-radius: 5px
}

.new-product__content {
  width: 37%
}

@media screen and (max-width:767px) {
  .new-product__content {
    width: 100%
  }
}

.new-product__container {
  max-width: 1200px;
  margin: 0 auto
}

.new-product .product-description-full {
  display: none
}

.new-product .thumbnails-wrapper .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.new-product .product-single__thumbnail {
  width: auto
}

.new-product .product-single__thumbnails-item {
  padding: 5px
}

.new-product .active-thumb .product-single__thumbnail-image {
  border: none
}

.new-product .thumbnails-slider--active .product-single__thumbnails.slick-initialized {
  max-width: 100%
}

.new-product .product-form__cart-submit {
  font-weight: 700;
  text-transform: none;
  padding: 8px 15px;
  border-radius: 3px;
  min-height: 38px;
  min-width: 117px;
  font-size: 18px;
  width: auto
}

@media screen and (max-width:767px) {
  .new-product .product-form__cart-submit {
    width: 100%
  }
}

.new-product .product-form {
  padding-top: 20px;
  margin-bottom: 62px
}

@media screen and (max-width:1440px) {
  .new-product .product-form {
    margin-bottom: 28px;
  }
}

.new-product .product-form__item--submit {
  padding-left: 0
}

@media screen and (max-width:767px) {
  .new-product .product-form__item--submit {
    width: 100%;
    padding: 0
  }
}

.new-product .thumbnails-slider__btn {
  color: #e36016;
  background: rgba(0, 0, 0, .3);
  position: absolute;
  border-radius: 50%;
  width: 30px;
  z-index: 22;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .6s;
  transition: .6s
}

.new-product div#s4_widget {
  margin-top: 5px
}

.new-product__tag {
  z-index: 99;
  position: absolute;
  top: 30px;
  left: 0;
  right: auto;
  padding: 1px 22px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .7px;
  line-height: 24px;
  text-transform: uppercase
}

@media screen and (max-width:767px) {
  .new-product__tag {
    top: 25px;
    right: 0;
    left: auto
  }
}

@media screen and (max-width:479px) {
  .new-product__tag {
    top: 90px;
    right: 0;
    left: auto;
    font-size: 10px;
    line-height: 20px
  }
}

.new-product__tag:after {
  content: "";
  right: -2px;
  top: -1px;
  border: 15px solid transparent;
  border-right-color: #fff;
  position: absolute
}

@media screen and (max-width:479px) {
  .new-product__tag:after {
    border: 12px solid transparent;
    border-right-color: #fff
  }
}

.tab {
  display: none;
  padding: 10px 0 20px
}

.active_tab+.tab {
  display: block
}

.tab-title {
  font-size: 27px;
  font-weight: 700;
  color: #434343;
  line-height: 1.4;
  border-top: 1px solid #434343;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  cursor: pointer
}

@media screen and (max-width:1440px) {
  .tab-title {
    font-size: 22px;
    padding: 8px 0
  }
}

.tab-title .plus-button {
  margin-left: auto;
  font-weight: 400;
  color: #d14e19;
  font-size: 40px;
  line-height: .7
}

@media screen and (max-width:1440px) {
  .tab-title .plus-button {
    line-height: .6
  }
}

.tab-content {
  border-bottom: 1px solid #434343
}

.spr-badge[data-rating="0.0"] {
  display: none!important
}

@media screen and (max-width:767px) {
  .spr-badge {
    /*display: block!important*/
  }
}

.product-single__meta .spr-badge {
  /*display: block!important*/
}

@media screen and (max-width:767px) {
  .product-single__meta .spr-badge {
    /*display: none!important*/
  }
}

.template-product .spr-badge-caption {
  /*display: none*/
}

.spr-icon {
  display: inline-block;
  color: #ffc500;
}

.template-product .spr-icon {
  margin-right: 4px;
  font-size: 20px;
  margin-bottom:  15px;
}

@media screen and (max-width:1440px) {
  .template-product .spr-icon {
    /*font-size: 14px*/
  }
}

.template-product .spr-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.template-product .spr-header .spr-starrating, .template-product .spr-header .spr-summary-caption {
  margin-bottom: 10px;
  margin-top: 20px;
  display: inline-block
}

.template-product #shopify-product-reviews {
  margin: 55px auto 30px
}

@media screen and (max-width:1439px) {
  .template-product #shopify-product-reviews {
    margin: 35px auto
  }
}

.template-product #shopify-product-reviews .spr-header-title {
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 20px auto 30px;
  font-size: 32px;
  color: #1a1818;
  text-transform: none
}

@media screen and (max-width:1439px) {
  .template-product #shopify-product-reviews .spr-header-title {
    margin: 15px auto
  }
}

@media screen and (max-width:767px) {
  .template-product #shopify-product-reviews .spr-header-title {
    font-size: 28px;
    font-weight: 400
  }
}

.template-product #shopify-product-reviews .spr-header-title:after {
  position: absolute;
  bottom: -40px;
  left: 10%;
  right: 10%;
  width: 80%;
  height: 3px;
  background: #d14e19
}

@media screen and (max-width:1440px) {
  .template-product #shopify-product-reviews .spr-header-title:after {
    bottom: -20px
  }
}

@media screen and (max-width:767px) {
  .template-product #shopify-product-reviews .spr-header-title:after {
    display: none
  }
}

.template-product #shopify-product-reviews .spr-container {
  border: none
}

.template-product #shopify-product-reviews .spr-review {
  border-top: none;
  padding: 16px 0
}

.template-product #shopify-product-reviews .spr-review .spr-review-header-title {
  color: #e86014;
  font-size: 29px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 15px 0
}

@media screen and (max-width:1440px) {
  .template-product #shopify-product-reviews .spr-review .spr-review-header-title {
    font-size: 20px;
    margin: 6px 0
  }
}

@media screen and (max-width:767px) {
  .template-product #shopify-product-reviews .spr-review .spr-review-header-title {
    font-size: 16px
  }
}

.template-product #shopify-product-reviews .spr-review .spr-review-header-byline {
  font-style: normal;
  color: #434343;
  font-size: 27px;
  opacity: 1
}

@media screen and (max-width:1440px) {
  .template-product #shopify-product-reviews .spr-review .spr-review-header-byline {
    font-size: 18px;
    margin-bottom: 5px
  }
}

@media screen and (max-width:767px) {
  .template-product #shopify-product-reviews .spr-review .spr-review-header-byline {
    font-size: 12px
  }
}

.template-product #shopify-product-reviews .spr-review .spr-review-header-byline strong {
  font-weight: 700
}

.template-product #shopify-product-reviews .spr-review .spr-review-content {
  margin-bottom: 10px
}

.template-product #shopify-product-reviews .spr-review .spr-review-content-body {
  font-size: 27px;
  font-weight: 400;
  color: #434343;
  line-height: 1.2
}

@media screen and (max-width:1440px) {
  .template-product #shopify-product-reviews .spr-review .spr-review-content-body {
    font-size: 18px;
    margin: 15px auto
  }
}

@media screen and (max-width:767px) {
  .template-product #shopify-product-reviews .spr-review .spr-review-content-body {
    font-size: 12px;
    margin-bottom: 0
  }
}

#videoLightbox {
  padding: 0 30px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(66, 66, 66, .8);
  z-index: 200;
  display: none
}

@media screen and (max-width:500px) {
  #videoLightbox iframe {
    height: 250px
  }
}

#videoLightbox.open-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

#videoLightbox #closeButton {
  border: none;
  background: none;
  color: #fff;
  font-size: 30px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 30px
}

.show-video {
  position: relative
}

.show-video:after {
  left: calc(50% - 7px);
  top: calc(50% - 11px);
  border: 11px solid transparent;
  border-left: 16px solid #000
}

.show-video:after, .show-video:before {
  content: "";
  position: absolute;
  z-index: 20000
}

.show-video:before {
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  border: 2px solid #000;
  width: 50px;
  height: 50px;
  background: none;
  border-radius: 50%
}

.product-btn-help {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.product-btn-help__button {
  margin: 164px auto;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: #e96014;
  padding: 30px 32px 32px;
  border-radius: 3px;
  border: 1px solid #e96014
}

.product-btn-help__button:focus, .product-btn-help__button:hover {
  background-color: #fff;
  color: #e96014!important;
  cursor: pointer;
  -webkit-transition: .7s;
  transition: .7s
}

@media screen and (max-width:1660px) {
  .product-btn-help__button {
    font-size: 18px;
    padding: 8px 18px 10px;
    margin: 70px auto;
    text-transform: none
  }
}

@media screen and (max-width:768px) {
  .product-btn-help__button {
    font-size: 12px;
    padding: 11px 13px
  }
}

.product-discount .wrapper {
  padding: 95px 15px 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative
}

@media screen and (max-width:1536px) {
  .product-discount .wrapper {
    padding: 65px 15px 100px
  }
}

@media screen and (max-width:965px) {
  .product-discount .wrapper {
    padding: 35px 15px 50px
  }
}

@media screen and (max-width:767px) {
  .product-discount .wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.product-discount .wrapper .affirm-as-low-as {
  opacity: 0;
  position: absolute;
  width: 98%;
  height: 85%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto
}

.product-discount .wrapper .affirm-modal-trigger {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 7px;
  border: 2px solid #000;
  position: absolute
}

.product-discount .wrapper .affirm-modal-trigger:hover {
  cursor: pointer
}

.product-discount__title {
  color: #040505;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  width: 33.33333%
}

@media screen and (max-width:1536px) {
  .product-discount__title {
    font-size: 32px
  }
}

@media screen and (max-width:965px) {
  .product-discount__title {
    font-size: 28px
  }
}

@media screen and (max-width:768px) {
  .product-discount__title {
    width: 100%;
    margin-bottom: 20px;
    font-weight: 400
  }
}

.product-discount__title img {
  margin-bottom: 8px
}

.product-discount__percent {
  line-height: 1.25;
  font-weight: 400;
  width: 33.33333%
}

@media screen and (max-width:768px) {
  .product-discount__percent {
    width: 50%
  }
}

.product-discount__percent-number, .product-discount__percent-number p {
  color: #f15f12;
  font-size: 129px
}

@media screen and (max-width:1536px) {
  .product-discount__percent-number, .product-discount__percent-number p {
    font-size: 60px
  }
}

@media screen and (max-width:965px) {
  .product-discount__percent-number, .product-discount__percent-number p {
    font-size: 42px
  }
}

.product-discount__percent-text {
  color: #1a1818;
  font-size: 40px;
  text-transform: uppercase
}

@media screen and (max-width:1536px) {
  .product-discount__percent-text {
    font-size: 25px
  }
}

@media screen and (max-width:965px) {
  .product-discount__percent-text {
    font-size: 13px
  }
}

.product-discount__price {
  line-height: 1.25;
  font-weight: 400;
  width: 33.33333%
}

@media screen and (max-width:768px) {
  .product-discount__price {
    width: 50%
  }
}

.product-discount__price-number {
  color: #f15f12;
  font-size: 129px
}

@media screen and (max-width:1536px) {
  .product-discount__price-number {
    font-size: 60px
  }
}

@media screen and (max-width:965px) {
  .product-discount__price-number {
    font-size: 42px
  }
}

.product-discount__price-period {
  color: #f15f12;
  font-size: 48px;
  margin-left: -30px
}

@media screen and (max-width:1536px) {
  .product-discount__price-period {
    font-size: 32px;
    margin-left: -15px
  }
}

@media screen and (max-width:965px) {
  .product-discount__price-period {
    font-size: 15px
  }
}

.product-discount__price-text {
  color: #1a1818;
  font-size: 40px;
  text-transform: uppercase
}

@media screen and (max-width:1536px) {
  .product-discount__price-text {
    font-size: 25px
  }
}

@media screen and (max-width:965px) {
  .product-discount__price-text {
    font-size: 13px
  }
}

.product-mf-video__wrapper {
  background-color: #dbdbdb
}

.product-mf-video {
  margin: 45px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.product-mf-video__wrapper {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media screen and (max-width:767px) {
  .product-mf-video__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.product-mf-video .text-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

@media screen and (max-width:767px) {
  .product-mf-video .text-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .product-mf-video .text-left .product-mf-video__video {
    width: 100%
  }
  .product-mf-video .text-left .product-mf-video__content {
    width: 100%;
    height: 100%;
    padding: 35px 200px
  }
}

@media screen and (max-width:767px) and (max-width:1890px) {
  .product-mf-video .text-left .product-mf-video__content {
    padding: 35px 150px
  }
}

@media screen and (max-width:767px) and (max-width:1280px) {
  .product-mf-video .text-left .product-mf-video__content {
    padding: 35px 60px
  }
}

.product-mf-video .text-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left!important
}

@media screen and (max-width:767px) {
  .product-mf-video .text-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .product-mf-video .text-right .product-mf-video__video {
    width: 100%
  }
  .product-mf-video .text-right .product-mf-video__content {
    width: 100%;
    height: 100%;
    padding: 35px 200px
  }
}

@media screen and (max-width:767px) and (max-width:1890px) {
  .product-mf-video .text-right .product-mf-video__content {
    padding: 35px 150px
  }
}

@media screen and (max-width:767px) and (max-width:1280px) {
  .product-mf-video .text-right .product-mf-video__content {
    padding: 35px 60px
  }
}

@media screen and (max-width:767px) and (max-width:767px) {
  .product-mf-video .text-right .product-mf-video__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 35px 50px
  }
}

.product-mf-video .text-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

.product-mf-video .text-top .product-mf-video__video {
  width: 100%
}

.product-mf-video .text-top .product-mf-video__content {
  width: 100%;
  height: 100%;
  padding: 35px 200px
}

@media screen and (max-width:1890px) {
  .product-mf-video .text-top .product-mf-video__content {
    padding: 35px 150px
  }
}

@media screen and (max-width:1280px) {
  .product-mf-video .text-top .product-mf-video__content {
    padding: 35px 60px
  }
}

@media screen and (max-width:768px) {
  .product-mf-video .text-top .product-mf-video__content {
    padding: 35px 15px
  }
}

.product-mf-video__video {
  width: 66%;
  height: 41vw;
  max-height: 790px
}

@media screen and (max-width:768px) {
  .product-mf-video__video {
    height: 260px
  }
}

.product-mf-video__video iframe {
  width: 100%;
  height: 100%
}

.product-mf-video__content {
  width: 34%;
  height: 41vw;
  max-height: 790px;
  padding: 80px 126px 98px 88px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #dbdbdb;
  overflow: hidden
}

@media screen and (max-width:1890px) {
  .product-mf-video__content {
    padding: 60px
  }
}

@media screen and (max-width:1280px) {
  .product-mf-video__content {
    padding: 30px 20px
  }
}

@media screen and (max-width:965px) {
  .product-mf-video__content {
    padding: 20px 15px
  }
}

.product-mf-video__title {
  color: #040505;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  margin-bottom: 100px
}

@media screen and (max-width:1536px) {
  .product-mf-video__title {
    font-size: 32px;
    margin-bottom: 50px
  }
}

@media screen and (max-width:767px) {
  .product-mf-video__title {
    font-size: 28px;
    font-weight: 400;
    margin: 0 auto 30px
  }
}

.product-mf-video__title:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 0;
  height: 3px;
  width: 297px;
  background-color: #d14e19
}

@media screen and (max-width:1536px) {
  .product-mf-video__title:after {
    bottom: -25px;
    width: 60%
  }
}

@media screen and (max-width:767px) {
  .product-mf-video__title:after {
    left: 10%;
    bottom: -15px;
    width: 80%
  }
}

.product-mf-video__description {
  color: #434343;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.45;
  padding: 10px 10px 10px 0
}

@media screen and (max-width:1536px) {
  .product-mf-video__description {
    font-size: 16px
  }
}

@media screen and (max-width:965px) {
  .product-mf-video__description {
    font-size: 14px
  }
}

.product-mf-slider {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 70px 70px 140px
}

@media screen and (max-width:1280px) {
  .product-mf-slider {
    padding: 35px 15px 70px
  }
}

@media screen and (max-width:768px) {
  .product-mf-slider {
    padding: 15px 15px 40px
  }
}

.product-mf-slider__wrapper {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  border: 5px solid #f15f12
}

@media screen and (max-width:1536px) {
  .product-mf-slider__wrapper {
    width: 90%;
    width: 80%
  }
}

@media screen and (max-width:768px) {
  .product-mf-slider__wrapper {
    border-width: 3px
  }
}

.product-mf-slider__item {
  position: relative
}

.product-mf-slider__item img {
  max-width: 100%
}

.product-mf-slider__item .slider-count {
  color: #e66016;
  font-size: 28px;
  font-weight: 700;
  line-height: 32.4px;
  position: absolute;
  left: 25px;
  top: 25px;
  border: 2px solid #e66016;
  padding: 2px 10px;
  border-radius: 50%
}

.product-mf-slider .slick-next, .product-mf-slider .slick-prev {
  width: 30px;
  height: 50px
}

.product-mf-slider .slick-next:before, .product-mf-slider .slick-prev:before {
  font-weight: 900;
  font-family: Font Awesome\ 5 Pro;
  font-size: 47px
}

@media screen and (max-width:768px) {
  .product-mf-slider .slick-next:before, .product-mf-slider .slick-prev:before {
    font-size: 28px
  }
}

.product-mf-slider .slick-prev {
  left: -45px
}

.product-mf-slider .slick-prev:before {
  content: "\f0d9"
}

.product-mf-slider .slick-next {
  right: -45px
}

.product-mf-slider .slick-next:before {
  content: "\f0da"
}

.tech__wrapper {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 60px;
  padding-bottom: 0;
}

@media screen and (max-width:964px) {
  .tech__wrapper {
    padding: 35px 15px
  }
}

.tech__wrapper .warranty-images__title {
  margin-bottom: 50px
}

.product-overlay {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 48vw;
  padding: 115px 130px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 65px
}

@media screen and (max-width:1536px) {
  .product-overlay {
    margin-bottom: 35px
  }
}

@media screen and (max-width:1280px) {
  .product-overlay {
    padding: 60px 80px
  }
}

@media screen and (max-width:767px) {
  .product-overlay {
    padding: 36px 38px;
    margin-bottom: 15px
  }
}

.product-overlay__title {
  color: #fff;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 30px;
  width: 500px
}

@media screen and (max-width:1536px) {
  .product-overlay__title {
    font-size: 50px;
    margin-bottom: 15px;
    max-width: 100%;
  }
}

@media screen and (max-width:965px) {
  .product-overlay__title {
    font-size: 28px;
    font-weight: 400
  }
}

@media screen and (max-width: 720px) {
  .product-overlay__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 321px) {
  .product-overlay {
    padding-top: 30px;
  }
}

.product-overlay__subheading {
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 30px;
  width: 500px
}

@media screen and (max-width:1536px) {
  .product-overlay__subheading {
    font-size: 32px;
    margin-bottom: 15px
  }
}

@media screen and (max-width:965px) {
  .product-overlay__subheading {
    font-size: 22px;
    font-weight: 400
  }
}

.product-overlay__subtitle {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.28;
  width: 459px
}

@media screen and (max-width:1536px) {
  .product-overlay__subtitle {
    font-size: 22px
  }
}

@media screen and (max-width:768px) {
  .product-overlay__subtitle {
    font-size: 12px;
    width: 180px;
  }
}

@media screen and (max-width:375px) {
  .product-overlay__subtitle {
    width: 180px;
  }
}

.warranty-images .wrapper {
  padding: 80px 15px 170px
}

@media screen and (max-width:1536px) {
  .warranty-images .wrapper {
    padding: 55px 15px 100px
  }
}

@media screen and (max-width:767px) {
  .warranty-images .wrapper {
    padding: 40px 15px
  }
}

.warranty-images__title {
  color: #040505;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 107px;
  text-align: center
}

@media screen and (max-width:1536px) {
  .warranty-images__title {
    font-size: 32px
  }
}

@media screen and (max-width:965px) {
  .warranty-images__title {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 400
  }
}

.warranty-images__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media screen and (max-width:1536px) {
  .warranty-images__box {
    max-width: 900px;
    margin: 0 auto
  }
}

.warranty-images__wrap {
  width: 650px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 32px 0
}

@media screen and (max-width:767px) {
  .warranty-images__wrap {
    width: 315px;
    padding: 0
  }
}

.warranty-images__wrap:not(:first-child):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #d14e19;
  width: 3px;
  height: 100%
}

@media screen and (max-width:768px) {
  .warranty-images__wrap:not(:first-child):after {
    width: 1px
  }
}

.warranty-images__wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%
}

.warranty-images__wrap img {
  width: 50%
}

@media screen and (max-width:768px) {
  .warranty-images__wrap img {
    width: 53%
  }
}

.cart-main {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cart-main .cart__btn {
  margin: 0;
  padding: 5px 25px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: #f47721;
  border: 1px solid #f47721;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

.cart-main .cart__btn:hover {
  background-color: #fff;
  color: #e96014
}

.cart-main .cart__link {
  color: #f15f13;
  text-decoration: none;
  outline: 0;
  -webkit-transition: color .1s linear;
  transition: color .1s linear;
  border: none
}

.cart-main .cart__link:hover {
  color: grey
}

.cart-main .cart__image-wrapper div, .cart-main .cart__image-wrapper div:focus, .cart-main .cart__image-wrapper div:hover, .cart-main .cart__product-title, .cart-main .cart__product-title:focus, .cart-main .cart__product-title:hover {
  border-bottom: none
}

.cart-main .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 15px
}

@media only screen and (max-width:767px) {
  .cart-main .cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.cart-main .cart__title {
  letter-spacing: .7px;
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 1em;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 7px 0
}

.cart-main .cart__body {
  width: 60%
}

@media only screen and (max-width:767px) {
  .cart-main .cart__body {
    width: 100%
  }
}

.cart-main .cart__body-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding: 10px 0
}

@media only screen and (max-width:767px) {
  .cart-main .cart__body-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.cart-main .cart__body-item:after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
  width: 100%;
  right: 0;
  left: 0;
  background-color: #e5e5e5
}

.cart-main .cart__body .cart__meta {
  padding: 0
}

.cart-main .cart__body .cart__image-wrapper {
  width: 355px
}

@media only screen and (max-width:1100px) {
  .cart-main .cart__body .cart__image-wrapper {
    width: 270px
  }
}

@media only screen and (max-width:940px) {
  .cart-main .cart__body .cart__image-wrapper {
    width: 165px
  }
}

@media only screen and (max-width:767px) {
  .cart-main .cart__body .cart__image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
  }
}

.cart-main .cart__body .cart__image-wrapper .cart__image {
  max-height: none;
  width: 100%;
  height: auto
}

@media only screen and (max-width:767px) {
  .cart-main .cart__body .cart__image-wrapper .cart__image {
    width: 260px
  }
}

.cart-main .cart__body .cart__content-wrapper {
  margin-left: 50px
}

@media only screen and (max-width:767px) {
  .cart-main .cart__body .cart__content-wrapper {
    margin-left: 0
  }
}

.cart-main .cart__body .cart__content-wrapper .cart__content-title, .cart-main .cart__body .cart__content-wrapper .cart__price-wrapper, .cart-main .cart__body .cart__content-wrapper .cart__quantity-wrapper {
  margin-bottom: 5px
}

.cart-main .cart__body .cart__content-wrapper .cart__content-title {
  font-size: 110%;
  font-weight: 500
}

.cart-main .cart__body .cart__content-wrapper .cart__price-wrapper {
  font-size: 100%;
  width: 100%;
  text-align: left
}

.cart-main .cart__body .cart__content-wrapper .cart__price-wrapper .order-discount {
  color: #434343
}

.cart-main .cart__body .cart__content-wrapper .cart__price-wrapper .order-discount--list {
  margin: 5px 0;
  font-size: .8em
}

.cart-main .cart__body .cart__content-wrapper .cart__price-wrapper .order-discount--list li {
  text-indent: 0
}

.cart-main .cart__body .cart__content-wrapper .cart__quantity-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.cart-main .cart__body .cart__content-wrapper .cart__quantity-wrapper .cart__quantity-label {
  font-weight: 700;
  margin-right: 7px;
  font-size: 85%
}

.cart-main .cart__body .cart__content-wrapper .cart__quantity-wrapper .cart__qty-input {
  width: 48px;
  font-size: 90%
}

.cart-main .cart__body .cart__content-wrapper .cart__remove {
  font-size: 85%
}

.cart-main .cart__body .cart__content-wrapper .cart__remove .cart__link {
  color: #6b6a6a
}

.cart-main .cart__footer {
  padding: 0 0 0 75px;
  width: 40%
}

.cart-main .cart__footer .cart-footer__content {
  padding-top: 10px
}

@media only screen and (max-width:767px) {
  .cart-main .cart__footer {
    width: 100%;
    padding: 0;
    margin-top: 40px
  }
}

.cart-main .cart__footer .cart-subtotal__price {
  padding: 0;
  font-weight: 700
}

.cart-main .cart__footer .cart__shipping {
  margin-bottom: 0;
  padding: 10px 0
}

.cart-main .cart__footer .affirm-as-low-as {
  margin: 0 0 10px
}

.cart-main .cart__footer .affirm-as-low-as a {
  color: #f15f13;
  text-decoration: none;
  outline: 0;
  -webkit-transition: color .1s linear;
  transition: color .1s linear;
  border: none
}

.cart-main .cart__footer .affirm-as-low-as a:hover {
  color: grey
}

.cart-main .cart__footer .cart-note {
  margin-bottom: 25px
}

.cart-main .cart__footer .cart-note .cart-note__input {
  width: 260px
}

@media only screen and (max-width:767px) {
  .cart-main .cart__footer .cart-note .cart-note__input {
    margin: 0
  }
}

.cart-main .cart .list-view-item__title {
  font-size: 1.25em
}

.cart-main .cart .cart__submit-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.cart-main .cart .cart__submit-controls .cart-footer-btn-update {
  display: none
}

.cart-main .cart .cart__submit-controls .cart-footer-btn-checkout {
  padding: 11px 30px;
  width: 200px
}

.cart-main .cart .additional-checkout-buttons {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.cart-main .cart .additional-checkout-buttons .additional-checkout-button {
  width: 200px;
  z-index: 1
}

.cart-main .cart .additional-checkout-buttons a {
  margin: 0
}

.player {
  overflow: hidden
}

.player, .player .screen {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%
}

.player .screen {
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}

.player .screen iframe {
  width: 100%;
  height: 100%
}

.search-input[name=q] {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  padding: 5px;
  font-size: 16px;
  color: #fff;
  background-color: transparent
}

.search-input[name=q]:focus {
  border-color: #f15f13;
  color: #fff
}

.search-input[name=q]::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  opacity: 1
}

@media (min-width:1200px) {
  .search-input[name=q]::-webkit-input-placeholder {
    font-weight: 400
  }
}

.search-input[name=q]::-moz-placeholder {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  opacity: 1
}

@media (min-width:1200px) {
  .search-input[name=q]::-moz-placeholder {
    font-weight: 400
  }
}

.search-input[name=q]:-ms-input-placeholder {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  opacity: 1
}

@media (min-width:1200px) {
  .search-input[name=q]:-ms-input-placeholder {
    font-weight: 400
  }
}

.search-input[name=q]:-moz-placeholder {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  opacity: 1
}

@media (min-width:1200px) {
  .search-input[name=q]:-moz-placeholder {
    font-weight: 400
  }
}

.search-button {
  border: 0;
  padding: 0
}

.search-button, .search-button:hover {
  background-color: transparent
}

.search-wrapper {
  display: none;
  position: relative;
  width: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.search-wrapper.active {
  margin-left: 10px;
  width: 97px
}

@media (min-width:600px) {
  .search-wrapper.active {
    width: 210px
  }
}

.search-wrapper form {
  margin-bottom: 0
}

.search-button-close {
  position: absolute;
  top: 5px;
  right: 0;
  cursor: pointer
}

.button {
  display: inline-block;
  border: 0;
  border-radius: 3px;
  padding: 9px 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background-color: #f15f13;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

@media (min-width:768px) {
  .button {
    padding: 14px 17px;
    font-size: 18px;
    letter-spacing: .6px
  }
}

.button:hover, .button:not([disabled]):hover {
  color: #fff;
  background-color: #cf4f19
}

.play-video {
  border: 0;
  background: transparent;
  outline: none
}

.play-video img {
  max-width: 80%
}

.mm-menu.mm-light {
  background-color: #fff
}

.mm-menu.mm-light .mm-subtitle {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  color: #040505
}

.mm-menu.mm-light .mm-subtitle a.mm-subclose {
  color: inherit
}

.icon-bar {
  display: block;
  position: relative;
  top: 0;
  width: 25px;
  height: 2px;
  margin: 8px 0;
  background-color: #fff;
  -webkit-transition: top .3s ease .3s, visibility .3s ease .3s, -webkit-transform .3s ease;
  transition: top .3s ease .3s, visibility .3s ease .3s, -webkit-transform .3s ease;
  transition: top .3s ease .3s, transform .3s ease, visibility .3s ease .3s;
  transition: top .3s ease .3s, transform .3s ease, visibility .3s ease .3s, -webkit-transform .3s ease
}

.navbar {
  border: 0;
  position: relative;
  background: none;
  outline: none
}

.open .icon-bar {
  -webkit-transition: top .3s ease, -webkit-transform .3s ease .3s;
  transition: top .3s ease, -webkit-transform .3s ease .3s;
  transition: top .3s ease, transform .3s ease .3s;
  transition: top .3s ease, transform .3s ease .3s, -webkit-transform .3s ease .3s
}

.open .icon-bar:nth-child(2) {
  visibility: hidden;
  -webkit-transition: visibility 0s ease .3s;
  transition: visibility 0s ease .3s
}

.open .icon-bar:first-child {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.open .icon-bar:last-child {
  top: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.social-links {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none
}

.social-link {
  display: inline-block;
  margin: 0 25px
}

.social-link a {
  display: inline-block;
  font-size: 33px;
  color: #de6016;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.social-link a:hover {
  color: #f47721;
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.cart-side {
  position: fixed;
  top: 0;
  right: -450px;
  bottom: 0;
  padding: 50px 15px 30px;
  width: 450px;
  max-width: 95%;
  background-color: #fff;
  -webkit-box-shadow: inset 3px 0 13px #4d4d4d;
  box-shadow: inset 3px 0 13px #4d4d4d;
  overflow-y: hidden;
  -webkit-transition: right .4s ease-out;
  transition: right .4s ease-out;
  will-change: right;
  z-index: 99999;
  height: 100vh
}

.cart-side .ajax-cart-quantity {
  text-align: center!important;
  width: 32px;
  padding: 4px 0;
  position: relative;
  margin: 0 5px;
  display: inline;
  color: #444;
  border-color: #ddd
}

.cart-side .ajax-cart-quantity::-webkit-inner-spin-button, .cart-side .ajax-cart-quantity::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.cart-side .ss-icon {
  font-weight: 700;
  color: #444;
  cursor: pointer
}

.cart-side dl {
  margin: 0;
  height: 28px
}

.cart-side dd, .cart-side dt, .cart-side p, .cart-side span {
  color: #000
}

.cart-side__inner {
  height: 100%;
  overflow-y: auto
}

.cart-side__header {
  position: relative;
  margin-bottom: 30px
}

.cart-side__footer {
  padding: 30px 0 15px
}

.cart-side__footer p {
  font-weight: 700;
  color: #555
}

.cart-side__title {
  text-align: center;
  font-size: 36px;
  color: #000
}

.cart-side__price .price {
  font-weight: 700;
  margin-bottom: 5px
}

.cart-side .thumb__preview {
  float: left;
  width: 95px;
  height: 95px
}

.cart-side__content {
  width: 120px;
  margin-right: 20px;
  margin-left: 20px;
}

.cart-side__content dt {
  float: left
}

.cart-side__content dd {
  float: right
}

.cart-side__content p {
  margin-bottom: 0
}

.cart-side__content p span {
  float: right
}

.cart-side__list {
  max-height: 100%
}

.cart-side__item {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-evenly;
}

.cart-side__item:not(:last-child) {
  margin-bottom: 20px
}

.cart-side__item>a {
  display: inline-block;
  float: left;
  margin: 1px 20px 1px 20px;
  padding: 1px
}

.cart-side__item-title {
  max-width: 200px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px
}

.cart-side__meta {
  margin-top: 25px
}

.cart-side__qty {
  margin-top: -4px;
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 0;
  border-color: #434343;
  text-align: center
}

.cart-side__qty::-webkit-inner-spin-button, .cart-side__qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.cart-side__qty:disabled {
  border-color: #434343
}

.cart-side__subtotal {
  float: right;
  color: #555
}

.cart-side__footer-text {
  text-align: center;
  font-size: 14px
}

.cart-side__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}

.cart-side__buttons a {
  width: 48%;
  font-size: 18px;
  border-radius: 5px;
  padding: 7px 18px
}

.cart-side__buttons .btn--secondary {
  background-color: #444;
  color: #fff;
  border: 0
}

.cart-side__buttons .btn--secondary:focus, .cart-side__buttons .btn--secondary:hover {
  color: #000;
  background-color: #f15f13
}

.cart-side__close {
  border: 0;
  color: #4d4d4d;
  background-color: transparent
}

.cart-side__remove {
  position: relative;
  float: right;
  margin: 1px;
  padding: 1px;
  width: 20px;
  height: 20px;
  border: 1px solid #434343;
  background-color: transparent
}


.cart-side__remove:focus, .cart-side__remove:hover {
  border-color: #000
}

.cart-side__remove:focus.icon-remove:after, .cart-side__remove:focus.icon-remove:before, .cart-side__remove:hover.icon-remove:after, .cart-side__remove:hover.icon-remove:before {
  background-color: #000
}

.cart-side__remove.icon-remove:after, .cart-side__remove.icon-remove:before {
  top: 9px;
  left: 2px
}

.cart-side__empty {
  text-align: center
}


#shopify-product-reviews {
  position: relative;
}