/*
Theme Name: EzyDecking
Author: 21Digital
Author URI: https://www.21digital.agency
Description: A new theme for EzyDecking
Version: 1.0
*/
@font-face {
  font-family: 'Ganache';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/GanacheW01-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/GanacheW01-Regular.woff") format("woff"), url("fonts/GanacheW01-Regular.ttf") format("truetype"), url("fonts/GanacheW01-Regular.svg#GanacheW01-Regular") format("svg"); }
@font-face {
  font-family: 'Terfens';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Terfens-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Terfens-BoldItalic.woff") format("woff"), url("fonts/Terfens-BoldItalic.ttf") format("truetype"), url("fonts/Terfens-BoldItalic.svg#Terfens-BoldItalic") format("svg"); }
@font-face {
  font-family: 'TerfensNorm';
  src: url("https://db.onlinewebfonts.com/t/e68a64ce54339a0bcee33f4597af9454.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/e68a64ce54339a0bcee33f4597af9454.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/e68a64ce54339a0bcee33f4597af9454.woff") format("woff"), url("https://db.onlinewebfonts.com/t/e68a64ce54339a0bcee33f4597af9454.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/e68a64ce54339a0bcee33f4597af9454.svg#Terfens") format("svg"); }
.pop-cats {
  padding: 40px 0 0 0; }
  .pop-cats .copy-container h2 {
    border-top: 1px solid #676767; }
  .pop-cats img {
    margin-bottom: 10px; }
  .pop-cats .mt-1 {
    width: 33% !important;
    border: 5px solid #fff; }
    @media (max-width: 435px) {
      .pop-cats .mt-1 {
        width: 100% !important; } }
    .pop-cats .mt-1 p {
      font: 30px 'Terfens';
      color: #fff; }
    .pop-cats .mt-1 a {
      color: #fff; }
  .pop-cats .w-100 {
    width: 100% !important;
    border: 5px solid #fff; }
    .pop-cats .w-100 p {
      font: 30px 'Terfens';
      color: #fff; }
    .pop-cats .w-100 a {
      color: #fff; }
  .pop-cats .category {
    height: 20em;
    overflow: hidden;
    position: relative; }
    .pop-cats .category:nth-of-type(1) {
      background: url("img/categories/decking-boards.png") no-repeat 75%/cover; }
    .pop-cats .category:nth-of-type(2) {
      background: url("img/categories/framing-timbers.png") no-repeat 75%/cover; }
    .pop-cats .category:nth-of-type(3) {
      background: url("img/categories/adjustable-pedestals.png") no-repeat 75%/cover; }
    .pop-cats .category:nth-of-type(4) {
      background: url("img/categories/accessories.png") no-repeat 75%/cover; }
    .pop-cats .category:nth-of-type(n+2) {
      width: 33%; }
      @media (max-width: 835px) {
        .pop-cats .category:nth-of-type(n+2) {
          width: 100%; } }

.onhover {
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%; }
  .onhover::before {
    -webkit-transform: skewX(-36deg);
    -webkit-transition: all .5s ease 0s;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: '';
    height: 100%;
    left: -250px;
    position: absolute;
    top: 0;
    transform: skewX(-36deg);
    transition: all .5s ease 0s;
    width: 0; }
    @media (max-width: 768px) {
      .onhover::before {
        width: 235% !important; } }
  .onhover:hover .box-content {
    -webkit-transform: scale(1);
    transform: scale(1); }
  .onhover:hover::before {
    width: 235%; }
  .onhover .content-wrapper {
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
  .onhover .box-content {
    height: 100%;
    width: 100%; }
    @media (max-width: 768px) {
      .onhover .box-content {
        -webkit-transform: scale(1);
        transform: scale(1); } }

.unreal-deals::before {
  background-color: #676767;
  clear: both;
  content: '';
  display: block;
  height: 1px;
  margin: 0 auto;
  max-width: 500px;
  width: 100%; }
.unreal-deals .hover-product {
  max-width: 100%; }
.unreal-deals .copy-container {
  padding-top: 65px;
  padding-bottom: 65px; }

.unreal-deals .deals-link:hover,
.related-products-slick .deals-link:hover {
  text-decoration: none; }
.unreal-deals .deals-container,
.related-products-slick .deals-container {
  background: url("img/backgrounds/grey.png") no-repeat 75%/cover; }
  @media (max-width: 768px) {
    .unreal-deals .deals-container .deal-product:last-child,
    .related-products-slick .deals-container .deal-product:last-child {
      display: none !important; } }
.unreal-deals .title,
.related-products-slick .title {
  color: #676767;
  font-family: 'TerfensNorm' !important;
  font-size: 22px; }
.unreal-deals .price,
.related-products-slick .price {
  color: #dc651e !important;
  font-family: 'Terfens' !important;
  font-size: 24px !important; }

.reviews {
  min-height: 40em; }
  @media (max-width: 768px) {
    .reviews {
      min-height: 50em; } }
  .reviews h2 {
    color: #dc651e; }

.review-slick {
  margin: 50px 0;
  min-height: 500px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 768px) {
    .review-slick {
      min-height: 600px; } }

.quote-block {
  -webkit-transform: translateY(-50%);
  background-color: #252525;
  height: 80%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 55vw;
  z-index: 3; }
  @media (max-width: 435px) {
    .quote-block {
      height: 90%; } }
  .quote-block .content {
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    z-index: 6; }
    @media (max-width: 768px) {
      .quote-block .content {
        width: 85%; } }
    .quote-block .content:hover {
      cursor: -webkit-grab;
      cursor: grab; }
  .quote-block p {
    color: #fff;
    font-size: 20px; }
  .quote-block .cite {
    color: #dc651e;
    font-style: italic; }

.img-block {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 55vw; }
  .img-block img {
    height: 500px;
    min-width: 100%;
    overflow: hidden; }
    @media (max-width: 768px) {
      .img-block img {
        height: 100%; } }
  .img-block .slick-slide {
    max-height: 100%; }

.next-arrow {
  -webkit-transform: translateY(-50%);
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5; }
  .next-arrow:hover {
    cursor: pointer; }

@media (max-width: 768px) {
  .img-block {
    width: 100vw; }

  .quote-block {
    -webkit-transform: translateX(-50%);
    bottom: 30px;
    left: 50%;
    top: 5%;
    transform: translateX(-50%);
    width: 90vw; } }
.about-us,
.semi-circle::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("img/backgrounds/about-us.png") no-repeat fixed center/cover;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url("img/backgrounds/about-us.png") no-repeat fixed center/cover; }
  @media (max-width: 435px) {
    .about-us,
    .semi-circle::before {
      background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("img/backgrounds/about-us.png") no-repeat 75%/cover;
      background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url("img/backgrounds/about-us.png") no-repeat 75%/cover; } }

.about-us {
  margin-top: 125px;
  position: relative; }
  @media (max-width: 768px) {
    .about-us {
      margin-top: 85px; } }
  .about-us .copy-container {
    padding-top: 100px;
    position: relative; }
    .about-us .copy-container h2,
    .about-us .copy-container p {
      color: #fff; }

.semi-circle {
  height: 85px;
  left: calc(50% - (171px / 2));
  overflow: hidden;
  position: absolute;
  top: -50px;
  width: 171px; }
  .semi-circle::before {
    border-radius: 50%;
    content: '';
    height: 170px;
    position: absolute;
    width: 170px; }

.about-icon {
  -webkit-transform: translateX(-50%);
  left: 50%;
  position: absolute;
  top: -20px;
  transform: translateX(-50%); }

.help-advice {
  background: url("img/backgrounds/grey.png") no-repeat 75%/cover; }
  .help-advice .help-section {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); }
    .help-advice .help-section:hover {
      -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); }
    .help-advice .help-section a:hover {
      text-decoration: none; }
  .help-advice .help-title {
    color: #676767;
    font-size: 20px; }
  .help-advice .view-all {
    bottom: -28px;
    color: #676767;
    font-size: 18px;
    position: absolute;
    right: 10px; }

.help-cta {
  min-height: 400px; }

.about-intro {
  max-width: 950px !important; }

.cat-intro {
  max-width: 500px; }
  .cat-intro p {
    color: #676767; }

.filter-by {
  border-bottom: 1px solid #676767;
  border-top: 1px solid #676767;
  white-space: nowrap; }

@media (max-width: 435px) {
  .product-container .p-4 {
    padding: 0 !important; } }
.product-container .product {
  min-width: 300px;
  position: relative; }
  @media (max-width: 435px) {
    .product-container .product {
      min-width: 100%; }
      .product-container .product img {
        width: 100%; } }
  .product-container .product .price {
    background-color: #dc651e;
    color: #fff;
    font-family: 'Terfens';
    font-size: 18px;
    padding: 8px 15px 12px;
    position: absolute;
    top: 24px; }
  .product-container .product .title {
    color: #676767;
    font-family: 'TerfensNorm' !important;
    font-size: 20px;
    margin: 18px 0 20px;
    text-align: left; }
  .product-container .product .btn-black {
    float: left;
    font-weight: 100;
    width: 90%; }
    @media (max-width: 435px) {
      .product-container .product .btn-black {
        width: 100%; } }

.page-select {
  height: 30px;
  position: relative; }
  .page-select .content {
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); }
    @media (max-width: 435px) {
      .page-select .content {
        width: 90%; } }
  .page-select .selected {
    background-color: #dc651e;
    border: 1px solid #dc651e;
    color: #fff; }
  .page-select a {
    color: #252525;
    text-decoration: none; }

.in-box-normal, .in-box-small {
  -webkit-transition: all .2s ease;
  border: 1px solid #676767;
  display: inline-block;
  margin: 0 2px;
  transition: all .2s ease; }
  .in-box-normal:hover, .in-box-small:hover {
    background-color: #dc651e;
    border-color: #dc651e;
    color: #fff; }

.in-box-normal {
  padding: 6px 14px; }
.in-box-small {
  padding: 3px 14px; }

.featured-article {
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  position: relative; }
  .featured-article .content {
    -webkit-transform: translate(-20%, -50%);
    left: 20%;
    position: absolute;
    top: 50%;
    transform: translate(-20%, -50%);
    max-width: 400px; }
    .featured-article .content h3 {
      color: #fff;
      text-transform: uppercase; }

.filter-bar {
  border-bottom: 1px solid #676767;
  border-top: 1px solid #676767; }
  .filter-bar .prefix {
    display: inline-block; }
  .filter-bar .sort-list {
    list-style-type: none; }
  .filter-bar .filter-container {
    margin: 0 auto; }

.product-page .product-page-container .buy-options p, .product-page .product-page-container .buy-options .quantity {
  float: left; }

.product-page .product-page-container .buy-options p {
  padding: 10px 20px 0 0; }

.product-page .product-page-container .buy-options .quantity {
  margin: 0 10px 0 0; }

.product-page::before {
  border-top: 1px solid #676767;
  clear: both;
  content: '';
  display: table;
  height: 1px;
  margin: 16px auto 66px;
  max-width: 500px;
  width: 90%; }
.product-page .view-reviews {
  color: #252525;
  vertical-align: middle; }
.product-page .product-page-container {
  border-bottom: 1px solid #676767; }
  .product-page .product-page-container .product-info {
    padding-left: 35px; }
    .product-page .product-page-container .product-info h1 {
      color: #252525;
      font-size: 28px;
      padding: 20px 0; }
  .product-page .product-page-container .woocommerce-product-gallery__image:not(:first-child) {
    margin-top: 6px; }
  .product-page .product-page-container .product-img {
    margin: 0 auto;
    max-width: 500px;
    overflow: hidden; }
    .product-page .product-page-container .product-img .featured-img {
      display: block;
      height: 100%;
      margin: 0 auto;
      min-width: 100%;
      overflow: hidden;
      position: relative; }
  .product-page .product-page-container .review-rating p {
    display: inline-block; }
  .product-page .product-page-container .price {
    color: #dc651e !important;
    font-family: 'Terfens';
    font-size: 34px !important;
    line-height: 1.7em;
    margin-bottom: 24px !important; }
  .product-page .product-page-container .key-points {
    padding: 40px 0 0 0; }
  .product-page .product-page-container .key-points h4 {
    color: #252525;
    font-size: 20px; }
  .product-page .product-page-container .buy-options p,
  .product-page .product-page-container .buy-options .quantity {
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto; }
  .product-page .product-page-container .buy-options .quantity {
    border: 1px solid #252525;
    border-radius: 0;
    max-width: 50px;
    height: auto;
    text-align: center;
    padding: 12px 10px; }
  .product-page .product-page-container .buy-options .add-to-basket {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: auto;
    padding: 12px 60px !important; }
  .product-page .product-page-container .zoom-img {
    bottom: 25px;
    position: absolute;
    right: 25px; }
.product-page .product-desc-container {
  border-bottom: 1px solid #676767; }
  .product-page .product-desc-container h2 {
    width: 100%; }
  .product-page .product-desc-container h4 {
    color: #252525;
    margin: 25px 0 15px; }
  .product-page .product-desc-container .list li {
    padding-top: 8px; }
  .product-page .product-desc-container .table {
    border: 1px solid #f2f2f2; }
    .product-page .product-desc-container .table td {
      width: 50%; }
.product-page .onsale {
  background-color: #dc651e !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-size: 18px !important;
  left: 0 !important;
  min-width: 80px !important;
  top: 0 !important; }

.woocommerce div.product p.price del {
  font-size: 18px;
  color: #252525; }

.woocommerce div.product p.price ins {
  text-decoration: none !important; }

.woocommerce div.product div.images.woocommerce-product-gallery {
  width: 100%; }

.woocommerce div.product form.cart {
  width: 100%; }

.woocommerce .star-rating span::before {
  color: #d96726; }

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: unset; }

#reply-title {
  color: #dc651e;
  font-family: 'Terfens' !important;
  font-size: 1.1rem; }

.comment-form {
  background: #f1f1f1;
  margin: 20px 0 50px;
  padding: 24px 35px; }
  .comment-form textarea,
  .comment-form input {
    border: 0; }
  .comment-form textarea {
    min-height: 65px; }

.comment-notes {
  float: right;
  font-size: 14px; }

.comment-form-rating,
.comment-form-comment,
.comment-form-author,
.comment-form-email {
  font-size: 18px;
  text-transform: capitalize; }

.comment-form-comment {
  padding-top: 15px; }

.star-1,
.star-2,
.star-3,
.star-4,
.star-5 {
  color: #dc651e; }
  .star-1:hover,
  .star-2:hover,
  .star-3:hover,
  .star-4:hover,
  .star-5:hover {
    color: #dc651e; }

.comment-form-author {
  margin-right: 2% !important; }
  .comment-form-author label {
    display: block; }

.comment-form-email label {
  display: block; }

.comment-form-author {
  float: left; }

.form-submit input {
  margin-top: 10px !important; }
  .form-submit input[type='submit'] {
    background-color: #dc651e !important;
    color: #fff !important; }
    .form-submit input[type='submit']:hover {
      -webkit-transform: scale(0.98);
      transform: scale(0.98); }

.contact-form {
  background-color: #dc651e;
  color: #fff; }
  .contact-form input,
  .contact-form textarea {
    border: 0;
    border-radius: 0; }
  .contact-form textarea {
    min-height: 100px; }
  .contact-form button {
    border: 0; }
    .contact-form button:hover {
      cursor: pointer; }
  @media (min-width: 768px) {
    .contact-form .form-child1 {
      width: 25%; }
    .contact-form .form-child2 {
      width: 75%; } }

.gallery {
  padding: 0 0 60px 0; }
  .gallery-prev, .gallery-next {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5; }
    .gallery-prev:hover, .gallery-next:hover {
      cursor: pointer; }
  .gallery-prev {
    left: 20px; }
  .gallery-next {
    right: 20px; }
  .gallery .gallery-img {
    position: relative; }
    .gallery .gallery-img img {
      width: 100%; }
    .gallery .gallery-img .img-title {
      background-color: #dc651e;
      bottom: 5%;
      padding: 10px 20px;
      position: absolute;
      right: 5%; }
      .gallery .gallery-img .img-title h4 {
        color: #fff; }
        @media (max-width: 576px) {
          .gallery .gallery-img .img-title h4 {
            font-size: 18px; } }
  .gallery-thumbnail img {
    margin: 0;
    width: 100%; }
  .gallery-thumbnail:hover {
    cursor: -webkit-grab;
    cursor: grab; }

.article-heading {
  text-align: center;
  text-transform: uppercase; }
  @media (max-width: 435px) {
    .article-heading {
      font-size: 32px; } }

.article-container {
  border-bottom: 1px solid #676767;
  padding-bottom: 30px; }

.article p {
  color: #878786; }
.article img {
  margin: 40px 0;
  width: 100%; }

.gallery-box,
.faq-box, .videos-box {
  height: 27em;
  position: relative; }
  .gallery-box:hover .onhover,
  .faq-box:hover .onhover, .videos-box:hover .onhover {
    opacity: 1; }

.gallery-box {
  background: url("img/help-and-advice/gallery.png") no-repeat 75%/cover; }
  .gallery-box h3 {
    padding: 55px 0 0 0;
    background: url("img/icons/gallery.png") no-repeat center top;
    background-size: auto 50px; }

.faq-box {
  background: url("img/help-and-advice/faqs.png") no-repeat 75%/cover; }
  .faq-box h3 {
    padding: 55px 0 0 0;
    background: url("img/icons/faqs.png") no-repeat center top;
    background-size: auto 50px; }

.videos-box {
  background: url("img/help-and-advice/videos.png") no-repeat 75%/cover; }
  .videos-box h3 {
    padding: 55px 0 0 0;
    background: url("img/icons/videos.png") no-repeat center top;
    background-size: auto 50px; }

.advice-title {
  color: #fff;
  font-size: 42px; }

.news-articles-container {
  border-top: 1px solid #676767;
  padding-bottom: 0 !important; }

.view-all {
  padding: 0 0 40px 0; }

.faq-card-header {
  border-bottom: 1px solid #676767; }
  .faq-card-header button {
    -webkit-transition: color .2s ease;
    color: #dc651e;
    font-size: 20px;
    width: 100%;
    padding: 25px 0;
    text-align: left;
    transition: color .2s ease;
    white-space: inherit;
    background: url("img/carousel/related-next.png") no-repeat 95%;
    background-size: 10px auto; }
    @media (max-width: 768px) {
      .faq-card-header button {
        font-size: 17px; } }
    .faq-card-header button:hover {
      color: #252525;
      text-decoration: none; }
    .faq-card-header button:focus {
      text-decoration: none; }
.faq-card-body {
  margin: 20px 10px 40px;
  width: 90%; }

@media (max-width: 768px) {
  .accordion-title {
    font-size: 30px; } }

.delivery-content {
  margin: 0 auto;
  width: 90%; }
  .delivery-content h3 {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px 0 20px 15px; }
  .delivery-content p {
    color: #676767;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-top: 12px; }

.how-to-review {
  background: url("img/backgrounds/grey.png") no-repeat 75%/cover; }
  .how-to-review .intro p {
    color: #676767; }
  .how-to-review .review-instruction {
    background-color: #dc651e;
    width: 100%; }
    .how-to-review .review-instruction p {
      color: #fff;
      padding: 18px 0; }

.featured-reviews .review-block {
  margin: 10px;
  width: 48%; }
  @media (max-width: 1029px) {
    .featured-reviews .review-block {
      width: 90%; } }

.cart-empty,
.return-to-shop {
  text-align: center; }

.woocommerce-cart-form__cart-item .product-name a {
  color: #dc651e; }
.woocommerce-cart-form__cart-item .product-quantity p {
  display: inline-block;
  padding-right: 8px; }
.woocommerce-cart-form__cart-item .product-quantity input {
  width: 20%; }
.woocommerce-cart-form__cart-item .actions button {
  background-color: #dc651e !important; }

.wc-proceed-to-checkout .checkout-button {
  background-color: #dc651e !important; }

.woocommerce-shipping-calculator .shipping-calculator-button {
  color: #dc651e !important; }

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: right !important;
  margin: 25px auto 0;
  width: 50% !important; }
  @media (max-width: 435px) {
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
      width: 100% !important; } }
  .woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {
    padding-bottom: 20px;
    font-size: 30px; }

#coupon_code {
  min-width: 150px; }

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #dc651e !important; }

.showcoupon {
  color: #dc651e !important; }

.woocommerce-info {
  border-top-color: #dc651e !important;
  margin-bottom: 70px; }
  .woocommerce-info::before {
    color: #dc651e !important; }

.actions .button, .checkout_coupon .button {
  background-color: #252525 !important;
  color: #fff !important; }
  .actions .button:hover, .checkout_coupon .button:hover {
    background-color: #dc651e !important; }

.input-text {
  padding: 10px !important;
  height: auto !important;
  color: #676767;
  font: 16px  "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #ccc; }

.input-text::-webkit-input-placeholder {
  color: #676767;
  font: 16px; }

.input-text::-moz-placeholder {
  /* Firefox 19+ */
  color: #676767;
  font: 16px  "Helvetica Neue", Helvetica, Arial, sans-serif; }

.input-text:-ms-input-placeholder {
  /* IE 10+ */
  color: #676767;
  font: 16px  "Helvetica Neue", Helvetica, Arial, sans-serif; }

.input-text:-moz-placeholder {
  /* Firefox 18- */
  color: #676767;
  font: 16px  "Helvetica Neue", Helvetica, Arial, sans-serif; }

.woocommerce table.shop_table thead {
  background-color: #252525 !important;
  color: #fff; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
  padding: 15px !important; }

#customer_details .col-1,
#customer_details .col-2 {
  max-width: 100%;
  padding: 0 !important; }

.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper,
.woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper, .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper {
  width: 100% !important; }

#ship-to-different-address span {
  font-size: 20px; }

#order_review_heading {
  margin-top: 50px; }

#place_order {
  background-color: #dc651e; }

.woocommerce-privacy-policy-link,
.woocommerce-review-link {
  color: #dc651e; }
  .woocommerce-privacy-policy-link:hover,
  .woocommerce-review-link:hover {
    color: #dc651e; }

.place-order {
  margin-bottom: 70px !important; }

.img-product img {
  max-height: 300px; }

.woocommerce-MyAccount-navigation ul {
  background-color: #f1f1f1;
  list-style-type: none;
  padding: 25px; }
  .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #dc651e;
    padding: 15px 0; }
  .woocommerce-MyAccount-navigation ul a {
    color: #252525 !important; }
    .woocommerce-MyAccount-navigation ul a:hover {
      color: #252525 !important; }

.woocommerce-MyAccount-content a {
  color: #dc651e !important; }
  .woocommerce-MyAccount-content a:hover {
    color: #dc651e !important; }

.col-1,
.col-2 {
  max-width: 100% !important; }

.woocommerce-form-login .woocommerce-form__label-for-checkbox {
  margin-left: 25px; }
.woocommerce-form-login .woocommerce-LostPassword {
  padding-top: 20px; }
  .woocommerce-form-login .woocommerce-LostPassword a {
    color: #dc651e !important; }
    .woocommerce-form-login .woocommerce-LostPassword a:hover {
      color: #dc651e !important; }

.woocommerce-ordering,
.woocommerce-result-count {
  margin: 0 !important; }

.woocommerce-ordering .orderby {
  background-color: #fff;
  border-radius: 0 !important;
  padding: 8px 10px !important; }

.article-fix {
  max-width: 50%;
  padding-bottom: 30px; }
  @media (max-width: 435px) {
    .article-fix {
      max-width: 100%; } }

.filter-bar a {
  color: #dc651e;
  margin-right: 12px; }

.woocommerce-pagination {
  border-top: 1px solid #676767;
  padding: 20px 0 80px; }
  .woocommerce-pagination .page-numbers {
    color: #dc651e !important; }

.key-features-slick .title {
  color: #252525 !important;
  display: block;
  font-family: 'Ganache' !important;
  font-size: 36px; }
.key-features-slick img {
  max-width: 100px; }

.the-yard {
  background: url("img/backgrounds/grey.png") no-repeat 75%/cover;
  padding-bottom: 140px; }
  .the-yard h4 {
    color: #878786;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 18px; }
  .the-yard p {
    color: #a0a0a0; }
  .the-yard form input[type='text'] {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #dc651e;
    border-radius: 0;
    padding: 16px 12px;
    width: 280px; }
  .the-yard form .form-submit {
    border: 0; }
    .the-yard form .form-submit:hover {
      cursor: pointer !important; }
  .the-yard .map {
    border: 1px solid #676767; }

.breadcrumb {
  background-color: #252525;
  border-radius: 0;
  padding-top: 6px;
  padding-bottom: 6px; }
  .breadcrumb .bc-wrap {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto; }
  .breadcrumb p {
    color: #cccccc;
    font-size: 16px; }
  .breadcrumb a {
    color: #cccccc; }

.instagram-feed {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("img/backgrounds/instagram-bg.png") no-repeat fixed center/cover;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url("img/backgrounds/instagram-bg.png") no-repeat fixed center/cover;
  position: relative; }
  @media (max-width: 435px) {
    .instagram-feed {
      background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("img/backgrounds/instagram-bg.png") no-repeat 75%/cover;
      background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url("img/backgrounds/instagram-bg.png") no-repeat 75%/cover; } }
  .instagram-feed .insta-col:nth-child(1) {
    padding: 65px 25px 65px 65px; }
  .instagram-feed .insta-col:nth-child(2) {
    padding: 65px 65px 65px 25px; }
    @media (min-width: 992px) {
      .instagram-feed .insta-col:nth-child(2) .content {
        height: 100%; } }
  .instagram-feed .content {
    background-color: #fff;
    margin: 0 auto;
    max-width: 600px;
    padding: 30px 0; }
    .instagram-feed .content .col-sm,
    .instagram-feed .content img:not(.insta-feature) {
      max-width: 150px; }
    .instagram-feed .content img {
      padding: 5px; }
  .instagram-feed .insta-feature {
    margin: 0 12px;
    max-width: 90%; }
  @media (max-width: 992px) {
    .instagram-feed .insta-col {
      padding: 20px !important; } }

.reviews-container .review {
  background-color: #f1f1f1;
  margin-bottom: 30px;
  padding: 24px 35px; }
  .reviews-container .review img,
  .reviews-container .review .cite {
    display: inline-block;
    margin: 0; }
  .reviews-container .review h4 {
    color: #252525;
    font-size: 18px;
    margin: 18px 0; }
  .reviews-container .review .cite {
    font-size: 16px;
    vertical-align: middle; }

.related-products {
  background: url("img/backgrounds/grey.png") no-repeat 75%/cover; }

.sidebar {
  max-width: 450px; }

.faqs {
  padding: 60px 0 !important; }

.search-bar .form-control {
  -webkit-box-shadow: 0 0 0;
  border-color: #ccc;
  border-radius: 0;
  border-right: 0;
  box-shadow: 0 0 0;
  height: 100%; }
.search-bar .form-control::-webkit-input-placeholder,
.search-bar .form-control {
  color: #dc651e;
  font-family: 'Terfens';
  font-size: 22px;
  text-transform: uppercase; }
.search-bar .form-control::-ms-input-placeholder,
.search-bar .form-control {
  color: #dc651e;
  font-family: 'Terfens';
  font-size: 22px;
  text-transform: uppercase; }
.search-bar .form-control::placeholder,
.search-bar .form-control {
  color: #dc651e;
  font-family: 'Terfens';
  font-size: 22px;
  text-transform: uppercase; }
.search-bar button {
  background: transparent;
  border-color: #ccc;
  border-left: 0;
  border-style: solid; }
  .search-bar button:hover {
    cursor: pointer; }

.search-btn {
  float: right; }

.linked-pages, .menu-blog-container {
  width: 100%; }
  .linked-pages ul, .menu-blog-container ul {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0; }
  .linked-pages li, .menu-blog-container li {
    border-bottom: 1px solid #ccc;
    padding: 14px 10px;
    position: relative; }
    .linked-pages li a, .menu-blog-container li a {
      color: #878786 !important; }
    .linked-pages li::after, .menu-blog-container li::after {
      color: #dc651e;
      content: '>';
      position: absolute;
      right: 0;
      top: 4px;
      width: 15px; }

.social-link .title {
  font-size: 18px;
  text-transform: uppercase; }

.error404 {
  height: 40em;
  position: relative; }
  @media (max-width: 768px) {
    .error404 {
      height: 20em; } }
  @media (min-width: 768px) {
    .error404 .content {
      -webkit-transform: translate(-50%, -50%);
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      max-width: 400px; } }
  .error404 h2 {
    font-size: 72px; }
  .error404 p {
    color: #676767; }
  .error404 a {
    color: #252525;
    text-decoration: underline; }
    .error404 a:hover {
      text-decoration: none; }

.carousel {
  background-color: #676767;
  max-height: 40vh; }
  .carousel .carousel-inner {
    height: 100%;
    max-height: 39.5vh; }

.carousel-home {
  max-height: 100%; }
  .carousel-home .carousel-inner {
    height: 100%;
    max-height: 100%; }

.carousel-item {
  height: 100%; }
  .carousel-item .content {
    -webkit-transform: translate(-20%, -50%);
    left: 20%;
    position: absolute;
    top: 50%;
    transform: translate(-20%, -50%);
    color: #fff; }
  .carousel-item img {
    width: 100%; }

.slider-img {
  height: 100%;
  min-width: 100%; }

.mobQuoteBtn {
  position: static;
  width: 100%;
  padding: 20px 20px 0 20px; }
  .mobQuoteBtn img {
    height: auto;
    width: 100%; }

.quoteBtn {
  position: absolute;
  top: 100px;
  right: 100px; }
  .quoteBtn img {
    height: 250px; }
    @media (max-width: 768px) {
      .quoteBtn img {
        height: 150px; } }
    @media (max-width: 992px) {
      .quoteBtn img {
        height: 175px; } }
    @media (max-width: 1200px) {
      .quoteBtn img {
        height: 175px; } }

.header-top {
  background-color: #fff;
  height: 80px;
  position: relative;
  width: 100%; }
  .header-top .number-block {
    -webkit-transform: translateY(-50%);
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 435px) {
      .header-top .number-block {
        right: 10px; } }
    .header-top .number-block img {
      margin-right: 8px; }
    .header-top .number-block p {
      color: #262525;
      font-size: 20px;
      margin-top: 6px; }
  @media (max-width: 435px) {
    .header-top {
      height: 45px; } }

.header-bottom {
  background-color: #dc651e;
  height: 74px;
  padding: 0 55px; }
  @media (max-width: 768px) {
    .header-bottom {
      padding: 0; } }
  .header-bottom .logo {
    -webkit-transform: translate(-50%, -50%);
    height: 120px;
    left: 50%;
    position: absolute;
    top: 51%;
    margin-top: 1px;
    transform: translate(-50%, -50%); }
    @media (max-width: 768px) {
      .header-bottom .logo {
        height: 100px; } }
    @media (max-width: 500px) {
      .header-bottom .logo {
        height: 75px; } }
  .header-bottom .menu-btn {
    background-color: #dc651e;
    border: 0;
    color: #fff;
    position: relative;
    z-index: 2; }
    @media (max-width: 435px) {
      .header-bottom .menu-btn {
        margin: -15px 0 0 5px; } }
    .header-bottom .menu-btn p {
      -webkit-transform: translateY(-50%);
      display: inline-block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 20px;
      font-weight: 300; }
      @media (max-width: 435px) {
        .header-bottom .menu-btn p {
          top: 100%;
          left: 0;
          font-size: 11px;
          text-transform: uppercase;
          font-weight: bold;
          margin: 0 5px !important;
          padding: 20px 0 0; } }
    .header-bottom .menu-btn:hover {
      cursor: pointer; }
  .header-bottom .basket {
    background-color: #252525;
    display: inline-block;
    padding: 23px 25px;
    position: relative;
    z-index: 2; }
    @media (min-width: 435px) {
      .header-bottom .basket-icon {
        margin-top: 8px; } }
    .header-bottom .basket .quantity {
      background-color: #fff;
      border-radius: 100%;
      color: #252525;
      font-size: 16px;
      padding: 0 7px;
      position: absolute;
      right: 6px;
      top: 6px; }
      @media (max-width: 435px) {
        .header-bottom .basket .quantity {
          display: none; } }
      .header-bottom .basket .quantity:hover {
        text-decoration: none; }
    @media (max-width: 768px) {
      .header-bottom .basket {
        padding: 15px; } }
    @media (max-width: 435px) {
      .header-bottom .basket {
        background-color: transparent;
        padding: 0; } }

.nav-modal {
  color: #fff; }
  .nav-modal .modal-body {
    padding: 0; }
  .nav-modal .modal-dialog,
  .nav-modal .modal-content {
    border: 0;
    border-radius: 0;
    height: 100vh;
    margin: 0;
    min-height: 100vh;
    padding: 10%; }
    @media (max-width: 350px) {
      .nav-modal .modal-dialog,
      .nav-modal .modal-content {
        padding: 30px; } }
  .nav-modal .content {
    font-size: 22px;
    margin: 0; }
    .nav-modal .content ul {
      border-bottom: 1px solid #fff;
      display: inline-block;
      list-style-type: none;
      padding: 20px 0; }
    .nav-modal .content li {
      margin: 10px 0; }
    .nav-modal .content a {
      color: #fff;
      text-decoration: none; }
  .nav-modal .right-modal {
    background: url("img/backgrounds/menu-bg.png") no-repeat 75%/cover;
    background-position: left !important;
    height: 100%;
    max-width: 100vw;
    position: absolute;
    right: 0;
    width: 20%; }
    .nav-modal .right-modal img {
      height: 100%;
      width: auto; }
    @media (min-width: 768px) {
      .nav-modal .right-modal {
        width: 25vw; } }
    @media (min-width: 992px) {
      .nav-modal .right-modal {
        width: 40vw; } }
    @media (min-width: 1366px) {
      .nav-modal .right-modal {
        width: 35vw; } }
  .nav-modal .left-modal {
    margin: auto;
    max-width: 100vw;
    position: fixed;
    width: 100%; }
    @media (min-width: 768px) {
      .nav-modal .left-modal {
        width: 75vw; } }
    @media (min-width: 992px) {
      .nav-modal .left-modal {
        width: 60vw; } }
    @media (min-width: 1366px) {
      .nav-modal .left-modal {
        width: 65vw; } }
  .nav-modal .modal-content {
    background: #252525;
    overflow-y: auto; }
  .nav-modal .close-nav {
    background: none;
    border: 0; }
    .nav-modal .close-nav:hover {
      cursor: pointer; }
    .nav-modal .close-nav img {
      float: left; }

.menu-text {
  font-size: 20px;
  text-transform: uppercase; }

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }

.whitespace-fix {
  height: 154px;
  width: 100%; }
  @media (max-width: 435px) {
    .whitespace-fix {
      height: 118px; } }

.site-footer {
  background-color: #252525;
  color: #fff;
  padding-bottom: 30px;
  white-space: nowrap; }
  .site-footer h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 26px;
    margin-top: 20px; }
  .site-footer .section-1 {
    background-color: #fff;
    height: 220px;
    margin: 0 70px;
    padding: 0; }
    @media (max-width: 890px) {
      .site-footer .section-1 {
        margin: 0 30px 0 70px; } }
    @media (max-width: 767px) {
      .site-footer .section-1 {
        height: auto;
        margin: 0 0 0 25px;
        width: 50%; } }
    .site-footer .section-1 img {
      display: block;
      margin: 0 auto;
      padding-top: 100px; }
  .site-footer .section-2,
  .site-footer .section-3 {
    padding-top: 90px; }
    @media (max-width: 767px) {
      .site-footer .section-2,
      .site-footer .section-3 {
        padding-top: 25px; } }
  .site-footer .section-2 ul {
    -webkit-column-count: 2;
    column-count: 2;
    list-style-type: none;
    padding: 0; }
    .site-footer .section-2 ul li {
      padding-left: 20px;
      padding-top: 0px; }
    .site-footer .section-2 ul a::after {
      color: #fff;
      content: '> ';
      left: 0;
      position: absolute; }
    .site-footer .section-2 ul a {
      color: #fff; }
    .site-footer .section-2 ul a:hover {
      text-decoration: none; }

.copyright {
  font-size: 14px; }

.foliage-after {
  position: relative; }
  .foliage-after::after {
    background: url("img/backgrounds/footer.png") no-repeat 75%/cover;
    clear: both;
    content: '';
    display: block;
    min-height: 160px;
    position: absolute;
    top: -70px;
    width: 100%; }
    @media (min-width: 1700px) {
      .foliage-after::after {
        min-height: 150px;
        top: -40px; } }

.credit {
  color: #fff; }
  .credit:hover {
    color: #fff; }

input:focus,
select:focus,
textarea:focus,
button:focus,
a:focus {
  outline: none !important; }

.carousel-control-prev-icon {
  background-image: url("img/carousel/arrow-previous.png") !important;
  height: 25px;
  width: 14px !important; }

.carousel-control-next-icon {
  background-image: url("img/carousel/arrow-next.png") !important;
  height: 25px;
  width: 14px !important; }

.carousel-control-next, .carousel-control-prev {
  width: 75px !important;
  opacity: 1 !important; }

.brush-after {
  position: relative; }
  .brush-after::after {
    background: url("img/backgrounds/brush-bg.png") no-repeat 75%/cover;
    bottom: -10px;
    clear: both;
    content: '';
    display: table;
    height: 75px;
    position: absolute;
    width: 100%; }

.copy-container {
  margin: 0 auto;
  max-width: 1024px;
  padding: 0 15px;
  text-align: center; }
  .copy-container a {
    color: #676767;
    text-decoration: underline; }
  .copy-container a:hover {
    text-decoration: none; }
  @media (max-width: 435px) {
    .copy-container .col-6 {
      width: 100% !important;
      max-width: 100% !important;
      flex: 100% !important; } }
  .copy-container h1,
  .copy-container h2 {
    color: #dc651e;
    display: inline-block;
    font-size: 38px;
    margin-bottom: 30px; }
  .copy-container p {
    color: #676767; }

.slick-prev, .slick-next {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5; }
  .slick-prev:hover, .slick-next:hover {
    cursor: pointer; }
.slick-prev {
  left: -20px; }
.slick-next {
  right: -20px; }

.small-top-border::before, .small-top-border-2::before {
  background: #676767;
  clear: both;
  content: '';
  display: table;
  height: 1px;
  max-width: 500px;
  width: 90%; }

.small-top-border::before {
  margin: 50px auto; }
.small-top-border-2::before {
  margin: 20px auto 60px; }

.masthead .masthead-img {
  max-height: 600px;
  min-height: 100%;
  overflow-y: hidden;
  width: 100%; }

.wrapper, .wrapper-product {
  margin: 0 auto !important;
  padding: 0 15px;
  text-align: center; }

.wrapper {
  max-width: 1180px; }
  .wrapper-product {
    max-width: 1050px; }

.btn-orange {
  color: #fff !important;
  text-decoration: none;
  -webkit-transition: .3s ease color, .3s ease border;
  background-color: #dc651e;
  border: 0;
  color: #fff;
  display: inline-block;
  font-family: 'Helvetica';
  font-size: 18px;
  font-weight: 100;
  padding: 12px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s ease color, .3s ease border;
  z-index: 1; }
  .btn-orange:hover {
    color: #dc651e !important; }
  .btn-orange:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none; }
    .btn-orange:hover::before {
      -webkit-transition: .5s all ease;
      left: 0;
      opacity: 1;
      right: 0;
      transition: .5s all ease; }
  .btn-orange::before {
    -webkit-transition: .5s all ease;
    background-color: #fff;
    bottom: 0;
    content: '';
    left: 50%;
    opacity: 0;
    position: absolute;
    right: 50%;
    top: 0;
    transition: .5s all ease;
    z-index: -1; }

.btn-orange-2 {
  -webkit-transition: .3s ease color, .3s ease border;
  background-color: #dc651e;
  border: 0;
  color: #fff;
  display: inline-block;
  font-family: 'Helvetica';
  font-size: 18px;
  font-weight: 100;
  padding: 12px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s ease color, .3s ease border;
  z-index: 1;
  padding: 16px 38px; }
  .btn-orange-2:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none; }
    .btn-orange-2:hover::before {
      -webkit-transition: .5s all ease;
      left: 0;
      opacity: 1;
      right: 0;
      transition: .5s all ease; }
  .btn-orange-2::before {
    -webkit-transition: .5s all ease;
    background-color: #252525;
    bottom: 0;
    content: '';
    left: 50%;
    opacity: 0;
    position: absolute;
    right: 50%;
    top: 0;
    transition: .5s all ease;
    z-index: -1; }

.btn-black {
  -webkit-transition: .3s ease color, .3s ease border;
  background-color: #252525;
  border: 0;
  color: #fff;
  display: inline-block;
  font-family: 'Helvetica';
  font-size: 18px;
  font-weight: 100;
  padding: 12px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s ease color, .3s ease border;
  z-index: 1; }
  .btn-black:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none; }
    .btn-black:hover::before {
      -webkit-transition: .5s all ease;
      left: 0;
      opacity: 1;
      right: 0;
      transition: .5s all ease; }
  .btn-black::before {
    -webkit-transition: .5s all ease;
    background-color: #dc651e;
    bottom: 0;
    content: '';
    left: 50%;
    opacity: 0;
    position: absolute;
    right: 50%;
    top: 0;
    transition: .5s all ease;
    z-index: -1; }

.btn-black-2 {
  -webkit-transition: .3s ease color, .3s ease border;
  background-color: #252525;
  border: 0;
  color: #fff;
  display: inline-block;
  font-family: 'Helvetica';
  font-size: 18px;
  font-weight: 100;
  padding: 12px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s ease color, .3s ease border;
  z-index: 1; }
  .btn-black-2:hover {
    color: #dc651e !important; }
  .btn-black-2:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none; }
    .btn-black-2:hover::before {
      -webkit-transition: .5s all ease;
      left: 0;
      opacity: 1;
      right: 0;
      transition: .5s all ease; }
  .btn-black-2::before {
    -webkit-transition: .5s all ease;
    background-color: #fff;
    bottom: 0;
    content: '';
    left: 50%;
    opacity: 0;
    position: absolute;
    right: 50%;
    top: 0;
    transition: .5s all ease;
    z-index: -1; }

.la a {
  color: #fff;
  padding-bottom: 6px;
  position: relative; }
  .la a:hover {
    -webkit-transition: color .24s ease-in-out;
    color: #fff;
    text-decoration: none;
    transition: color .24s ease-in-out; }
  .la a::before {
    -webkit-transform: scaleX(0);
    -webkit-transition: all .24s ease-in-out;
    background-color: #fff;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transition: all .24s ease-in-out;
    visibility: hidden;
    width: 100%; }
  .la a:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible; }
.la-nav a {
  color: #fff;
  padding-bottom: 6px;
  position: relative; }
  .la-nav a::before {
    background: #dc651e !important; }
  .la-nav a:hover {
    -webkit-transition: color .24s ease-in-out;
    color: #fff;
    text-decoration: none;
    transition: color .24s ease-in-out; }
  .la-nav a::before {
    -webkit-transform: scaleX(0);
    -webkit-transition: all .24s ease-in-out;
    background-color: #fff;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transition: all .24s ease-in-out;
    visibility: hidden;
    width: 100%; }
  .la-nav a:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible; }
.la-black {
  color: #fff;
  padding-bottom: 6px;
  position: relative;
  color: #252525 !important; }
  .la-black:hover {
    color: #252525 !important; }
  .la-black::before {
    background-color: #252525 !important; }
  .la-black:hover {
    -webkit-transition: color .24s ease-in-out;
    color: #fff;
    text-decoration: none;
    transition: color .24s ease-in-out; }
  .la-black::before {
    -webkit-transform: scaleX(0);
    -webkit-transition: all .24s ease-in-out;
    background-color: #fff;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transition: all .24s ease-in-out;
    visibility: hidden;
    width: 100%; }
  .la-black:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible; }

.phone-ring:hover img {
  -webkit-animation: phonering 1.1s infinite ease-in-out;
  animation: phonering 1.1s infinite ease-in-out; }

.hover-tilt {
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease; }
  .hover-tilt:hover {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }

.slide-in-left {
  -webkit-animation: slide-in-left 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-left 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.slide-out-left {
  -webkit-animation: slide-out-left 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: slide-out-left 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

.hover-product::after, .hover-article::after {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  z-index: -1; }
.hover-product:hover, .hover-article:hover {
  -webkit-transform: scale(1.02, 1.02);
  background-color: #fff;
  transform: scale(1.02, 1.02); }
  .hover-product:hover::after, .hover-article:hover::after {
    opacity: 1; }

.hover-product {
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 5px;
  display: inline-block;
  max-width: 310px;
  position: relative;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
  @media (max-width: 768px) {
    .hover-product {
      background-color: #fff; } }

.hover-article {
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
  position: relative;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }

@keyframes phonering {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  10% {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg); }
  20% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg); }
  30% {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg); }
  40% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg); }
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    opacity: 0;
    transform: translateX(-1000px); }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
    transform: translateX(0); } }
@keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
    opacity: 1;
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-1000px);
    opacity: 0;
    transform: translateX(-1000px); } }
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    opacity: 1;
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1); } }
p {
  font-size: 18px;
  line-height: 1.5em; }

h1,
h2,
h3,
h4 {
  color: #dc651e;
  font-family: 'Terfens' !important; }

h5 {
  font-family: 'Ganache' !important; }

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