@font-face {
  font-family: 'GibsonMedium';
  src: url('Gibson-Medium.eot');
  src: url('Gibson-Medium.eot?#iefix') format('embedded-opentype'),
    url('Gibson-Medium.woff2') format('woff2'),
    url('Gibson-Medium.woff') format('woff'),
    url('Gibson-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GibsonBook';
  src: url('Gibson-Book.eot');
  src: url('Gibson-Book.eot?#iefix') format('embedded-opentype'),
    url('Gibson-Book.woff2') format('woff2'),
    url('Gibson-Book.woff') format('woff'),
    url('Gibson-Book.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}




$font-family-gibson-bold: "Gibson Bold,sans-serif";
$font-family-gibson-semiBold: Gibson SemiBold, sans-serif;
$font-family-gibson-medium: Gibson Medium, sans-serif;
$font-family-gibson: Gibson;
.container-1440 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0px;
}
.container-1280 {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.container-960 {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.container-1020 {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@mixin img-object-cover {
  position: absolute;
  object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@mixin img-object-contain {
  position: absolute;
  object-fit: contain;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.capitalize {
  text-transform: capitalize !important;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.hidden {
  display: none;
}
.two-column-list {
  li {
    border-bottom: 1px solid #f2eeeb;
    border-right: 1px solid #f2eeeb;
    &:first-child {
      border-top: 1px solid #f2eeeb;
    }
    .title {
      padding: 5px 15px;
      background-color: #f2eeeb;
      width: 150px;
      flex: none;
    }
    .value {
      padding: 5px 15px;
      border: 1px solid white;
      width: 100%;
    }
  }
}
@media (max-width: 769px) {
  .two-column-list {
    li {
      .title,
      .value {
        text-align: left;
      }
    }
  }
}
@media (max-width: 400px) {
  .two-column-list {
    li {
      .title {
        width: 140px;
      }
    }
  }
}
.clear {
  clear: both;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-left-20 {
  margin-left: 20px;
}
.flex {
  display: flex;
}
.text-center {
  text-align: center;
}
.home-message-content.home-message-content-border {
  border: none;
  max-width: 900px;
  margin: 0 auto;
  h2 {
    font-weight: 600;
    font-size: 21px;
    letter-spacing: 3px;
  }
  .image-section {
    height: 100px;
    position: relative;
    margin-bottom: 20px;
    img {
      height: 100%;
      width: 100%;
      object-fit: contain;
    }
  }
}
.home-masonry-feature-subtitle {
  display: none;
}
.home-masonry-feature-title {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 21px;
}
.navigation.navigation-desktop .mega-nav-list {
  width: 25%;
}
.navigation.navigation-desktop .mega-nav-list .mega-nav-list-title-link {
  font-size: 16px;
}
.navigation.navigation-desktop .mega-nav-list a {
  color: #5a5b5d;
}
.mega-nav {
  justify-content: space-between;
  display: none;
}
.mega-nav.visible {
  display: flex;
}
.mega-nav-image {
  display: block;
}
.mega-nav-image img {
  height: 100%;
  object-fit: cover;
}
.mega-nav-color-circle {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 100%;
  position: relative;
  top: 4px;
}
.home-blog-list {
  h4 {
    a {
      display: block;
      text-align: left;
      margin-top: 35px;
      font-weight: 500;
      color: #5a5b5d;
    }
  }
  .home-blog-post-read-more {
    text-align: left;
  }
}
.product-list-item-title {
  color: #5a5b5d;
  font-size: 18px;
}
.home-products,
.home-blog {
  .section-title {
    font-weight: 600;
    font-size: 21px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: $font-family-gibson-semiBold;
  }
}
.upper-footer {
  h4 {
    font-size: 20px;
  }
  ul a {
    color: #5a5b5d;
  }
}
.collectionBanner {
  position: relative;
}
.collectionBanner__bkg {
  height: 288px;
  width: 100%;
  background: black;
}
.collectionBanner__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.7;
}
.collectionBanner__inner {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
  color: white;
}
.collectionBanner__title {
  font-size: 40px;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-weight: 900;
  padding-top: 10px;
}
.collectionBanner__text {
  font-size: 18px;
  letter-spacing: 0.5px;
}
#shopify-section-collection {
  .page-title {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 800;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .breadcrumbs {
    color: #5a5b5d;
    a {
      color: #5a5b5d;
    }
  }
}
.product-list-item-thumbnail {
  height: 0 !important;
  padding-top: 100%;
  a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    img {
      width: 100%;
      height: 100%;
      object-fit: contain !important;
    }
  }
}
.home-products-columns-4 {
  .product-list-item-thumbnail {
    &:hover {
      background-size: cover !important;
    }
  }
}
.color-select {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.color-select__title {
  color: #8c6f59;
  font-weight: 700;
  width: 65px;
}
.color-select-grid {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 102px);
}
.color-select-grid__button {
  width: 33px;
  height: 33px;
  border-radius: 100%;
  margin-bottom: 10px;
  margin-right: 10px;
  background-size: cover;
  background-position: center;
  border: 1px solid #d2d2d2;
}
.color-select-grid__button--active {
  width: 33px;
  height: 33px;
  border: 1px solid #d2d2d2;
}
.product-accordions {
  border-top: 1px solid #f2eeeb;
  margin-top: 60px;
}
.product-accordions__wrapper {
  border-bottom: 1px solid #f2eeeb;
}
.product-accordions__title-box {
  height: 54px;
  display: flex;
  position: relative;
  cursor: pointer;
  &:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%) rotate(0deg);
    background-color: #8c6f59;
    width: 20px;
    height: 1px;
  }
  &:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%) rotate(90deg);
    background-color: #8c6f59;
    width: 20px;
    height: 1px;
    transition: all 0.2s;
  }
}
.product-accorionds__content-box--active {
  &:before {
    transform: translate(0, -50%) rotate(0deg);
  }
}
.product-accordions__title {
  color: #8c6f59;
  font-weight: 700;
  margin: auto 0;
}
.product-accordions__content {
  padding-bottom: 30px;
}
.usage {
  display: flex;
  flex-direction: column;
  width: calc(100% / 4);
}
.usage__top {
  width: 44px;
  height: 44px;
  margin: 0px auto;
  overflow: hidden;
}
.usage__icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.usage__bottom {
  margin: 0px auto 20px auto;
  margin-top: 10px;
  text-align: center;
  padding: 0px 3px;
  line-height: 18px;
  color: #63605b;
}
.usageRow--top {
  display: flex;
  margin-bottom: 30px;
}
.usageRow--bottom {
  display: flex;
}
.product-download {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  &:last-child {
    margin-bottom: 0;
  }
}
.product-download__icon {
  width: 30px;
  height: auto;
  display: flex;
  margin: auto 0px;
}
.product-download__title {
  padding-left: 20px;
}
.productMidBlade {
  position: relative;
  padding: 60px 0;
  width: calc(100vw - 80px);
  max-width: 100%;
  margin: auto;
  margin-bottom: 90px;
  margin-top: 40px;
  &:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translate(-50%, 0);
    content: "";
    background-color: #f2eeeb;
  }
}
.productMidBlade__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.productMidBlade__left {
  height: auto;
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.productMidBlade__title {
  font-size: 30px;
  line-height: 34px;
}
.productMidBlade__text {
  font-size: 15px;
  margin-top: 20px;
  p {
    margin: 0;
  }
}
.productMidBlade__link {
  font-size: 15px;
  margin-top: 30px;
}
.productMidBlade__right {
  width: calc(50% - 20px);
}
.product-recommendations-wrapper {
  h2 {
    font-size: 21px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 3.3px;
    margin-bottom: 60px;
    font-family: $font-family-gibson-semiBold;
  }
}
.color-select-grid__button--white {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.product-title {
  color: #5a5b5d;
}
@media only screen and (max-width: 750px) {
  .productMidBlade__inner {
    flex-direction: column-reverse;
  }
  .productMidBlade__left {
    width: 100%;
  }
  .productMidBlade__right {
    width: 100%;
    margin-bottom: 40px;
  }
}
.prodTitleSmall {
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
  color: #b68158;
  font-family: $font-family-gibson;
  letter-spacing: 0.3px;
}
.prodTitleSmall--larger {
  font-size: 15px;
  margin-bottom: 5px;
}
.product-list-item-title a {
  color: #5a5b5d !important;
}
.header-tools .checkout-link {
  display: none;
}
.header-tools .checkout-link,
.header-tools .cart-count {
  color: #5a5b5d !important;
}
.header-tools .checkout-link,
.header-tools .mini-cart-wrapper {
  background: transparent !important;
}
.pt-display-swatch li a,
.pt-display-swatch li a:hover {
  font-size: 14px;
}
.product-recommendations-wrapper {
  text-transform: uppercase;
}
.product-recommendations .product-list-item-title a {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 500;
  margin: 7px 0;
  font-size: 1.07143rem;
  text-transform: none;
  letter-spacing: 0;
  color: #5a5b5d;
  font-size: 18px;
}
.product-list-item-title {
  margin-bottom: 30px !important;
}
.boost-pfs-filter-product-item-title {
  font-size: 18px !important;
  font-weight: normal !important;
}
.product-list-item-price .money {
  color: #b68158;
}
/*Adon added */
.product-list-item-price {
  display: none;
}
.product-details-wrapper .product-details {
  margin-top: 0;
}
.product-list-item-title {
  margin: 0 !important;
}
#shopify-section-product .breadcrumbs {
  margin-bottom: 70px;
}
.product-list-item-thumbnail {
  margin-bottom: 15px;
}
.product-list-item-unavailable::after,
.product-list-item-on-sale::after {
  font-weight: 600;
}
.home-blog {
  border: none;
}
.post-title,
.post-date,
.post-content {
  max-width: 650px;
}
// .product-list-item-thumbnail a img {
//   object-fit: cover;
// }
.template-page .page-content {
  max-width: 900px;
}
.template-page .page-content > *:not(.highlight) {
  max-width: 900px;
}
.mini-cart {
  right: 0px !important;
  .arrow {
    right: 40px;
  }
}
/*Hero section 2 images*/
.collectionBanner__bkg {
  img:last-child {
    display: none;
  }
}
@media (max-width: 768px) {
  .collectionBanner__bkg {
    img:first-child {
      display: none;
    }
    img:last-child {
      display: block;
    }
  }
  .collectionBanner__inner {
    .collectionBanner__title {
      line-height: normal;
    }
  }
}
/*product-quantity*/
.product-quantity {
  display: flex;
  margin-top: 10px;
  label {
    margin-right: 35px;
  }
  strong {
    color: #8c6f59;
  }
}
.sm-product-recommendations-wrapper {
  .section-title {
    padding-top: 70px;
    margin: 100px 20px 20px;
    text-align: center;
    border-top: 1px solid #f2eeeb;
    width: auto;
  }
}
/* Wrapper */
.blog-posts,
.blog-post-wrapper {
  width: 80.8%;
}
.template-page .page-content {
  max-width: 100%;
}
.template-page .page-content > *:not(.highlight) {
  max-width: 100%;
}
.blog-post-inner {
  padding-left: 50px;
  padding-right: 50px;
}
.post-title,
.post-date,
.post-content {
  max-width: 100%;
}
@media (max-width: 1079px) {
  .blog-posts,
  .blog-post-wrapper {
    width: 100%;
  }
  .blog-post-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
  .blog-post .highlight {
    max-width: 100%;
  }
}
.post-title {
  margin-bottom: 30px;
}
/*collectionBanner__inner*/
.collectionBanner__inner {
  &.light {
    .collectionBanner__title,
    .collectionBanner__text {
      color: #ffffff;
    }
  }
  &.dark {
    .collectionBanner__title,
    .collectionBanner__text {
      color: #45545b;
    }
  }
}
/* Account Pages - Dealer Left Section */
.dealer-links-section {
  border: 1px solid #b88258;
  background: #b88258;
  padding: 20px;
  a {
    color: white;
    font-size: large;
  }
}
/* Blog masonry */
.blog-post-masonry-title {
  font-size: 1.71429rem;
}
.product-gallery--viewport--figure .product-gallery--media-wrapper {
  height: 600px;
  img {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    object-fit: contain;
    position: absolute;
  }
}
@media (max-width: 480px) {
  .product-gallery--viewport--figure .product-gallery--media-wrapper {
    height: 50vw;
  }
}
.dealer-account-info {
  margin-top: 30px;
  text-align: center;
  border: 1px solid #b6815863;
  padding: 30px;
  background: #b681581c;
  p {
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
    margin-top: 10px;
  }
  a {
    margin: 0 auto;
    margin-top: 20px;
  }
}
/*product-details-wrapper*/
.product-details-wrapper {
  max-width: 542px;
  float: left;
  .product-title {
    font-family: $font-family-gibson;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #5a5b5d;
    margin: 0 0 6px;
  }
  .prodTitleSmall {
    font-family: $font-family-gibson;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #b68158;
    margin-bottom: 4px;
    display: block;
  }
  .product-code {
    font-family: $font-family-gibson;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #5a5b5d;
    margin: 0 0 4px;
  }
  .product-add-to-cart {
    margin-top: 18px;
  }
  .product-price {
    margin: 20px 0 0px;
    label {
      margin-bottom: 20px;
    }
    display: flex;
    span {
      font-family: $font-family-gibson;
      font-size: 18px;
      font-weight: normal;
      line-height: normal;
      letter-spacing: 0.36px;
      color: #5a5b5d;
    }
    .product-price-compare {
      margin-left: 8px;
      opacity: 0.3;
    }
  }
  .color-select__title,
  .product-options label {
    strong {
      font-weight: 500;
    }
    font-family: $font-family-gibson-medium;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #8c6f59;
  }
  .product-option-quantity,
  .select-wrapper {
    width: 60px;
    height: 37px;
    border: solid 1px #d4d6da;
    font-family: $font-family-gibson;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #656668;
  }
  .select-wrapper {
    display: flex;
    align-items: center;
    width: 244px;
    .selected-text {
      font-size: 15px;
      width: 244px;
      padding-left: 21px;
    }
    margin: 0 0 20px;
  }
  .product-options .product-option-column-1 {
    /*     margin: 0 20px 30px 0; */
  }
  .product-options .product-option-quantity-label {
    margin: 0 20px 0 0;
  }
  .product-options {
    /*     display: flex; */
    flex-wrap: wrap;
  }
  .mobile-inventory-heading {
    display: none;
  }
  .product-inventory {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    label {
      margin: 0 3px 0 0 !important;
    }
    label,
    strong {
      font-family: $font-family-gibson;
      font-size: 15px;
      font-weight: normal;
      line-height: normal;
      letter-spacing: 0.3px;
      color: #5a5b5d;
      margin: 0px;
    }
  }
  @media (max-width: 480px) {
    .mobile-inventory-heading {
      display: block;
      font-size: 15px;
      letter-spacing: 0.3px;
      line-height: normal;
      margin-bottom: 5px;
      margin-top: 15px;
    }
    .product-inventory {
      label {
        span {
          display: none;
        }
      }
    }
  }
  .add-to-cart,
  .add-to-cart:hover,
  .shopify-payment-button__button {
    max-width: 100%;
    height: 54px;
    border-radius: 2px;
    background-color: #b68158;
    width: 100%;
    font-family: $font-family-gibson;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: #ffffff !important;
    margin-bottom: 30px;
  }
  form {
    margin-bottom: 0px;
  }
  .product-description {
    font-family: $font-family-gibson;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0.3px;
    color: #5a5b5d;
    margin: 0;
    margin-bottom: 30px;
  }
  .product-add-to-cart .add-to-cart,
  .product-add-to-cart .shopify-payment-button {
    max-width: 100%;
  }
  .shopify-payment-button {
    .shopify-payment-button__button--unbranded {
      margin: 0px;
    }
  }
  .product-accordions__title {
    font-family: $font-family-gibson-medium;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #8c6f59;
  }
  .product-accordions {
    margin-top: 0px;
  }
  .quantity-outer {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .product-tag-truecolor {
    margin: -5px 0 22px 68px;
    a {
      font-family: $font-family-gibson;
      font-size: 15px;
      font-weight: normal;
      line-height: normal;
      letter-spacing: 0.3px;
      color: #5a5b5d;
      text-decoration: underline;
    }
  }
}
@media (max-width: 769px) {
  .product-details-wrapper {
    max-width: 100%;
    margin-top: 50px;
    .color-select {
      justify-content: center;
    }
    .color-select-grid {
      width: auto;
    }
    .product-inventory {
      justify-content: center;
    }
    .product-options .product-option-column-1 {
      margin: 0 0px 10px 0;
    }
    .product-options .product-option-quantity-label {
      margin: 0 10px 0 0;
    }
    .quantity-outer {
      flex-wrap: wrap;
      justify-content: center;
      .product-inventory {
        margin: 20px 0px 0 0px;
      }
    }
    .product-tag-truecolor {
      margin: -5px 0 30px 0px;
    }
  }
}
@media (min-width: 1080px) {
  .pxs-newsletter {
    padding-top: 0px;
  }
}
.breadcrumbs {
  display: none;
}
.inner-hero-section {
  min-height: 288px;
  position: relative;
  text-align: center;
  display: flex;
  align-self: center;
  padding: 40px 0;
  picture img {
    @include img-object-cover;
  }
  .container-1280 {
    position: relative;
    display: flex;
    align-self: center;
    z-index: 2;
  }
  .content {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
  }
  h1 {
    font-family: $font-family-gibson-semiBold;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 6.4px;
    color: #ffffff;
    margin: 0 0px 18px;
  }
  p {
    font-family: $font-family-gibson;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0.36px;
    color: #ffffff;
    margin: 0;
  }
  &::before,
  &::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.3;
    background-color: #5a5b5d;
  }
  &::after {
    mix-blend-mode: multiply;
    background-color: #000000;
  }
}
/*four-column-cta-with-bg-image-and-title*/
.four-column-cta-with-bg-image-and-title {
  padding: 100px 0;
  ul {
    margin: 0px;
    margin-left: -20px;
    width: calc(100% + 20px);
    display: flex;
    flex-wrap: wrap;
    li {
      width: 25%;
      padding-left: 20px;
      .inner {
        position: relative;
        width: 100%;
        min-height: 200px;
        padding: 0 35px;
        display: flex;
        align-content: center;
        overflow: hidden;
        cursor: pointer;
        img {
          @include img-object-cover();
          transition: transform 0.3s;
        }
        &:hover {
          img {
            transform: scale(1.3);
          }
        }
        &::before {
          width: 100%;
          height: 100%;
          position: absolute;
          content: "";
          top: 0;
          left: 0;
          z-index: 1;
          background-color: rgba(0, 0, 0, 0.25);
        }
        h2 {
          width: 100%;
          position: relative;
          font-family: $font-family-gibson-semiBold;
          font-size: 21px;
          font-weight: 600;
          text-transform: uppercase;
          line-height: normal;
          letter-spacing: 3.36px;
          color: #ffffff;
          text-align: center;
          z-index: 2;
          display: flex;
          flex-wrap: wrap;
          align-content: center;
          justify-content: center;
          margin: 0;
        }
      }
      p {
        margin: 20px 0 0;
        text-align: center;
        font-size: 15px;
      }
    }
  }
}
@media (max-width: 980px) {
  .four-column-cta-with-bg-image-and-title {
    padding: 100px 0 80px;
    ul {
      li {
        width: 50%;
        margin-bottom: 20px;
      }
    }
  }
}
@media (max-width: 480px) {
  .four-column-cta-with-bg-image-and-title {
    padding: 60px 0 40px;
    ul {
      width: 100%;
      margin-left: 0px;
      li {
        width: 100%;
        padding-left: 0px;
      }
    }
    &.ios-device {
      ul {
        li {
          .inner {
            padding-top: 75px;
          }
        }
      }
    }
  }
}
@mixin sm-button-primary {
  cursor: pointer;
  display: inline-block;
  padding: 17px 20px;
  max-width: 258px;
  width: 100%;
  font-family: $font-family-gibson;
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: center;
  color: #ffffff !important;
  text-transform: uppercase;
  border: none;
  background: #b68158;
}
.sm-btn-primary {
  @include sm-button-primary;
}
/*full-width-cta*/
.full-width-cta {
  padding: 187px 0;
  position: relative;
  text-align: center;
  display: flex;
  align-self: center;
  img {
    @include img-object-cover;
  }
  .container-1280 {
    position: relative;
    display: flex;
    align-self: center;
    z-index: 2;
  }
  .content {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
  }
  h2 {
    font-family: $font-family-gibson-semiBold;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 6.4px;
    color: #ffffff;
    margin: 0 0px 18px;
  }
  p {
    font-family: $font-family-gibson;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0.36px;
    color: #ffffff;
    margin: 0;
  }
  &::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.08;
    background-color: #000000;
  }
  a {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .full-width-cta {
    padding: 100px 0;
  }
}
/*full-width-accordion-with-social-icons*/
.full-width-accordion-with-social-icons {
  padding: 33px 0 70px;
  .social-icons {
    margin: 0;
    display: flex;
    .social-link {
      color: #5a5b5d;
      font-size: 0px;
      svg {
        width: 16px;
        height: 16px;
        vertical-align: text-bottom;
      }
      img {
        width: 14px;
      }
    }
    li {
      margin-right: 20px;
      height: 16px;
      width: 16px;
      position: relative;
      &:last-child {
        margin-right: 0px;
      }
    }
  }
  .accordion {
    margin: 30px 0 0;
    > li {
      padding: 18px 0;
      border-bottom: solid 1px #b68158;
      &:first-child {
        border-top: solid 1px #b68158;
      }
      h4 {
        padding: 0 37px;
        margin: 0px;
        display: flex;
        align-items: center;
        min-height: 25px;
        font-family: $font-family-gibson-semiBold;
        font-size: 21px;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 3.36px;
        color: #987a62;
        text-transform: uppercase;
        background: url(//islandstone.com/cdn/shop/t/39/assets/icon-plus.png?v=17115) no-repeat left center /
          17px;
      }
      .accordion-content {
        display: none;
        padding: 30px 27px 11px;
        ul {
          margin: 0px;
          li {
            margin-bottom: 18px;
            &:last-child {
              margin-bottom: 0px;
            }
            a {
              font-family: $font-family-gibson-semiBold;
              font-size: 16px;
              font-weight: 600;
              line-height: 1.5;
              letter-spacing: 0.32px;
              color: #5a5b5d;
            }
            span {
              display: block;
              font-family: $font-family-gibson;
              font-size: 16px;
              font-style: italic;
              line-height: 1.5;
              letter-spacing: 0.32px;
              color: #5a5b5d;
            }
          }
        }
      }
      &.active {
        h4 {
          background: url(//islandstone.com/cdn/shop/t/39/assets/icon-minus.png?v=17115) no-repeat left center /
            17px;
        }
        .accordion-content {
          display: block;
        }
      }
    }
  }
}
/*full-width-content*/
.full-width-content {
  .inner {
    padding: 50px 0;
    border-bottom: solid 1px #e3d2c5;
  }
  .content {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  p {
    margin: 0px;
    font-family: $font-family-gibson;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #5a5b5d;
    strong {
      font-family: $font-family-gibson-semiBold;
      font-size: 15px;
      font-weight: 600;
      font-style: italic;
      color: #656668;
    }
  }
}
/*Collection Filter*/
.side-filter-menu {
  .filter-group {
    padding: 0 10px;
    h4 {
      font-family: $font-family-gibson-medium;
      font-size: 15px;
      font-weight: 500;
      line-height: normal;
      letter-spacing: 0.3px;
      color: #5a5b5d;
      a {
        color: #5a5b5d;
      }
      margin-top: 10px;
      padding-top: 10px;
      border-top: 1px solid rgba(0, 0, 0, 0);
      border-bottom: 1px solid #ddd;
      margin-bottom: 10px;
      padding-bottom: 5px;
      padding-right: 45px;
      width: 100%;
      position: relative;
      text-transform: capitalize;
    }
    ul {
      li {
        line-height: 24px;
      }
    }
  }
}
.main-filter-content {
  .collection-products {
    .shopify-section {
      margin-left: -30px;
    }
  }
}
/*category-list*/
.category-list {
  overflow: hidden;
  border-bottom: solid 1px #e3d2c5;
  padding: 35px 0 10px;
  ul {
    margin: 0;
    text-align: center;
    li {
      margin-right: 44px;
      display: inline-block;
      margin-bottom: 20px;
      a {
        cursor: pointer;
        font-family: $font-family-gibson;
        font-size: 15px;
        font-weight: normal;
        line-height: normal;
        letter-spacing: 0.3px;
        text-align: center;
        color: #2d3258;
        &:hover {
          color: #b68158;
        }
      }
      &:last-child {
        margin-right: 0px;
      }
    }
  }
}
@media (max-width: 480px) {
  .category-list {
    ul {
      display: flex;
      flex-direction: column;
      align-items: center;
      li {
        margin-right: 0px;
      }
    }
  }
}
/*full-para-with-heading*/
.full-para-with-heading {
  padding: 60px 0;
  h2 {
    font-family: $font-family-gibson-semiBold;
    font-size: 21px;
    font-weight: 600;
    margin: 0 0 19px;
    line-height: normal;
    letter-spacing: 3.36px;
    text-align: center;
    color: #8c6f59;
    text-transform: uppercase;
  }
  p {
    margin: 0;
    font-family: $font-family-gibson;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-align: center;
    color: #656668;
  }
}
/*three-column-icon-content*/
.three-column-icon-content {
  background-color: #f2eeeb;
  padding: 70px 0;
  h2 {
    font-family: $font-family-gibson-semiBold;
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    line-height: normal;
    letter-spacing: 3.36px;
    text-align: center;
    color: #8c6f59;
    text-transform: uppercase;
  }
  ul {
    margin: 35px 0 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-left: -40px;
    width: calc(100% + 40px);
    li {
      padding-left: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 33.333%;
      .image-section {
        margin: 0 auto;
        width: 100%;
        margin-bottom: 9px;
        img {
          width: 100%;
        }
      }
      h4 {
        font-family: $font-family-gibson-semiBold;
        font-size: 18px;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.36px;
        text-align: center;
        color: #2d3258;
        margin: 0 0 9px;
      }
      p {
        font-family: $font-family-gibson;
        font-size: 15px;
        font-weight: normal;
        line-height: 1.2;
        letter-spacing: 0.3px;
        text-align: center;
        color: #656668;
        margin: 0;
      }
    }
  }
}
@media (max-width: 767px) {
  .three-column-icon-content {
    padding: 70px 0 40px;
    ul {
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      li {
        margin-bottom: 40px;
        width: 50%;
        p,
        h4 {
          max-width: 200px;
          margin: 0 auto;
        }
        h4 {
          margin-bottom: 9px;
        }
      }
    }
  }
}
@media (max-width: 480px) {
  .three-column-icon-content {
    ul {
      li {
        width: 100%;
      }
    }
  }
}
/*three-column-team-section*/
.three-column-team-section {
  padding: 70px 0 50px;
  h2 {
    font-family: $font-family-gibson-semiBold;
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    line-height: normal;
    letter-spacing: 3.36px;
    text-align: center;
    color: #8c6f59;
    text-transform: uppercase;
  }
  ul {
    margin: 70px 0 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    li {
      width: 33.333%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-bottom: 60px;
      .image-section {
        cursor: pointer;
        margin: 0 auto;
        width: 200px;
        height: 200px;
        position: relative;
        img {
          @include img-object-cover();
        }
        margin-bottom: 19px;
      }
      h4 {
        cursor: pointer;
        font-family: $font-family-gibson-semiBold;
        font-size: 18px;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.36px;
        text-align: center;
        color: #2d3258;
        margin: 0 0 19px;
      }
      .designation,
      .location,
      a {
        display: block;
        font-family: $font-family-gibson;
        font-size: 15px;
        font-weight: normal;
        line-height: 1.2;
        letter-spacing: 0.3px;
        text-align: center;
        color: #656668;
        margin: 0;
      }
      .location {
        font-style: italic;
        margin: 16px 0 5px;
      }
      a {
        color: #b68158;
        text-decoration: underline;
      }
    }
  }
}
@media (max-width: 767px) {
  .three-column-team-section {
    ul {
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      li {
        margin-bottom: 40px;
        width: 50%;
        p,
        h4 {
          max-width: 200px;
          margin: 0 auto;
        }
        h4 {
          margin-bottom: 9px;
        }
      }
    }
  }
}
@media (max-width: 600px) {
  .three-column-team-section {
    ul {
      li {
        width: 100%;
      }
    }
  }
}
/*half-image-half-content*/
.half-image-half-content {
  padding: 0 0 63px;
  .container-1440 {
    display: flex;
  }
  .image-section {
    width: 50%;
    padding-right: 6px;
    position: relative;
    .image-wrapper {
      width: 100%;
      img {
        width: 100%;
      }
    }
  }
  .content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    .inner {
      max-width: 430px;
      width: 100%;
      margin: 0 auto;
    }
    h2 {
      font-family: $font-family-gibson-semiBold;
      font-size: 21px;
      font-weight: 600;
      margin: 0 0 20px;
      line-height: normal;
      letter-spacing: 3.36px;
      color: #8c6f59;
      text-transform: uppercase;
    }
    p {
      margin: 0;
      font-family: $font-family-gibson;
      font-size: 16px;
      font-weight: normal;
      line-height: 1.5;
      letter-spacing: 0.32px;
      color: #656668;
    }
  }
  &.right-image {
    .image-section {
      order: 2;
      padding-left: 6px;
      padding-right: 0px;
    }
  }
  &.qoute-block {
    .image-section {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
    }
    .quote {
      width: 426px;
      height: 287px;
      background-color: #2d3258;
      padding: 47px 42px 33px 64px;
      position: relative;
      margin-top: -230px;
      h2 {
        font-family: BigCaslon;
        font-size: 36px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.72px;
        color: #ffffff;
        margin: 0;
      }
      span {
        display: block;
        font-family: $font-family-gibson;
        font-size: 18px;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: 0.36px;
        color: #ffffff;
        margin: 11px 0 0;
      }
      &::before {
        content: "";
        height: 19px;
        width: 28px;
        position: absolute;
        top: 40px;
        left: 22px;
        background: url(//islandstone.com/cdn/shop/t/39/assets/icon-quote.png?v=17115) no-repeat center / 28px;
      }
    }
  }
  &.last {
    padding-bottom: 130px;
  }
}
@media (max-width: 980px) {
  .half-image-half-content {
    .container-1440 {
      flex-wrap: wrap;
    }
    .image-section {
      width: 100%;
      padding-right: 0px !important;
      padding-left: 0px !important;
    }
    .content {
      margin-top: 40px;
      width: 100%;
      padding: 0 30px;
      order: 3 !important;
      .inner {
        max-width: 100%;
      }
    }
  }
}
@media (max-width: 600px) {
  .half-image-half-content {
    &.qoute-block .quote {
      margin-top: -150px;
    }
  }
}
@media (max-width: 480px) {
  .half-image-half-content {
    &.qoute-block .quote {
      margin: 0 auto;
      margin-top: -50px;
      width: calc(100% - 60px);
      height: auto;
      h2 {
        font-size: 24px;
      }
    }
    &.last {
      padding-bottom: 80px;
    }
  }
}
/*Team Popup*/
.teamPopup {
  background: #fff;
  position: fixed;
  z-index: 99999;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: -100%;
  visibility: hidden;
  overflow: scroll;
  left: 0;
  box-shadow: 0 -1px 7px 0 rgba(0, 0, 0, 0.1);
  .closeIcon {
    background: url(//islandstone.com/cdn/shop/t/39/assets/icon-cross.png?v=17115) no-repeat center / 24px;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: 60px;
    top: 51px;
    cursor: pointer;
    z-index: 2;
  }
  .contentSection {
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 30px 100px;
    text-align: left;
    position: relative;
    .inner {
      display: flex;
    }
    .imageBlock {
      flex: none;
      width: 200px;
      margin-right: 116px;
    }
    .contentBlock {
      width: 100%;
      flex: auto;
    }
    h4 {
      font-family: $font-family-gibson-semiBold;
      font-size: 18px;
      font-weight: 600;
      line-height: normal;
      letter-spacing: 0.36px;
      color: #2d3258;
      margin: 0 0 19px;
    }
    .designation,
    .location,
    a {
      display: block;
      font-family: $font-family-gibson;
      font-size: 15px;
      font-weight: normal;
      line-height: 1.2;
      letter-spacing: 0.3px;
      color: #656668;
      margin: 0;
    }
    .location {
      font-style: italic;
    }
    a {
      color: #b68158;
      text-decoration: underline;
    }
    .contact-location {
      display: flex;
      .url {
        margin-left: 20px;
      }
      margin: 6px 0 20px;
    }
    p {
      font-family: $font-family-gibson;
      font-size: 15px;
      margin: 0px;
      font-style: normal;
      line-height: 1.2;
      letter-spacing: 0.3px;
      color: #5a5b5d;
    }
  }
}
.teamPopupOpen {
  bottom: 0;
  visibility: visible;
}
@media (max-width: 767px) {
  .teamPopup {
    height: 100%;
    .contentSection {
      .closeIcon {
        top: 30px;
        right: 30px;
      }
      .contact-location {
        justify-content: center;
      }
      .inner {
        .imageBlock {
          margin-right: 0px;
        }
        flex-direction: column;
        align-items: center;
        .contentBlock {
          margin-top: 40px;
          text-align: center;
        }
      }
    }
  }
}
/*Blog Section*/
.blog-section {
  padding: 50px 0 80px;
  min-height: 400px;
  .inner {
    display: flex;
    margin: 50px 0 0;
  }
  h1 {
    font-family: $font-family-gibson-semiBold;
    font-size: 21px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3.36px;
    text-transform: uppercase;
    color: #8c6f59;
  }
  .sidebar-section {
    flex: none;
    width: 210px;
    margin-right: 90px;
    position: fixed;
    &.fixed-sidebar {
      top: 110px;
    }
    h4 {
      font-family: $font-family-gibson-medium;
      font-size: 15px;
      font-weight: 500;
      line-height: normal;
      letter-spacing: 0.3px;
      color: #5a5b5d;
      margin: 0px;
    }
    > ul {
      margin: 7px 0 0;
      border-top: solid 1px #f2eeeb;
      padding-top: 7px;
      > li {
        h4 {
          cursor: pointer;
          position: relative;
          color: #b68158;
          font-family: Gibson;
          font-style: normal;
          font-size: 15px;
          font-weight: normal;
          line-height: 1.2;
          &::before {
            content: "";
            height: 6px;
            width: 9px;
            position: absolute;
            top: 4px;
            right: 0;
            transition: transform 0.5s;
            transform: rotate(180deg);
            background: url(//islandstone.com/cdn/shop/t/39/assets/icon-arrow-up.png?v=17115) no-repeat center /
              9px;
          }
        }
        padding: 7px 0 6px;
        border-bottom: solid 1px #f2eeeb;
        ul {
          display: none;
          margin: 0px;
          padding: 10px 0 1px;
          li {
            margin-bottom: 3px;
            a {
              cursor: pointer;
              font-family: $font-family-gibson;
              font-size: 15px;
              font-weight: normal;
              line-height: 15px;
              letter-spacing: 0.3px;
              color: #5a5b5d;
              margin: 0;
              padding: 0;
              &:hover {
                color: #b68158;
              }
            }
          }
        }
        &.active {
          h4 {
            &::before {
              transition: transform 0.5s;
              transform: rotate(0deg);
            }
          }
          ul {
            display: block;
          }
        }
      }
    }
  }
  .blog-wrapper {
    width: 100%;
    flex: auto;
    margin: 0;
    padding: 0px;
    margin-left: 300px;
  }
  .blog-posts {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    width: calc(100% + 50px);
    margin-left: -50px;
    .blog-post {
      padding: 0px;
      border: none;
      margin: 0px;
      padding-left: 50px;
      width: 50%;
      margin-bottom: 40px;
      > a {
        position: relative;
        height: 264px;
        display: block;
        img {
          @include img-object-cover();
        }
      }
      .blog-post-inner {
        padding: 25px 30px !important;
        border: solid 1px #e3d2c5;
        border-top: none;
        .post-title {
          margin: 0 0 6px;
          padding: 0;
          font-family: $font-family-gibson;
          font-size: 24px;
          font-weight: normal;
          line-height: normal;
          letter-spacing: 0.48px;
          color: #5a5b5d;
          text-align: left;
          height: 48px;
          overflow: hidden;
        }
        .post-content {
          height: 66px;
          overflow: hidden;
          .post-desc {
            height: 35px;
            overflow: hidden;
          }
          p,
          span {
            font-family: $font-family-gibson;
            font-size: 15px;
            font-weight: normal;
            line-height: 20px;
            letter-spacing: 0.3px;
            color: #5a5b5d;
            margin: 0px;
          }
          a {
            font-family: $font-family-gibson;
            font-size: 15px;
            line-height: normal;
            letter-spacing: 0.3px;
            color: #b68158;
            margin: 12px 0 0;
            display: inline-block;
          }
        }
      }
    }
  }
  .pagination {
    margin-top: 10px !important;
  }
}
@media (max-width: 1079px) {
  .blog-section {
    .blog-posts,
    .blog-post-wrapper {
      margin-bottom: 0px;
      padding-bottom: 0px;
      border-bottom: none;
    }
  }
}
@media (max-width: 1024px) {
  .blog-section {
    .sidebar-section {
      margin-right: 40px;
    }
    .blog-wrapper {
      margin-left: 350px;
    }
  }
}
@media (max-width: 900px) {
  .blog-section {
    .blog-posts .blog-post .blog-post-inner {
      .post-title {
        height: auto;
      }
      .post-content {
        height: auto;
      }
      .post-content .post-desc {
        height: auto;
      }
    }
    .blog-posts {
      width: 100%;
      margin-left: 0px;
      .blog-post {
        padding-left: 0px;
        width: 100%;
      }
    }
  }
}
@media (max-width: 769px) {
  .blog-section {
    .blog-post .highlight {
      width: 100%;
      max-width: none;
      margin-left: 0px;
    }
  }
}
@media (max-width: 600px) {
  .blog-section {
    .inner {
      flex-direction: column;
    }
    .sidebar-section {
      margin-bottom: 50px;
      width: 100%;
      margin-right: 0px;
      position: relative;
      top: 0px;
    }
    .blog-wrapper {
      margin-left: 0;
    }
  }
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0px !important;
  margin-top: 50px !important;
  padding: 0px !important;
  li {
    border: solid 1px #e3d2c5;
    height: 40px;
    border-radius: 0px !important;
    width: 40px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    a {
      font-family: $font-family-gibson;
      font-size: 15px;
      line-height: normal;
      letter-spacing: 0.3px;
      text-align: center;
      color: #b68158;
    }
    &.active {
      border: solid 1px #b68158;
      background-color: #b68158;
      a {
        color: #ffffff;
      }
    }
    &.next,
    &.previous {
      border: solid 1px #e3d2c5;
      a {
        font-size: 0px !important;
      }
      width: 40px;
      background: url(//islandstone.com/cdn/shop/t/39/assets/icon-arrow-next.png?v=17115) no-repeat center /
        8px;
    }
    &.previous {
      transform: rotate(180deg);
    }
  }
}
// .main-content {
//   max-width: 100% !important;
//   margin: 0px !important;
// }
.single-post-pagination {
  a.next,
  a.previous {
    padding: 13px 0 12px;
    vertical-align: top;
    background: #2c3256;
    color: #ffffff;
    cursor: pointer;
    border: solid 1px #e3d2c5 !important;
    border-radius: 0px !important;
    font-size: 0px !important;
    height: 40px !important;
    width: 40px !important;
    background: url(//islandstone.com/cdn/shop/t/39/assets/icon-arrow-next.png?v=17115) no-repeat center / 8px !important;
  }
  a.previous {
    transform: rotate(180deg) !important;
  }
}
body {
  font-family: $font-family-gibson;
  font-style: normal;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
}
/*Header*/
.navigation .navigation-menu a,
.header-tools-wrapper {
  font-family: $font-family-gibson;
  font-size: 15px !important;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #8c6f59;
}
.navigation.navigation-desktop .has-dropdown > .navigation-submenu a {
  font-family: $font-family-gibson;
  font-size: 15px !important;
  font-weight: normal;
  letter-spacing: 0.3px;
  color: #5a5b5d;
}
.header-tools .customer-links > a {
  color: #5a5b5d;
  font-size: 1rem !important;
}
input.header-search-input {
  font-family: $font-family-gibson;
  font-size: 15px !important;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #5a5b5d;
}
.navigation.navigation-desktop .mega-nav-list .mega-nav-list-title-link {
  font-family: $font-family-gibson-medium;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #8c6f59;
}
.navigation.navigation-desktop .mega-nav-list a {
  font-family: $font-family-gibson;
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #5a5b5d;
}
.navigation.navigation-desktop .mega-nav-list li {
  margin-bottom: 8px;
}
.header-tools .checkout-link,
.header-tools .mini-cart-wrapper {
  background: url(//islandstone.com/cdn/shop/t/39/assets/icon-cart.png?v=17115) no-repeat left center / 20px !important;
  padding-left: 30px;
}
/*Footer*/
.footer-linklist {
  font-size: 15px !important;
  letter-spacing: 0.3px;
  ul li {
    margin-bottom: 5px;
    &:last-child {
      margin-bottom: 0;
    }
  }
}
.main-footer .section-title {
  font-size: 18px;
  letter-spacing: 0.36px;
  letter-spacing: 0.3px;
  font-family: $font-family-gibson;
  font-weight: normal;
}
/*Home Page*/
.home-masonry-feature-title {
  letter-spacing: 3.36px;
  font-family: $font-family-gibson-semiBold;
  line-height: normal;
}
.home-message-content {
  padding-bottom: 0px;
}
.home-message-content.home-message-content-border h2 {
  font-family: $font-family-gibson-semiBold;
  letter-spacing: 3.36px;
}
p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.32px;
  color: #5a5b5d;
}
.home-promotion-1591982006611 .home-promotion-title {
  font-family: $font-family-gibson-semiBold;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 6.4px;
  text-align: center;
  text-transform: uppercase;
}
.home-promotion-1591982006611 .home-promotion-subtitle {
  font-family: $font-family-gibson;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.4px;
  margin-top: 16px;
}
.product-list-item-vendor,
.product-list-item-price .money {
  font-family: $font-family-gibson;
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: center;
  color: #b68158;
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}
.product-list-item-title {
  font-family: $font-family-gibson;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.36px;
  margin-bottom: 10px !important;
}
.product-recommendations .product-list-item-title a {
  font-family: $font-family-gibson;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.36px;
  margin-bottom: 10px !important;
}
.product-list-item-price .money {
  margin-bottom: 0px !important;
  color: #5a5b5d;
}
.home-blog-list h4 a {
  font-family: $font-family-gibson;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.36px;
  color: #5a5b5d;
}
.home-blog-post-read-more {
  font-family: $font-family-gibson;
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: center;
  margin: 10px 0;
}
.pxs-newsletter-heading {
  font-family: $font-family-gibson-semiBold;
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 3.36px;
  text-align: center;
  color: #8c6f59;
}
.pxs-newsletter-text {
  p {
    font-family: $font-family-gibson;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.32px;
    text-align: center;
    color: #63605b;
    line-height: 1.2;
  }
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="telephone"],
input[type="tel"],
input[type="number"],
textarea {
  font-family: $font-family-gibson;
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #63605b;
}
.button,
.submit,
input[type="submit"],
input[type="button"],
.pxs-image-with-text-button,
.pxs-newsletter-form-button {
  font-family: $font-family-gibson;
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.3px;
}
.copyright {
  font-size: 14px !important;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  a {
    font-size: 14px !important;
  }
}
.copyright-wrapper {
  .attribution {
    font-size: 14px !important;
  }
}
.padding-bottom-130 {
  padding-bottom: 130px;
}
/*Collection*/
.collectionBanner__title {
  font-family: $font-family-gibson-semiBold;
  letter-spacing: 6.4px;
  font-weight: 600;
  margin: 0 0 8px;
}
.collectionBanner__text {
  letter-spacing: 0.36px;
  font-family: $font-family-gibson;
}
.page-title {
  text-transform: uppercase;
  font-family: $font-family-gibson-semiBold;
  font-size: 21px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.36px;
}
.filter-group li a,
.filter-group li a:visited,
.filter-group .collection-count {
  font-family: $font-family-gibson;
  font-size: 15px !important;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #5a5b5d;
  text-transform: capitalize;
}
.select-wrapper select,
.select-wrapper .selected-text {
  font-family: $font-family-gibson;
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #5a5b5d;
}
.select-wrapper {
  border: 1px solid #f2eeeb;
  padding: 10px 12px;
  border-radius: 0px;
}
/*PDP*/
.productMidBlade__title {
  font-family: $font-family-gibson;
  font-weight: normal;
  line-height: 1.13;
  letter-spacing: normal;
}
.productMidBlade__text,
.productMidBlade__link {
  font-family: $font-family-gibson;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.3px;
}
.product-recommendations {
  .product-list-item {
    .product-list-item-price {
      font-size: 0px !important;
    }
  }
}
.home-blog-post-image {
  height: 280px;
  position: relative;
  img {
    @include img-object-cover();
  }
}
@media (min-width: 1280px) {
  .header-layout-compact-left .header-branding-desktop,
  .header-layout-compact-left .header-content-right {
    width: 294px;
    .header-search-form {
      width: 294px !important;
    }
  }
  .header-layout-compact-left .navigation-wrapper {
    width: calc(100% - 600px);
  }
}
@media (min-width: 1080px) {
  .sticky-header {
    .header-content-right {
      width: 130px !important;
    }
    .header-branding-desktop {
      width: 130px !important;
    }
  }
}
.sticky-header {
  .navigation.navigation-desktop .navigation-menu > li > a {
    padding: 20px 25px 20px;
  }
  .navigation.navigation-desktop .has-dropdown > a:after,
  .navigation.navigation-desktop .has-mega-nav > a:after {
    top: 48%;
    right: 12px;
  }
}
/*Login*/
.success-message,
.error-message {
  font-family: $font-family-gibson;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: $font-family-gibson;
}
/*Search*/
.section-title {
  font-family: $font-family-gibson-semiBold;
  font-size: 21px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.36px;
  text-transform: uppercase;
}
.search-result-link,
.search-result-date,
.search-result-summary {
  font-family: $font-family-gibson;
}
/*Cart*/
.cart-items th {
  font-family: $font-family-gibson;
}
.collection {
  .filter-menu .pt-mobile-header a.pt-nav-toggle {
    span {
      display: none !important;
    }
    width: 280px;
    height: 37px;
    border-radius: 2px;
    background-color: #b68158;
    display: flex;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: none !important;
    -webkit-transform: none !important;
    justify-content: center;
    align-items: center;
    padding: 0px !important;
    p {
      font-family: $font-family-gibson;
      font-size: 15px !important;
      font-weight: normal;
      line-height: normal !important;
      letter-spacing: 0.3px;
      text-align: center;
      color: #ffffff !important;
      margin: 0 !important;
      top: 0 !important;
    }
  }
}
@media (max-width: 480px) {
  .collection-header {
    display: none;
    margin-bottom: 5px;
  }
  .collection-filters {
    padding: 0 10px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    .collection-dropdown {
      margin: 5px 0 5px;
      max-width: 100%;
    }
  }
  .collection .filter-menu .pt-mobile-header a.pt-nav-toggle {
    width: calc(100% - 20px);
  }
}
form {
  label {
    margin-bottom: 10px;
  }
  .form-checkbox-outer {
    label {
      margin-bottom: 22px;
    }
  }
}
.toggle-forgetfulness,
.active-account-decline {
  display: block;
  margin: 10px 0 0;
}
.template-page .page-content .contact-form {
  max-width: 400px !important;
  label {
    margin-bottom: 10px;
  }
  input[type="submit"] {
    margin: 0 auto;
    margin-top: 32px;
  }
}
.social {
  li {
    img {
      width: 14px;
    }
  }
}
.page-content {
  h1 {
    text-transform: uppercase;
    font-family: $font-family-gibson-semiBold;
    font-size: 21px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3.36px;
  }
}
.faq-section {
  max-width: 900px !important;
  margin: 0 auto;
  p {
    margin: 0 0 20px;
  }
  li {
    margin-bottom: 30px;
    &:last-child {
      margin-bottom: 0px;
    }
  }
}
.container-900 {
  max-width: 900px !important;
  margin: 0 auto;
  ol,
  ul {
    margin-left: 15px;
    padding-left: 15px;
    margin-top: 20px;
    margin-bottom: 14px;
    li {
      padding: 0 0 0 0px;
      position: relative;
      margin-bottom: 10px;
      list-style: decimal;
      font-size: 16px;
      font-weight: normal;
      line-height: 1.5;
      letter-spacing: 0.32px;
      color: #5a5b5d;
      &:last-child {
        margin-bottom: 0px;
      }
    }
  }
  ul li {
    list-style: none;
    &::before {
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #5a5b5d;
      left: -20px;
      content: "";
      position: absolute;
      top: 10px;
    }
  }
}
.navigation.navigation-desktop .has-dropdown > .navigation-submenu {
  min-width: 260px;
}
.customer-links-inner {
  width: 160px;
  right: 0;
  padding: 0 15px;
}
.customer-links {
  position: relative;
  &.loggedIN {
    .customer-links-inner {
      left: 40px;
    }
  }
}
.header-tools .customer-links {
  padding-bottom: 10px;
}
.product-message.success-message {
  margin: 0px 0 25px;
  padding: 10px;
  background: #d8e9ff;
  border: 1px solid #b1c5bd;
  font-size: 14px;
}
.calculator-section {
  padding-left: 21px;
  margin-bottom: 40px;
  cursor: pointer;
  color: #5a5b5d;
  min-height: 20px;
  display: flex;
  font-size: 15px;
  letter-spacing: 0.3px;
  span {
    display: flex;
    align-items: center;
  }
  label {
    text-decoration: underline;
    margin: 0px;
    color: #5a5b5d;
    cursor: pointer;
  }
  b {
    font-weight: 700;
    color: #8c6f59;
    margin-right: 10px;
  }
  align-items: center;
  background: url(//islandstone.com/cdn/shop/t/39/assets/icon-calculator.png?v=53554047175656318141769792318) no-repeat left top / 15px;
}
@media (max-width: 769px) {
  .calculator-section {
    display: inline-block;
    span {
      margin-top: 3px;
    }
  }
}
/*PDP calculator popup*/
/* The Modal (background) */
.modal.calculator-pupup {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999999;
  /* Sit on top */
  padding: 0 20px 80px;
  padding-top: 200px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(90, 91, 93, 0.2);
  /* Black w/ opacity */
  /* Modal Content */
  .modal-content {
    background-color: #ffffff;
    margin: auto;
    padding: 45px 50px 60px;
    box-shadow: 0 0 4px 0 rgba(90, 91, 93, 0.18);
    width: 100%;
    max-width: 700px;
    position: relative;
    text-align: center;
    h2 {
      font-size: 30px;
      font-weight: normal;
      line-height: 1.13;
      letter-spacing: normal;
      margin: 0 0 30px;
      color: #5a5b5d;
    }
    .inner {
      position: relative;
      display: flex;
      .sm-btn-primary {
        text-transform: capitalize;
        padding: 14.5px 20px;
      }
    }
    .divider {
      display: flex;
      align-items: center;
      position: absolute;
      font-size: 15px;
      font-weight: 500;
      color: #5a5b5d;
      height: 100%;
      width: 21px;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      &:before,
      &:after {
        background: #d4d6da;
        content: "";
        width: 1px;
        height: calc(50% - 16px);
        top: 0px;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: absolute;
      }
      &:after {
        top: auto;
        bottom: 0;
      }
    }
    p {
      margin: 0px;
    }
    .half-section {
      position: relative;
      &:first-child {
        padding-right: 70px;
      }
      &.disabled {
        opacity: 0.4;
        /* &:before{
      background:transparent;
      content:'';
    width:  100%;
      height: 100%;
      top:0px;
     left:0;
    position:absolute;
      }*/
      }
      &:last-child {
        padding-left: 70px;
        p {
          margin: 0 0 20px;
        }
        .sm-btn-primary {
          margin: 20px 0 0;
        }
        label {
          min-width: 48px;
          text-align: right;
        }
      }
      label {
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0.3px;
        margin: 0 12px 0 0;
      }
      input[type="text"] {
        height: 37px;
        text-align: center;
        margin: 0;
        padding: 9px 0px 10px;
        color: #5a5b5d;
        border: solid 1px #d4d6da;
      }
      span {
        font-size: 15px;
        font-weight: normal;
        margin-left: 9px;
        line-height: normal;
        color: #5a5b5d;
        letter-spacing: 0.3px;
      }
    }
    .input-outer-single {
      margin: 42px 0 47px;
      display: flex;
      justify-content: center;
      align-items: center;
      input[type="text"] {
        width: 60px;
      }
    }
    .input-outer-double {
      display: flex;
      justify-content: center;
      align-items: center;
      input[type="text"] {
        width: 50px;
        &:nth-child(4) {
          margin-left: 9px;
        }
      }
      margin-top: 12px;
    }
    .result-section {
      border-top: solid 1px #d4d6da;
      padding: 22px 0 0;
      margin-top: 30px;
      margin-bottom: -30px;
      p {
        max-width: 460px;
        margin: 0 auto;
        color: #5a5b5d;
        font-size: 16px;
        letter-spacing: 0.32px;
      }
      .sm-btn-primary {
        text-transform: capitalize;
        background-color: #2d3258;
        max-width: 230px;
        margin-top: 10px;
        padding: 14.5px 20px;
      }
    }
  }
  /* The Close Button */
  .close {
    float: right;
    width: 12px;
    height: 12px;
    display: block;
    background: url(//islandstone.com/cdn/shop/t/39/assets/icon-cross-black.png?v=38932768717548995681769792318) no-repeat left center /
      12px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }
}
@media (max-width: 768px) {
  .modal.calculator-pupup {
    padding-top: 80px;
    /* Location of the box */
    padding-bottom: 80px;
    /* Location of the box */
    /* Modal Content */
    .modal-content {
      .input-outer-single {
        margin: 20px 0;
      }
      .inner {
        .half-section {
          padding: 0px !important;
        }
        flex-direction: column;
        .divider {
          margin: 20px 0;
          position: relative;
          justify-content: center;
          height: 18px;
          width: 100%;
          &:before,
          &:after {
            width: calc(50% - 16px);
            height: 1px;
            top: 10px;
            left: 0px;
            right: auto;
          }
          &:after {
            right: 0;
            left: auto;
          }
        }
      }
    }
  }
}
@media (max-width: 480px) {
  .modal.calculator-pupup {
    /* Modal Content */
    .modal-content {
      padding: 45px 30px 60px;
    }
  }
}
// .side-filter-menu h4 a {
//     font-family: Gibson Medium, sans-serif;
//     font-size: 15px;
//     font-weight: 500;
//     line-height: normal;
//     letter-spacing: 0.3px;
//     color: #5a5b5d
//   }
//  .side-filter-menu  ul {
//     margin: 15px 0 0px
//   }
// .side-filter-menu  ul li {
//     margin: 0 0 7px
//   }
//   .side-filter-menu  ul li a {
//     font-family: Gibson;
//     font-size: 15px !important;
//     font-weight: normal;
//     line-height: normal;
//     letter-spacing: 0.3px;
//     color: #5a5b5d;
//     text-transform: capitalize
//   }
//  .side-filter-menu h4 a {
//     font-family: Gibson Medium, sans-serif;
//     font-size: 15px;
//     font-weight: 500;
//     line-height: normal;
//     letter-spacing: 0.3px;
//     color: #5a5b5d
//   }
//  .side-filter-menu  ul {
//     margin: 15px 0 0px
//   }
// .side-filter-menu  ul li {
//     margin: 0 0 7px
//   }
// .side-filter-menu  ul li a {
//     font-family: Gibson;
//     font-size: 15px !important;
//     font-weight: normal;
//     line-height: normal;
//     letter-spacing: 0.3px;
//     color: #5a5b5d;
//     text-transform: capitalize
//   }
.side-filter-menu {
  flex: none;
  width: 208px;
  margin-right: 60px;
  padding-top: 0px;
  margin-top: -10px;
}
.boost-pfs-filter-bottom-pagination {
  ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0px !important;
    margin-top: 50px !important;
    padding: 0px !important;
    li {
      border: solid 1px #e3d2c5;
      height: 40px;
      border-radius: 0px !important;
      width: 40px;
      background-color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 4px;
      &:last-child {
        margin-right: 0px;
      }
      a {
        font-family: $font-family-gibson;
        font-size: 15px;
        line-height: normal;
        letter-spacing: 0.3px;
        text-align: center;
        color: #b68158;
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      &.active {
        border: solid 1px #b68158;
        background-color: #b68158;
        a {
          color: #ffffff;
        }
      }
      &.next,
      &.previous {
        border: solid 1px #e3d2c5;
        a {
          font-size: 0px !important;
        }
        width: 40px;
        background: url(//islandstone.com/cdn/shop/t/39/assets/icon-arrow-next.png?v=17115) no-repeat center /
          8px;
      }
      &.previous {
        transform: rotate(180deg);
      }
    }
  }
}
.has-bc-swap-image .boost-pfs-filter-product-item-flip-image {
  object-fit: cover !important;
}
.mega-nav-featured-img {
  margin-right: 50px;
}
.collection-filter-outer {
  padding: 0 10px 0 20px;
}
@media (max-width: 767px) {
  .collection-filter-outer {
    flex-direction: column;
  }
  .side-filter-menu {
    width: 100%;
    margin-right: 0px;
  }
  .boost-pfs-filter-tree-mobile-button button::before {
    background-image: none !important;
  }
  .boost-pfs-filter-tree-mobile-button {
    margin: 0 auto !important;
    width: 100% !important;
    button {
      background: #b68158 !important;
      width: 100% !important;
      text-align: center !important;
      color: white !important;
    }
  }
}
.boost-pfs-filter-tree-v {
  .boost-pfs-filter-option {
    padding: 0 !important;
    border: none !important;
    &.boost-pfs-filter-option-collapsed {
      .boost-pfs-filter-option-title-heading {
        .boost-pfs-filter-option-title-text {
          &::before {
            border-bottom-color: #5a5b5d;
            border-top: none;
          }
        }
      }
    }
    .boost-pfs-filter-option-title {
      .boost-pfs-filter-option-title-heading {
        padding-bottom: 0 !important;
        width: 100% !important;
        .boost-pfs-filter-option-title-text {
          font-family: Gibson Medium, sans-serif;
          font-size: 15px;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 0.3px;
          color: #5a5b5d;
          margin-top: 10px;
          padding-top: 10px;
          border-top: 1px solid rgba(0, 0, 0, 0);
          border-bottom: 1px solid #ddd;
          margin-bottom: 10px;
          padding-bottom: 5px;
          padding-right: 45px;
          width: 100%;
          position: relative;
          text-transform: capitalize;
          &::before {
            margin: 0 5px 0px 0;
            position: absolute;
            right: 0;
            top: 50%;
            border-top-color: #5a5b5d;
          }
        }
      }
    }
    .boost-pfs-filter-option-content {
      padding: 0;
      .boost-pfs-filter-option-item-list {
        .boost-pfs-filter-option-item {
          margin: 0;
          .boost-pfs-filter-button {
            color: #5a5b5d;
            font-size: 15px;
            font-weight: 400;
          }
        }
      }
    }
  }
}
.main-filter-content {
  width: calc(100% - 208px);
}
.boost-pfs-filter-product-item {
  margin: 20px 0 30px;
}
@media screen and (max-width: 767px) {
  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v
    .boost-pfs-filter-option
    .boost-pfs-filter-option-title {
    padding: 16px;
  }
  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v
    .boost-pfs-filter-option
    .boost-pfs-filter-option-title
    .boost-pfs-filter-option-title-heading:after {
    width: 8px;
    height: 8px;
  }
  .boost-pfs-filter-tree-v
    .boost-pfs-filter-option
    .boost-pfs-filter-option-title
    .boost-pfs-filter-option-title-heading
    .boost-pfs-filter-option-title-text {
    padding: 0;
    margin: 0;
    border: none;
  }
  .main-filter-content {
    width: 100%;
  }
}
/*color tooltip*/
.color-select-grid__button {
  position: relative;
  cursor: pointer;
  .color-tooltip {
    display: none;
    position: absolute;
    bottom: 30px;
    left: -10px;
    text-transform: capitalize;
    width: auto;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    border: solid 1px #e3d2c5;
    background-color: #ffffff;
    padding: 3px 13px;
    z-index: 2;
    font-family: $font-family-gibson;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.24px;
    white-space: nowrap;
    color: #5a5b5d;
    text-align: center;
    &:before {
      content: "";
      position: absolute;
      display: block;
      width: 0px;
      left: 42px;
      bottom: 5px;
      border: 7px solid transparent;
      border-bottom: 0;
      border-top: 7px solid #ffffff;
      transform: translate(-25px, calc(100% + 5px));
    }
  }
  &:hover {
    .color-tooltip {
      display: block;
    }
  }
}
/* Added by Adon, temporary to add some margin below the swatches on PLP*/
.boost-pfs-filter-option-content
  .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch
  .boost-pfs-filter-option-item
  .boost-pfs-filter-option-swatch-image {
  margin: 0 0 7px;
}
#side-filter-container {
  display: flex;
}
@media (max-width: 767px) {
  #side-filter-container {
    flex-wrap: wrap;
    .main-filter-content {
      .collection-products {
        .shopify-section {
          margin: 0;
        }
      }
    }
  }
}
@media (max-width: 539px) {
  .boost-pfs-filter-products {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .boost-pfs-filter-product-item.boost-pfs-filter-grid-width-mb-2 {
    width: 100% !important;
    padding: 0 !important;
  }
}
/* Custom Collection */
.collection-custom {
  img {
    object-fit: cover !important;
  }
}
.back-to-filter {
  display: flex;
  align-items: center;
  margin-top: 15px;
  img {
    width: 7px;
  }
  a {
    font-size: 15px;
    color: #5a5b5d;
    /*     text-transform: capitalize; */
    padding-left: 6px;
    line-height: 20px;
    font-weight: 600;
  }
}
/* Added by Adon, hide recent post date in left sidebar on blog detail page*/
.blog-recent-post-date {
  display: none;
}
.customer-wrapper {
  .select-wrapper {
    max-width: 100%;
  }
}
.clear-all-filter {
  position: absolute;
  z-index: 9;
  font-family: Gibson Medium, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #5a5b5d;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .clear-all-filter {
    display: none;
  }
}
.product-list-item,
.product-grid-masonry-sizer {
  margin: 10px 0 0px !important;
  padding: 0 10px !important;
}
.boost-pfs-filter-product-item {
  margin-bottom: 0px !important;
}
.template-collection {
  .collection-products {
    .product-list-item-thumbnail.has-secondary-image:hover {
      background-size: cover;
    }
  }
}
.template-article {
  .main-content {
    padding: 0;
    margin-bottom: 0;
    max-width: 100%;
    margin: 0;
  }
  .article {
    padding: 0 30px;
    margin-bottom: 65px;
    max-width: 1260px;
    margin: 40px auto;
  }
}
.full-width-cta {
  width: 100%;
}
.header-tools .customer-links {
  padding: 11px;
  margin-right: 0;
}
@media (min-width: 770px) {
  .collection-products {
    .product-list-item {
      width: 33.33%;
    }
  }
}
.collection-container {
  max-width: 1330px;
}
.collection-main-container {
  max-width: 1360px;
  margin-top: 50px;
  .page-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .boost-pfs-filter-products {
    margin-left: -10px !important;
  }
}
.container-940 {
  max-width: 990px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
.collection-slider-section {
  overflow: hidden;
  background: #f2eeeb;
  padding: 50px 0;
  p {
    font-family: $font-family-gibson;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-align: center;
    color: #646668;
    margin: 0px;
  }
  .button-section {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    a {
      padding-left: 30px;
      background: url(//islandstone.com/cdn/shop/t/39/assets/icon-download.png?v=17115) no-repeat left top /
        19px;
      min-height: 18px;
      display: flex;
      align-items: center;
      margin-right: 42px;
      font-family: $font-family-gibson;
      font-size: 15px;
      font-weight: normal;
      line-height: normal;
      letter-spacing: 0.3px;
      color: #646668;
      &:last-child {
        margin-right: 0;
      }
    }
  }
  .slider-section {
    margin-top: 42px;
    display: flex;
    .collection-thumbnil-slider {
      width: 87px;
      margin-right: 10px;
      text-align: center;
      li {
        padding: 3px;
        margin-bottom: 10px;
        img {
          width: 100%;
          object-fit: contain;
        }
        .image-section {
          width: 100%;
          height: 80px;
          &.video {
            position: relative;
            video {
              width: 100%;
              height: 100%;
              object-fit: cover;
              margin: 0;
            }
            &::before {
              background: url(//islandstone.com/cdn/shop/t/39/assets/icon-play.png?v=17115) no-repeat center /
                25px;
              width: 25px;
              height: 25px;
              position: absolute;
              content: "";
              left: 0;
              right: 0;
              top: calc(50% - 12.5px);
              z-index: 1;
              margin: 0 auto;
            }
          }
        }
        border: solid 1px #f2eeeb;
        &.slick-current {
          border: solid 1px #5a5b5d;
        }
      }
    }
    .collection-slider {
      max-width: 803px;
      width: 100%;
      .image-section,
      .slide-video {
        height: 468px;
        width: 100%;
        img,
        video {
          @include img-object-contain();
          margin: 0;
        }
      }
    }
  }
  
  .slick-arrow {
    &.slick-prev,
    &.slick-next {
      background: url(//islandstone.com/cdn/shop/t/39/assets/icon-down-arrow.png?v=17115) no-repeat center /
        26px transparent;
      width: 26px;
      height: 14px;
      font-size: 0px;
      border: none;
      margin: 0 auto;
    }
    &.slick-next {
      margin-top: 22px;
    }
    &.slick-prev {
      transform: rotate(180deg);
      margin-bottom: 20px;
    }
    &.slick-disabled {
      display: none !important;
    }
  }
}
@media (max-width: 980px) {
  .collection-slider-section {
    .slider-section {
      flex-direction: column;
      .collection-slider {
        width: 100%;
        max-width: 100%;
        .image-section,
        .slide-video {
          height: 50vw;
        }
      }
      .collection-thumbnil-slider {
        width: 100%;
        order: 1;
        margin-right: 0px;
        margin-top: 20px;
        position: relative;
        padding: 0 30px;
        margin-bottom: 0px;
        li {
          margin-bottom: 0px;
        }
      }

      .slick-arrow {
        position: absolute;
        top: calc(50% - 7px);
        &.slick-next {
          margin-top: 0px;
          right: 0;
          transform: rotate(270deg);
        }
        &.slick-prev {
          margin-bottom: 0px;
          left: 0;
          transform: rotate(90deg);
        }
      }
    }
  }
}
@media (max-width: 480px) {
  .collection-slider-section {
    .slider-section {
      .collection-slider {
        .image-section,
        .slide-video {
          height: 65vw;
        }
      }
    }
    .button-section {
      flex-direction: column;
      align-items: center;
      a {
        margin-right: 0px;
        &:last-child {
          margin-top: 20px;
        }
      }
    }
  }
}
//icon-down-load.png

@media (max-width: 767px) {
  .boost-pfs-filter-tree-mobile-button {
    padding: 0 10px 0 0px !important;
  }
}

@media (max-width: 767px) {
  .product-grid-masonry-sizer,
  .product-list-item {
    padding: 0 10px 0 15px !important;
  }
}

@media (max-width: 600px) {
  .product-grid-masonry-sizer,
  .product-list-item {
    padding: 0 10px 0 0px !important;
  }
}
.boost-pfs-search-suggestion-mobile-top-panel form {
  display: flex;
    align-items: center;
}



.account-pupup{
  .inner{
    justify-content: center;
    a{
      &:nth-child(1){
        margin-right: 20px;
      }
    }
  }
}

.sm-btn-primary {
    cursor: pointer;
    display: inline-block;
    padding: 17px 20px;
    max-width: 258px;
    width: 100%;
    font-family: Gibson;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing:.3px;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase;
    border: none;
    background: #b68158;
}
.js-calculator-popup-open.QQQ {
  display:block!important;
}
.modal.calculator-pupup {
  pointer-events: unset!important;
}
.footer__title.caption2 {
  /*font-family: FreightDisp Pro;*/
  font-weight: 400;
  font-style:italic;
  font-size: 40px;
  line-height: 96px;
  letter-spacing: 0%;
}
.footer__menu-item {
  /*font-family: Articulat CF;*/
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 1%;
}
h2.h5,
h5.h2 {
  font-family: FreightDisp Pro;
  font-weight: 300;
  font-size: 64px;
  line-height: 68px;
  letter-spacing:0px;
}
h2.image-banner__title {
  font-family: FreightDisp Pro;
  font-weight: 300;
  font-size: 96px;
  line-height: 96px;
  letter-spacing:0px;
}
.container.Qtitle {
  display: flex;
  flex-direction: column-reverse;
}
.container.Qtitle .article-meta {
  margin: 2.4rem 0 0;
}
.quote__text {
    font-family:'Articulat CF'!important;
}
.boost-sd__header-main-2-content h1 {
  font-family: FreightDisp Pro;
}
.drawer-menu__menu-item--medium {text-transform:uppercase;}
.quick-view__content shopify-payment-terms {
  display:none!important;
} 

@media only screen and (max-width: 600px) {
  .card-grid.footer__card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    justify-items: center;
  }
  .card-grid.footer__card-grid > div:nth-child(1) {
    grid-column: 1 / -1;
  }
  .card-grid.footer__card-grid > div:nth-child(2) {
    grid-column: 1 / -1;
  }
  .card-grid.footer__card-grid > div:nth-child(5) {
    grid-column: 1 / -1;
  }
  .copyright-logo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
  }
  .image-banner__content-wrap {
      align-items: end!important;
  }
  h2 {
    font-size:7vw!important;
  }
}
