/*---------------------------------------------
Carousel
---------------------------------------------*/
#carousel {
  width: 100%;
  height: 450px;
  position: relative;
  z-index: 1000;
  overflow: visible !important;
}
@media only screen and (min-width: 766px) {
  #carousel {
    height: 375px;
  }
}

#carousel img {
  cursor: pointer;
  pointer-events: all;
  height: auto;
}
@media only screen and (min-width: 768px) {
  #carousel img {
    width: 75%;
  }
}

#carousel .cloudfeatureditem {
  position: relative;
}

#carousel .cloudfeatureditem,
#carousel .cloudfeatureditem img {
  pointer-events: none;
}

#carousel .cloudfeatureditem .full-height img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(1);
  filter: brightness(1);
  -webkit-transition: all ease-in-out 500ms;
  transition: all ease-in-out 500ms;
}

#carousel .cloudfeatureditem .full-height.darken img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.7" /><feFuncG type="linear" slope="0.7" /><feFuncB type="linear" slope="0.7" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
}

#carousel .cloud9-item .full-height {
  display: block;
  height: 0px;
}

#carousel .cloudfeatureditem .full-height {
  display: block;
  height: 100%;
}

.cloudfeatureditem .full-height:after {
  content: "";
  position: absolute;
  width: 60%;
  height: 90%;
  display: block;
  top: -10%;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-radius: 50%;
  pointer-events: all;
}

.cloud9-item {
  cursor: pointer;
  display: none;
  text-align: center;
}

#carousel .cloud9-item:not(.cloudfeatureditem) a.btn-link {
  display: none;
}

#carousel a.btn-link {
  display: none;
}

#carousel .next-two img {
  -webkit-transform: scale(0.15) translate(0px, 0px);
  transform: scale(0.15) translate(0px, 0px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#carousel .cloud9-item:first-child:not(.cloudfeatureditem) img,
#carousel .cloud9-item.place-item:first-child + .cloud9-item.place-item img,
#carousel .cloud9-item.place-item.place-item-last:first-child img,
#carousel .cloud9-item.place-item.place-item-last:first-child + .cloud9-item.place-item:nth-child(2) img,
#carousel .cloud9-item.three.place-item.place-item-last:nth-child(3) img,
#carousel .cloud9-item.four.place-item.place-item-last:nth-child(4) img,
#carousel .cloud9-item.five.place-item.place-item-last:nth-child(5) img,
#carousel .cloud9-item.six.place-item.place-item-last:nth-child(6) img,
#carousel .cloud9-item.seven.place-item.place-item-last:nth-child(7) img,
#carousel .cloud9-item.eight.place-item.place-item-last:nth-child(8) img,
#carousel .cloud9-item.nine.place-item.place-item-last:nth-child(9) img,
#carousel .cloud9-item.ten.place-item-last-once:last-child img,
#carousel .cloud9-item.place-item + .cloud9-item.place-item:not(.cloudfeatureditem) + .cloud9-item.ten.place-item-last-once:last-child img {
  -webkit-transform: scale(0.2) translate(70px, 0px);
  transform: scale(0.2) translate(70px, 0px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#carousel .cloudfeatureditem + .cloud9-item img,
#carousel .cloud9-item.place-item-one:first-child img,
#carousel .cloudfeatureditem + .cloud9-item:last-child img,
#carousel .cloud9-item.place-item.place-item-one:first-child img {
  -webkit-transform: scale(0.2) translate(-70px, 0px);
  transform: scale(0.2) translate(-70px, 0px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#carousel .cloudfeatureditem + .cloud9-item + .cloud9-item.one.place-item img,
.cloud9-item.one.place-item + .cloud9-item img,
#carousel .cloud9-item.place-item + .cloud9-item.place-item img,
#carousel .cloud9-item.place-item:first-child img,
#carousel .cloud9-item.place-item + .cloud9-item:not(.cloudfeatureditem) + .cloud9-item:last-child img,
#carousel .cloud9-item.place-item.place-item-last:last-child img,
#carousel .cloud9-item.place-item:first-child + .cloud9-item.place-item.place-item-last-two img {
  -webkit-transform: scale(0.1) translate(0px, 0px);
  transform: scale(0.1) translate(0px, 0px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@media (min-width: 767px) {
  #carousel .next-two img {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  }
  #carousel .cloud9-item img {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  }
  #carousel .cloud9-item:first-child:not(.cloudfeatureditem) img,
  #carousel .cloud9-item.place-item:first-child + .cloud9-item.place-item img,
  #carousel .cloud9-item.place-item.place-item-last:first-child img,
  #carousel .cloud9-item.place-item.place-item-last:first-child + .cloud9-item.place-item:nth-child(2) img,
  #carousel .cloud9-item.three.place-item.place-item-last:nth-child(3) img,
  #carousel .cloud9-item.four.place-item.place-item-last:nth-child(4) img,
  #carousel .cloud9-item.five.place-item.place-item-last:nth-child(5) img,
  #carousel .cloud9-item.six.place-item.place-item-last:nth-child(6) img,
  #carousel .cloud9-item.seven.place-item.place-item-last:nth-child(7) img,
  #carousel .cloud9-item.eight.place-item.place-item-last:nth-child(8) img,
  #carousel .cloud9-item.nine.place-item.place-item-last:nth-child(9) img,
  #carousel .cloud9-item.ten.place-item-last-once:last-child img,
  #carousel .cloud9-item.place-item + .cloud9-item.place-item:not(.cloudfeatureditem) + .cloud9-item.ten.place-item-last-once:last-child img {
    -webkit-transform: scale(0.3) translate(-380px, 24px);
    transform: scale(0.3) translate(-380px, 24px);
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  }
  #carousel .cloudfeatureditem + .cloud9-item img,
  #carousel .cloud9-item.place-item-one:first-child img,
  #carousel .cloudfeatureditem + .cloud9-item:last-child img,
  #carousel .cloud9-item.place-item.place-item-one:first-child img {
    -webkit-transform: scale(0.3) translate(380px, 24px);
    transform: scale(0.3) translate(380px, 24px);
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  }
  #carousel .cloudfeatureditem + .cloud9-item + .cloud9-item.one.place-item img,
  .cloud9-item.one.place-item + .cloud9-item img,
  #carousel .cloud9-item.place-item + .cloud9-item.place-item img,
  #carousel .cloud9-item.place-item:first-child img,
  #carousel .cloud9-item.place-item + .cloud9-item:not(.cloudfeatureditem) + .cloud9-item:last-child img,
  #carousel .cloud9-item.place-item.place-item-last:last-child img,
  #carousel .cloud9-item.place-item:first-child + .cloud9-item.place-item.place-item-last-two img {
    -webkit-transform: scale(0.2) translate(0px, 0px);
    transform: scale(0.2) translate(0px, 0px);
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
@media (min-width: 1170px) {
  #carousel .next-two img {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  #carousel .cloud9-item:first-child:not(.cloudfeatureditem) img,
  #carousel .cloud9-item.place-item:first-child + .cloud9-item.place-item img,
  #carousel .cloud9-item.place-item.place-item-last:first-child img,
  #carousel .cloud9-item.place-item.place-item-last:first-child + .cloud9-item.place-item:nth-child(2) img,
  #carousel .cloud9-item.three.place-item.place-item-last:nth-child(3) img,
  #carousel .cloud9-item.four.place-item.place-item-last:nth-child(4) img,
  #carousel .cloud9-item.five.place-item.place-item-last:nth-child(5) img,
  #carousel .cloud9-item.six.place-item.place-item-last:nth-child(6) img,
  #carousel .cloud9-item.seven.place-item.place-item-last:nth-child(7) img,
  #carousel .cloud9-item.eight.place-item.place-item-last:nth-child(8) img,
  #carousel .cloud9-item.nine.place-item.place-item-last:nth-child(9) img,
  #carousel .cloud9-item.ten.place-item-last-once:last-child img,
  #carousel .cloud9-item.place-item + .cloud9-item.place-item:not(.cloudfeatureditem) + .cloud9-item.ten.place-item-last-once:last-child img {
    -webkit-transform: scale(0.4) translate(-380px, 24px);
    transform: scale(0.4) translate(-380px, 24px);
  }
  #carousel .cloudfeatureditem + .cloud9-item img,
  #carousel .cloud9-item.place-item-one:first-child img,
  #carousel .cloudfeatureditem + .cloud9-item:last-child img,
  #carousel .cloud9-item.place-item.place-item-one:first-child img {
    -webkit-transform: scale(0.4) translate(380px, 24px);
    transform: scale(0.4) translate(380px, 24px);
  }
  #carousel .cloudfeatureditem + .cloud9-item + .cloud9-item.one.place-item img,
  .cloud9-item.one.place-item + .cloud9-item img,
  #carousel .cloud9-item.place-item + .cloud9-item.place-item img,
  #carousel .cloud9-item.place-item:first-child img,
  #carousel .cloud9-item.place-item + .cloud9-item:not(.cloudfeatureditem) + .cloud9-item:last-child img,
  #carousel .cloud9-item.place-item.place-item-last:last-child img,
  #carousel .cloud9-item.place-item:first-child + .cloud9-item.place-item.place-item-last-two img {
    -webkit-transform: scale(0.3) translate(0px, 0px);
    transform: scale(0.3) translate(0px, 0px);
  }
}
#carousel .cloudfeatureditem img,
#carousel .cloud9-item.next-two:nth-child(9) + .cloudfeatureditem > img {
  margin-top: -120px;
  -webkit-transform: scale(0.85) !important;
  transform: scale(0.85) !important;
}

@media (min-width: 992px) {
  #carousel .cloudfeatureditem img,
  #carousel .cloud9-item.next-two:nth-child(9) + .cloudfeatureditem > img {
    margin-top: -140px;
    -webkit-transform: scale(0.7) !important;
    transform: scale(0.7) !important;
  }
}
@media (min-width: 1170px) {
  #carousel .cloudfeatureditem img,
  #carousel .cloud9-item.next-two:nth-child(9) + .cloudfeatureditem > img {
    margin-top: -140px;
    -webkit-transform: scale(0.78) !important;
    transform: scale(0.78) !important;
  }
}
@media (min-width: 1375px) {
  #carousel .cloudfeatureditem img,
  #carousel .cloud9-item.next-two:nth-child(9) + .cloudfeatureditem > img {
    margin-top: -130px;
    -webkit-transform: scale(0.86) !important;
    transform: scale(0.86) !important;
  }
}
@media (max-width: 767px) {
  #carousel {
    padding-top: 80px;
    height: 550px;
  }
  #carousel .cloudfeatureditem img,
  #carousel .cloud9-item.next-two:nth-child(9) + .cloudfeatureditem > img {
    margin-top: -140px;
  }
}
@media (max-width: 567px) {
  #carousel {
    height: 500px;
  }
  #carousel .cloudfeatureditem img,
  #carousel .cloud9-item.next-two:nth-child(9) + .cloudfeatureditem > img {
    margin-top: -120px;
  }
}
@media (max-width: 417px) {
  #carousel {
    height: 400px;
  }
  #carousel .cloudfeatureditem img,
  #carousel .cloud9-item.next-two:nth-child(9) + .cloudfeatureditem > img {
    margin-top: -100px;
    -webkit-transform: scale(0.8) !important;
    transform: scale(0.8) !important;
  }
}
#carousel .cloudfeatureditem img,
#carousel .cloudfeatureditem img,
#carousel .cloud9-item.next-two:nth-child(9) + .cloudfeatureditem > img,
#carousel .cloud9-item.place-item + .cloud9-item.place-item.cloudfeatureditem img,
child:not(.cloudfeatureditem) img,
#carousel .cloud9-item.place-item:first-child + .cloud9-item.place-item.cloudfeatureditem img,
#carousel .cloud9-item.place-item.cloudfeatureditem:first-child img,
#carousel .cloud9-item.place-item.place-item-last:first-child + .cloud9-item.place-item.cloudfeatureditem:nth-child(2) img,
#carousel .cloud9-item.place-item + .cloud9-item:not(.cloudfeatureditem) + .cloud9-item.cloudfeatureditem:last-child img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#item-title {
  color: #F31414;
  font-size: 29px;
  letter-spacing: 0.13em;
  text-shadow: 1px 1px 6px #C72B2B;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 22px;
}

.nav {
  text-align: center;
}

.nav > button {
  width: 64px;
  height: 36px;
  color: #666;
  font: bold 16px arial;
  text-decoration: none;
  text-align: center;
  margin: 5px;
  text-shadow: 0px 1px 0px #f5f5f5;
  background: #f6f6f6;
  border: solid 2px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.nav > button:active,
.nav > button.down {
  background: #dfdfdf;
  border: solid 2px rgba(0, 0, 0, 0.6);
  box-shadow: none;
}

.product-wheel {
  background: var(--wp--preset--color--light-gray);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
}
.product-wheel .product-wrap {
  position: relative;
}
.product-wheel .product-wrap .px-4 {
  padding-inline: 2rem;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .product-wheel .product-wrap .px-4 {
    padding-bottom: 100px;
  }
}
.product-wheel .nav > button {
  background: gray-300;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 0;
  border: 0;
  z-index: 1000;
  box-shadow: none;
  margin: 0;
  border-radius: 0;
}
.product-wheel .nav > button:after {
  content: "\e804";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  /* font-size: 120%; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
}
.product-wheel .nav > button.right {
  right: 0px;
  left: auto;
}
.product-wheel .nav > button.left {
  padding-right: 12px;
}
.product-wheel .nav > button.left:after {
  content: "\e804";
  transform: rotate(180deg);
}
.product-wheel .container-fluid {
  position: relative;
  z-index: 1001;
}
.product-wheel .container-fluid h2 {
  margin-bottom: 0px;
}
.product-wheel .container-fluid h2 a {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 44px;
  display: inline;
  color: body-color;
}
.product-wheel .container-fluid h2 a:hover {
  color: var(--wp--preset--color--primary);
}
.product-wheel .container-fluid ul {
  margin: 0;
  pointer-events: all;
  padding: 0px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-wheel .container-fluid ul li {
  list-style: none;
}
.product-wheel .container-fluid ul li a {
  font-size: 20px;
  font-weight: 400;
  color: body-color;
}
.product-wheel .container-fluid ul li a:hover {
  color: var(--wp--preset--color--primary);
}
.product-wheel .container-fluid ul li.active a,
.product-wheel .container-fluid ul li.active a.active {
  color: var(--wp--preset--color--primary);
  font-weight: 700;
}
.product-wheel .container-fluid ul span {
  padding: 0 5px;
}
@media (max-width: 576px) {
  .product-wheel .container-fluid h2 {
    font-size: 38px;
  }
  .product-wheel .container-fluid ul li {
    width: 49%;
    margin-right: 1%;
  }
  .product-wheel .container-fluid ul span {
    display: none;
  }
}
@media (max-width: 576px) {
  .product-wheel .nav > button {
    top: 32%;
    height: 45px;
    width: 45px;
  }
  .product-wheel .nav > button.right {
    left: auto;
    right: 0;
  }
}

.pic-items {
  padding: 80px 0;
}
.pic-items h3 {
  font-weight: 400;
  color: #666;
}
.pic-items ul {
  margin: 0;
  padding: 0;
  padding-top: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.pic-items ul li {
  list-style: none;
  margin: 0;
  text-align: center;
  margin-bottom: 30px;
}
.pic-items ul li img {
  display: block;
  margin: 0 auto 10px;
}
.pic-items ul li h4 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 28px;
}
.pic-items ul li h4 a {
  font-weight: bold;
  text-decoration: none;
  color: var(--wp--preset--color--primary);
}
.pic-items ul li h4 a:after {
  color: body-color;
}
.pic-items ul li p {
  font-size: 20px;
  line-height: 1.1em;
}
@media (max-width: 992px) {
  .pic-items ul li h4 {
    font-size: 24px;
  }
  .pic-items ul li p {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .pic-items {
    padding: 80px 0;
  }
  .pic-items ul li {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
  }
  .pic-items ul li:nth-child(3) {
    clear: both;
  }
  .pic-items ul li h4 {
    font-size: 22px;
  }
}
.tab-slider {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-bottom: 1px solid gray-500;
}
.tab-slider .carousel-item:after {
  content: "";
  position: absolute;
  left: -5%;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-slant.svg) no-repeat;
  background-position: 0px 0;
  display: block;
  z-index: 1;
}
.tab-slider .carousel-item img {
  display: block;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-height: 450px;
}
.tab-slider .carousel-item .tab-content {
  position: absolute;
  left: 0;
  padding: 32px 16px 32px 64px;
  padding: 2rem 1rem 2rem 4rem;
  height: 100%;
  width: 410px;
  z-index: 10;
}
.tab-slider .carousel-item .tab-content p {
  font-size: 20px;
}
.tab-slider .carousel-item .tab-content a {
  font-weight: 700;
}
.tab-slider .carousel-item .tab-content .btn-link {
  font-size: 24px;
  color: secondary;
}
@media (max-width: 992px) {
  .tab-slider .carousel-item:after {
    left: 0;
  }
  .tab-slider .carousel-item .tab-content {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .tab-slider .carousel-item:after {
    display: none;
  }
  .tab-slider .carousel-item .tab-content {
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    padding: 1rem 1rem 1rem 2rem;
    height: auto;
  }
  .tab-slider .carousel-item .tab-content h2 {
    margin-bottom: 10px;
    font-size: 38px;
  }
  .tab-slider .carousel-item .tab-content p {
    margin-bottom: 0px;
  }
}
.tab-slider .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding: 0 30px;
  margin-top: 0;
}
.tab-slider .nav li {
  padding: 3.2px 8px;
  padding: 0.2rem 0.5rem;
}
.tab-slider .nav li a {
  color: gray-600;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 1160px) {
  .tab-slider .nav li a {
    font-size: 18px;
  }
}
.tab-slider .nav li.active a, .tab-slider .nav li:hover a {
  color: var(--wp--preset--color--primary);
}
@media (max-width: 1050px) {
  .tab-slider .nav {
    padding: 0;
  }
  .tab-slider .nav li {
    width: 25%;
  }
}
@media (max-width: 992px) {
  .tab-slider .nav {
    padding: 0;
  }
  .tab-slider .nav a {
    padding: 0.8px 16px;
    padding: 0.05rem 1rem;
  }
}
@media (max-width: 626px) {
  .tab-slider .nav {
    padding: 10px 0;
  }
  .tab-slider .nav li {
    width: 50%;
  }
}
.tab-slider .carousel-fade .carousel-item {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.tab-slider .carousel-fade .carousel-item.active,
.tab-slider .carousel-fade .carousel-item-next.carousel-item-left,
.tab-slider .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.tab-slider .carousel-fade .active.carousel-item-left,
.tab-slider .carousel-fade .active.carousel-item-right {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.tab-slider .carousel-fade .carousel-item-next,
.tab-slider .carousel-fade .carousel-item-prev,
.tab-slider .carousel-fade .carousel-item.active,
.tab-slider .carousel-fade .active.carousel-item-left,
.tab-slider .carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.tab-slider .carousel-control-prev,
.tab-slider .carousel-control-next {
  width: 20px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  bottom: 20px;
  display: block;
  color: body-color;
  left: 20px;
  top: auto;
  z-index: 1000;
}
@media (max-width: 992px) {
  .tab-slider .carousel-control-next,
  .tab-slider .carousel-control-prev {
    display: none;
  }
}
.tab-slider .carousel-control-next {
  left: auto;
  right: 20px;
}
.tab-slider .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2D3239' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.tab-slider .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2D3239' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.materials {
  background: url(../img/bg-flanges.jpg) no-repeat;
  background-size: cover;
  border-bottom: 1px solid #ddd;
  padding: 110px 0;
}
@media (min-width: 992px) {
  .materials .mat-item-wrap.mat-col {
    width: 50%;
    float: left;
  }
  .materials .mat-item-wrap.mat-col.two {
    margin-left: 4%;
    width: 46%;
  }
}
.materials .mat-item-wrap .mat-item {
  margin-bottom: 20px;
}
.materials .mat-item-wrap .mat-item h4 {
  margin: 0;
  color: secondary;
  font-size: 25px;
}
.materials .mat-item-wrap .mat-item p {
  font-size: 18px;
}
@media (min-width: 576px) {
  .materials .col-sm-5 {
    margin-right: -1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 992px) {
  .materials {
    padding: 60px 0;
  }
}
.helpful-links {
  padding: 80px 0 50px;
}
.helpful-links h4 {
  padding: 0 15px 0 0;
  font-family: font-1;
  font-weight: 800;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.helpful-links ul {
  padding: 0;
}
.helpful-links ul li {
  list-style: none;
  margin-bottom: 13px;
}
.helpful-links ul li a {
  line-height: 20px;
  font-size: 20px;
  color: secondary;
}
.helpful-links ul li a:hover {
  color: var(--wp--preset--color--primary);
}

/*# sourceMappingURL=western-slider.css.map */
