.select-container > label > span {
  color: #CBAB3F;
}

.mobile-select-container > label > span {
  color: #CBAB3F; 
}

.collection-head{
  margin-bottom: 30px;
}

.compare-at {
  text-decoration: line-through;
  padding-right: 5px;
}

#promo-cover:hover {
  opacity: unset;
}

.discount-modal {
  display: block;
}

.swal2-container {
  display: block;
}

.tbn_gift_ui_coin_container {
  /* top: 30.5% !important;
  right: 45% !important;
  position: absolute !important; */
}

@media screen and (max-width: 1026px) {
  /* .tbn_gift_ui_coin_container {
    top: 19.5% !important;
    right: 43% !important;
    position: absolute !important;
  } */
}

.tbn_gift_ui_coin_container:after {
  content: "Claim your gift!";
  white-space: nowrap;
  color: #6A8E81;
  font-size: 18px;
  font-family: 'gotham_mediumregular';
  font-weight: 700;
  text-align: left;
  margin: 0 auto;
  position: absolute;
  left: -80px;
  bottom: -30px;
}

.enap-slider-overlay-content {
  display: none !important;
}

.spr-header-title {
  text-align: initial !important;
}

.half-size {
  width: 50% !important;
}

.search-results .title a {
  font-family: Karla, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #609080 !important;
  margin-left: 5px;
}

.search-results .title a:hover {
  font-family: Karla, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #CBAB3F !important;
  margin-left: 5px;
}

.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

.youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
}

.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
  cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.account-icon {
  display: none;
}

.ytp-large-play-button-bg:hover {
  fill: #629081 !important;
  fill-opacity: 1 !important;
}

div.input:last-of-type input {
  width: 20%;
  background-color: #629081;
  color: white;
  margin-bottom: 40px;
}

.guide-prod {
  width: auto;
  margin: 0px;
  margin-left: 50px;
}

.spec-col {
  padding-left: 0px !important;
}

.lSSlideOuter .lSPager.lSpg>li:hover a,
.lSSlideOuter .lSPager.lSpg>li.active a {
  background-color: #629081 !important;
}

.st-croix-gray {
  color: #5b6567;
}

.action-btn p input.btn {
  background: #629081 !important;
  border-color: #629081 !important;
}

.action-btn p input.btn:hover {
  background: black !important;
}

.guide-img {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  height: 60px !important
}

.guide-img:hover {
  opacity: 0.7;
}

/* The Modal (background) */

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (Image) */

.modal-content {
  margin: auto;
  display: block;
  width: 70%;
  height: auto !important;
}

.modal-content img:hover {
  opacity: 1 !important;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */

.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

/* The Close Button */

.close {
  position: absolute;
  top: 40px;
  right: 75px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  opacity: .7 !important;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* The Modal (background) */

.modal1 {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (Image) */

.modal-content1 {
  margin: auto;
  display: block;
  width: 70%;
  height: auto !important;
}

.modal-content1 img:hover {
  opacity: 1 !important;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption1 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */

.modal-content1,
#caption1 {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

/* The Close Button */

.close1 {
  position: absolute;
  top: 40px;
  right: 75px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close1:hover,
.close1:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

#myImg {
  width: 100px;
}

#myImg1 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  height: 60px !important
}

#myImg1:hover {
  opacity: 0.7;
}

/* The Modal (background) */

.modal1 {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (Image) */

.modal-content1 {
  margin: auto;
  display: block;
  width: 70%;
  height: auto !important;
}

.modal-content1 img:hover {
  opacity: 1 !important;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption1 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */

.modal-content1,
#caption1 {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

/* The Close Button */

.close1 {
  position: absolute;
  top: 40px;
  right: 75px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  opacity: .7 !important;
}

.close1:hover,
.close1:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* The Modal (background) */

.modal1 {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (Image) */

.modal-content1 {
  margin: auto;
  display: block;
  width: 70%;
  height: auto !important;
}

.modal-content1 img:hover {
  opacity: 1 !important;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption1 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */

.modal-content1,
#caption1 {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

/* The Close Button */

.close1 {
  position: absolute;
  top: 40px;
  right: 75px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close1:hover,
.close1:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.hover-image img:hover {
  opacity: 1 !important;
}

.slider-height {
  height: 750px !important;
}

.custom-loader-overlay {
  width: 100%;
  height: 100%;
  background: url('https://cdn.shopify.com/s/files/1/2298/3555/files/sc-loader.gif?11994413174623642188') center no-repeat rgba(255, 255, 255, 0.993);
  z-index: 99999;
  position: fixed;
}

#st-croix-rods {
  background: url("https://cdn.shopify.com/s/files/1/2298/3555/files/background-min.jpg?7328753365568817871") !important;
  background-position: bottom !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.nav-link {
  border-bottom: 1px solid transparent !important;
  font-family: 'gotham_mediumregular', sans-serif;
  font-size: 14px;
  color: #202125;
  display: inline-block;
  cursor: pointer;
  margin-right: 3%;
  padding-bottom: 0px;
  -webkit-transition: all .0s ease-in-out;
  transition: all .0s ease-in-out;
  height: 10px !important;
}

.customer-head-caption {
  margin: 0 auto;
  width: 40%;
  margin-top: 10px;
  font-family: 'gothambook', sans-serif;
  font-size: 15px;
  width: 45%;
}

#nav-parent-hide-1 {
  display: none;
}

#nav-parent-hide-1+label {
  display: none;
}

#nav-parent-hide-1~h5 {
  display: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.site-header.on,
body {
  background-color: #F9F6EF;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: none !important;
}

/* extra bootstrap classes */

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 35px !important;
  margin-bottom: -15px !important:
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

/* bootsrap extra end */

/* siteside style start */

.mobile-nav-container {
  display: none;
}

.mobile-search {
  display: none;
}

@media screen and (max-width: 1026px) {

  /* #nav-parent-hide-2:checked ~ .nav-child-mobile-2 {
    font-family: 'gotham_mediumregular', sans-serif;
    display: block !important;
    margin-left: 60px;
    cursor: pointer;
    font-weight: 400;
    color: #609080;
  } */
  .header-panel #cartCount {
    position: absolute;
    border: 1px solid #6A8E81;
    border-radius: 100%;
    background: #6A8E81;
    color: #fff;
    height: 21px;
    line-height: 20px;
    top: -5px;
    text-align: center;
    width: 21px;
    right: 15px !important;
  }

  .header-2,
  .header-2-tech {
    height: 300px !important;
  }

  .header-3 {
    height: 550px !important;
  }

  .header-3 .header-link-container {
    top: 140px !important;
  }

  .header-title-container {
    height: 100px !important;
    margin-bottom: 20px;
  }

  .header-intro-container {
    width: 95% !important;
    margin: 0 auto !important;
    position: absolute !important;
    top: 450px !important;
    left: 0px !important;
    right: 0px !important;
  }

  .header-intro-container p {
    line-height: 18px !important;
  }

  .header-title {
    font-size: 40px !important;
    top: 40% !important;
  }

  .header-title-2 {
    font-family: 'gothambook', sans-serif;
    display: inline;
    position: absolute;
    font-weight: 200;
    right: 0px;
    left: 0px;
    color: #FFFDF4;
    font-size: 16px !important;
    top: 130px !important;
  }

  .header-link-container {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    top: 140px !important;
    font-size: 20px !important;
    text-align: center;
  }

  .header-link-container-ft {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    top: 240px !important;
    font-size: 20px !important;
    text-align: center;
  }

  .header-link {
    font-family: 'gotham_mediumregular', sans-serif;
    display: inline;
    color: #B0B4B6;
    font-size: 16px !important;
  }

  .header-link-bright {
    font-family: 'gotham_mediumregular', sans-serif;
    display: inline;
    color: #E1E7EB !important;
    font-size: 16px !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .header-link-bright:hover {
    font-family: 'gotham_mediumregular', sans-serif;
    display: inline;
    color: white !important;
    font-size: 16px !important;
  }

  .header-link:first-of-type {
    float: left !important;
    text-align: left !important;
  }

  .header-link:last-of-type {
    float: right !important;
    text-align: right !important;
  }

  .customer-header-intro-container {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 450px !important;
    left: 0px;
    right: 0px;
    padding-bottom: 10px;
  }

  .customer-number {
    display: inline-block;
    font-family: 'gotham_mediumregular', sans-serif;
    font-weight: 200;
    font-size: 18px;
  }

  .customer-email {
    font-family: 'gotham_mediumregular', sans-serif;
    font-weight: 200;
    font-size: 18px;
    text-decoration: underline;
    cursor: pointer;
    overflow: hidden;
  }

  .customer-mobile-head {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    font-size: 16px;
  }

  .customer-mobile-head p {
    width: inherit !important;
    font-family: 'gotham', sans-serif;
  }

  .customer-header-intro-container .col-md-4 img {
    display: none;
  }

  .header-product-title-container {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    height: 300px !important;
    margin: 0 auto;
    text-align: center;
  }

  .header-product-title {
    font-family: 'number_23regular', sans-serif;
    text-transform: capitalize;
    display: inline;
    position: absolute;
    right: 0px;
    left: 0px;
    color: #CBAB3F;
    font-size: 40px !important;
    font-weight: 400;
    top: 40% !important;
  }
}

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

label {
  display: block;
}

hr {
  margin-top: 30px !important;
  margin-bottom: 20px !important;
  border-top: 2px solid #9d9c9c !important;
}

.form_ask {
  display: none !important;
}

.mobile-width {
  width: 100% !important;
}

.header-2 {
  height: 600px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.header-2-tech {
  height: 670px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.header-3 {
  height: 800px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.header-link {
  font-family: 'gotham_mediumregular', sans-serif;
  display: inline;
  color: #B0B4B6;
  font-size: 30px;
}

.header-link-container {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  top: 300px;
  font-size: 20px !important;
  text-align: center;
}

.header-link-container-ft {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  top: 400px;
  font-size: 20px;
  text-align: center;
}

.header-3 .header-link-container {
  top: 400px;
}

.header-tech {
  height: 1000px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.tech-intro-container {
  position: absolute;
  top: 580px;
}

.header-intro-container {
  width: 50%;
  margin: 0 auto;
  position: absolute;
  top: 650px;
  left: 0px;
  right: 0px;
  padding-bottom: 10px;
}

.header-intro-container p {
  font-family: 'gothambook', sans-serif;
  font-size: 15px;
  width: 100%;
  line-height: 26px;
}

.customer-header-intro-container {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 650px;
  left: 0px;
  right: 0px;
  padding-bottom: 10px;
}

.customer-header-intro-container p span {
  display: inline-block;
  font-family: 'gotham_mediumregular', sans-serif;
  font-weight: 200;
  font-size: 18px;
}

.customer-header-intro-container p a {
  font-family: 'gotham_mediumregular', sans-serif;
  font-weight: 200;
  font-size: 18px;
  text-decoration: underline;
  cursor: pointer;
  overflow: hidden;
}

.customer-header-intro-container img {
  display: inline-block;
  float: right;
}

.customer-service-intro {
  width: auto;
}

.header-product {
  height: 300px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.header-product-title-container {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  height: 600px;
  margin: 0 auto;
  text-align: center;
}

.header-product-title {
  font-family: 'number_23regular', sans-serif;
  text-transform: capitalize;
  display: inline;
  position: absolute;
  right: 0px;
  left: 0px;
  color: #CBAB3F;
  font-size: 40px;
  font-weight: 400;
  top: 25%;
}

.header-wishlist-title {
  font-family: 'number_23regular', sans-serif;
  text-transform: capitalize;
  display: inline;
  position: absolute;
  right: 0px;
  left: 0px;
  color: white;
  font-size: 80px;
  font-weight: 400;
  top: 22%;
}

.header-link:hover {
  display: inline;
  color: #E6EBF0;
  font-size: 30px;
}

.header-link-divider {
  color: #B0B4B6;
  font-size: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.header-caption-container {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  top: 16%;
  text-align: center;
}

.header-caption {
  font-family: 'gothambook', sans-serif;
  display: inline-block;
  width: 30%;
  color: white;
  font-size: 15px;
}

.header-title-container {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  height: 600px;
  margin: 0 auto;
  text-align: center;
}

.header-badge {
  position: absolute;
  display: inline-block;
  width: 100%;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  bottom: 0px;
}

.header-title {
  font-family: 'gotham_mediumregular', sans-serif;
  display: inline;
  position: absolute;
  right: 0px;
  left: 0px;
  color: #FFFDF4;
  font-size: 90px;
  top: 25%;
}

.header-title-2 {
  font-family: 'gothambook', sans-serif;
  display: inline;
  position: absolute;
  font-weight: 200;
  right: 0px;
  left: 0px;
  color: #FFFDF4;
  font-size: 20px;
  top: 280px;
}

.header-caption {
  font-family: 'gothambook', sans-serif;
  display: inline;
  position: absolute;
  right: 0px;
  width: 40%;
  left: 0px;
  text-align: center;
  margin: 0 auto;
  color: white;
  font-size: 15px;
  top: 70%;
}

.header_fix {
  background-image: url("https://cdn.shopify.com/s/files/1/2298/3555/files/nav-bg-min.png?5593112275058845533");
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.home-instagram>.container>.widget-title {
  display: none !important;
}

.slide_brand {
  display: none !important;
}

.wrapper-breadcrumb {
  display: none !important;
}

.mt-10 {
  margin-top: 10px;
}

.template-index .main-content {
  display: none !important;
}

#shopify-section-footer {
  display: none !important;
}

.header-panel-top {
  background: none !important;
}

/* site wide style end */

/* home nav start */

.search-bar input.btn {
  display: none !important;
}

.header-item {
  padding-left: 10px !important;
}

.dealers {
  font-family: 'gothambook', sans-serif;
  font-style: italic;
  white-space: nowrap;
  font-size: 12px;
  margin-bottom: 0px !important;
  padding-right: 15px;
  font-weight: 200;
  color: #202125;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.dealers:hover {
  color: #609080;
}

#search-display {
  display: none;
}

#search-bar-btn {
  font-size: 22px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#search-bar-btn:hover {
  cursor: pointer;
  color: #609080;
}

.header-panel {
  height: 110px;
}

.nav-dropdown-products {
  position: absolute;
  z-index: 100;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 20px;
}

.nav-dropdown-tech {
  position: absolute;
  z-index: 100;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 20px;
}

.nav-dropdown-culture {
  position: absolute;
  z-index: 100;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 20px;
}

.nav-dropdown-resources {
  position: absolute;
  z-index: 100;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 20px;
  white-space: nowrap;
}

.nav-link-2 {
  font-family: 'gothambook', sans-serif;
  font-size: 14px;
  font-weight: 200;
  /* color: #609080 !important; */
  color: #202125;
  display: none;
  cursor: pointer;
  padding-right: 1%;
  -webkit-transition: all .0s ease-in-out;
  transition: all .0s ease-in-out;
}

.nav-link-2:hover {
  color: #609080;
}

.nav-link-hover {
  font-family: 'gothambook', sans-serif;
  font-size: 14px;
  font-weight: 200;
  color: #202125;
  display: none;
  cursor: pointer;
  padding-right: 1%;
  -webkit-transition: all .0s ease-in-out;
  transition: all .0s ease-in-out;
  height: auto;
}

.nav-link-hover:hover {
  color: #609080;
}

.nav-link-hover-2 {
  font-family: 'gothambook', sans-serif;
  font-size: 14px;
  font-weight: 200;
  color: #202125;
  display: none;
  cursor: pointer;
  padding-right: 1%;
  -webkit-transition: all .0s ease-in-out;
  transition: all .0s ease-in-out;
  height: auto;
}

.nav-link-hover-2:hover {
  color: #609080;
}

.nav-link-hover-3 {
  font-family: 'gothambook', sans-serif;
  font-size: 14px;
  font-weight: 200;
  color: #202125;
  display: none;
  cursor: pointer;
  padding-right: 1%;
  -webkit-transition: all .0s ease-in-out;
  transition: all .0s ease-in-out;
  height: auto;
}

.nav-link-hover-3:hover {
  color: #609080;
}

#nav-news-events-child {
  font-family: 'gothambook', sans-serif;
  font-size: 14px;
  font-weight: 200;
  color: #202125;
  display: none;
  cursor: pointer;
  padding-right: 1%;
  -webkit-transition: all .0s ease-in-out;
  transition: all .0s ease-in-out;
  height: auto;
}

#nav-news-events-child {
  color: #609080;
}

.nav-link-hover-4 {
  font-family: 'gothambook', sans-serif;
  font-size: 14px;
  font-weight: 200;
  color: #202125;
  display: none;
  cursor: pointer;
  padding-right: 1%;
  -webkit-transition: all .0s ease-in-out;
  transition: all .0s ease-in-out;
  height: auto;
}

.nav-link-hover-4:hover {
  color: #609080;
}

.nav-link:hover {
  color: #609080;
  border-bottom: 1px solid #609080;
}

.nav-link-2-alt {
  font-family: 'gothambook', sans-serif;
  font-size: 14px;
  font-weight: 200;
  /* color: #609080; */
  color: white;
  display: none;
  cursor: pointer;
  padding-right: 1%;
  -webkit-transition: all .0s ease-in-out;
  transition: all .0s ease-in-out;
}

.nav-link-2-alt:hover {
  color: #609080;
}

.nav-link-hover-alt {
  font-family: 'gothambook', sans-serif;
  font-size: 14px;
  font-weight: 200;
  color: white;
  display: none;
  cursor: pointer;
  padding-right: 1%;
  -webkit-transition: all .0s ease-in-out;
  transition: all .0s ease-in-out;
  height: auto;
}

.nav-link-hover-alt:hover {
  color: #609080;
}

.nav-link-hover-alt-2 {
  font-family: 'gothambook', sans-serif;
  font-size: 14px;
  font-weight: 200;
  color: white;
  display: none;
  cursor: pointer;
  padding-right: 1%;
  -webkit-transition: all .0s ease-in-out;
  transition: all .0s ease-in-out;
  height: auto;
}

.nav-link-hover-alt-2:hover {
  color: #609080;
}

.nav-link-hover-alt-3 {
  font-family: 'gothambook', sans-serif;
  font-size: 14px;
  font-weight: 200;
  color: white;
  display: none;
  cursor: pointer;
  padding-right: 1%;
  -webkit-transition: all .0s ease-in-out;
  transition: all .0s ease-in-out;
  height: auto;
}

.nav-link-hover-alt-3:hover {
  color: #609080;
}

.nav-link-hover-alt-4 {
  font-family: 'gothambook', sans-serif;
  font-size: 14px;
  font-weight: 200;
  color: white;
  display: none;
  cursor: pointer;
  padding-right: 1%;
  -webkit-transition: all .0s ease-in-out;
  transition: all .0s ease-in-out;
  height: auto;
}

.nav-link-hover-alt-4:hover {
  color: #609080;
}

.nav-link-alt {
  font-family: 'gotham_mediumregular', sans-serif;
  font-size: 14px;
  color: white;
  display: inline-block;
  cursor: pointer;
  margin-right: 3%;
  padding-bottom: 0px;
  -webkit-transition: all .0s ease-in-out;
  transition: all .0s ease-in-out;
  height: 10px !important;
}

.nav-link-alt:hover {
  color: #609080;
}

#nav-divider {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.nav-show {
  display: inline-block;
  -webkit-transition: all .0s ease-in-out;
  transition: all .0s ease-in-out;
}

.nav-hide {
  display: none;
}

.fa-caret-right {
  display: none;
  margin-right: 10px;
  color: #609080;
  margin-bottom: 10px;
}

.fa-heart-alt {
  color: white !important;
}

.fa-heart-alt:hover {
  color: #609080 !important;
}

.fa-user-alt {
  color: white;
}

.fa-user-alt:hover {
  color: #609080;
}

.caret-link {
  display: inline;
  color: inherit;
}

.alt-2 {
  color: white !important;
}

.alt-2:hover {
  color: #609080 !important;
}

/* home nav end */

/* home owl slider start */

#owl-slider .item img {
  display: block;
  width: 100%;
  height: auto;
}

#owl-categories {
  width: 80% !important;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 40px !important;
  border-top: 1px solid #CBAB3F;
  border-bottom: 1px solid #CBAB3F;
}

#owl-categories .item {
  margin: 3px;
}

#owl-categories .item img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 0px) and (max-width: 1026px) {
  #owl-categories {
    margin-top: 35px !important;
  }

  .caret-link {
    display: none;
  }
}

/* home owl slider end */

/* home heritage + rod finder start */

.left-col-head {
  font-family: 'number_23regular', sans-serif;
  font-weight: 200;
  font-size: 30px;
  color: #cbac40;
  margin-top: 40px;
}

.left-col-p {
  color: #202125;
  font-family: 'gotham_mediumregular', sans-serif;
  width: 90%;
  line-height: 15px;
  margin: 0 auto;
  margin-top: 0px;
}

.left-col-link {
  color: #629081;
  font-family: 'gotham_mediumregular', sans-serif;
  font-style: italic;
  float: right;
  margin-right: 50px;
}

.left-col-link:hover {
  text-decoration: none;
  color: #475E56;
}

.right-col-head-1 {
  font-family: 'number_23regular', sans-serif;
  font-weight: 200;
  font-size: 30px;
  color: #cbac40;
  margin-top: 40px;
}

.right-col-head-2 {
  font-family: 'gotham_mediumregular', sans-serif;
  font-size: 50px;
  font-weight: 600;
  color: #23252A;
  margin-top: -15px;
}

#home-right-col-image {
  max-height: 394px !important;
}

.right-col-p {
  font-family: 'gothambook', sans-serif;
  font-size: 18px;
  width: 70%;
  margin: 0 auto;
  margin-top: -30px;
}

.rod-finder-container {
  display: block;
  height: 585px;
  width: 100%;
  background-image: url('https://cdn.shopify.com/s/files/1/2298/3555/files/rod-finder-img-min.png?13892214008945902240');
  background-size: cover;
}

@media screen and (max-width: 1026px) {
  .left-col-link {
    color: #629081;
    font-family: 'gotham_mediumregular', sans-serif;
    font-style: italic;
    width: 95%;
    margin: 0 auto;
  }

  .home-img-mobile {
    display: block;
    margin: 0 auto;
  }
}

/* home heritage + rod finer end */

/* home instagram start */

.home-instagram {
  border-top: none !important;
}

.instagram-title {
  font-family: 'number_23regular', sans-serif;
  font-size: 30px;
  color: #202125;
  padding-top: 60px;
  margin-right: 40px;
}

.instagram-p {
  color: #202125;
  font-family: 'gotham_mediumregular', sans-serif;
  line-height: 15px;
}

.instagram-caption-container {
  float: left;
  margin-top: 90px;
}

.instagram-icon {
  display: inline;
  float: left;
  padding-right: 10px;
}

.instagram-caption {
  font-family: "gotham_mediumregular", sans-serif;
  color: #629081;
  font-size: 12px;
  width: 68%;
  margin-top: 10px;
  line-height: 13px;
  font-weight: 400;
}

.home-instagram>.container {
  width: 100% !important;
}

#instafeed .owl-item {
  height: 300px;
}

#instafeed {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.owl-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-grid-image>img {
  object-fit: contain !important;
}

.newsletter-row {
  background-color: #639081;
}

.tech-row {
  background-color: #fffef8;
}

.sign-up-p {
  font-family: 'gotham_mediumregular', sans-serif;
  text-align: center;
  margin-left: 200px;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  color: #F8F9ED;
}

.email-container {
  width: 100%;
  float: right;
  padding-top: 15px;
}

.email-btn {
  height: 85% !important;
  background-color: #1E312D;
  color: white;
  margin-left: 15px;
  border: none !important;
}

.email-btn:hover {
  height: 85% !important;
  background-color: #355851;
  margin-left: 15px;
  border: none !important;
}

#instafeed>.owl-wrapper-outer>.owl-wrapper>.owl-item {
  -webkit-filter: grayscale(80%) blur(0px);
  filter: grayscale(80%) blur(0px);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#instafeed>.owl-wrapper-outer>.owl-wrapper>.owl-item:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  cursor: pointer;
}

#instafeed>.owl-wrapper-outer>.owl-wrapper>.owl-item>a>img:hover {
  opacity: 1 !important;
}

.owl-buttons>.owl-prev {
  background-image: url('https://cdn.shopify.com/s/files/1/2298/3555/files/insta-arrow-left_65add1b7-a241-4f95-b205-7085f10fd251.png?12596321621076536195') !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  font-size: 0px !important;
}

.owl-buttons>.owl-prev:hover {
  background-image: url('https://cdn.shopify.com/s/files/1/2298/3555/files/insta-arrow-left_65add1b7-a241-4f95-b205-7085f10fd251.png?12596321621076536195') !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.owl-buttons>.owl-next {
  background-image: url('https://cdn.shopify.com/s/files/1/2298/3555/files/right-arrow-2.png?12819533122531622707') !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  font-size: 0px !important;
}

.owl-buttons>.owl-next:hover {
  background-image: url('https://cdn.shopify.com/s/files/1/2298/3555/files/right-arrow-2.png?12819533122531622707') !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

@media screen and (max-width: 1026px) {
  .header-link:first-of-type {
    float: none !important;
    text-align: left !important;
  }

  .instagram-caption-container {
    margin-top: 30px;
  }

  .header-link:last-of-type {
    float: none !important;
    text-align: right !important;
  }

  .instagram-title {
    font-family: 'number_23regular', sans-serif;
    font-size: 30px;
    color: #202125;
    padding-top: 60px;
    margin-right: 40px;
    margin-left: 20px;
  }

  .instagram-p {
    color: #202125;
    font-family: 'gotham_mediumregular', sans-serif;
    line-height: 15px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .instagram-icon {
    margin-left: 15px;
  }

  .instagram-caption {
    width: 95% !important;
  }
}

/* home instagram end */

/* home footer star */

.footer-container {
  margin: 0 auto !important;
}

.footer-bottom {
  background-color: rgba(45, 49, 48, .8);
  height: 150px;
}

.footer-head {
  color: #A7A9AC;
  font-family: 'gotham_mediumregular', sans-serif;
  font-weight: 600;
  width: 100%;
  padding-bottom: 10px;
  margin-top: 40px;
  margin-bottom: 7px;
  font-size: 18px;
  border-bottom: 2px solid #998C53;
}

.footer-link {
  font-family: 'gotham_mediumregular', sans-serif;
  color: #A7A9AC;
  white-space: nowrap;
  font-size: 14px;
  line-height: 30px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.footer-link:hover {
  font-family: 'gotham_mediumregular', sans-serif;
  font-size: 14px;
  color: #998C53;
  line-height: 30px;
  cursor: pointer;
}

.footer-caption {
  float: left;
  font-family: 'gotham_mediumregular', sans-serif;
  color: #A7A9AC !important;
  border-top: 2px solid #998C53;
  margin-top: 20px;
  padding-top: 20px;
  margin-left: 40px;
  margin-bottom: 20px;
  width: 95%;
}

.footer-privacy {
  float: left;
}

.social-container {
  position: absolute;
  right: 40px;
  top: 20px;
}

.social-align {
  text-align: right;
}

.social-img {
  margin-right: 15px;
}

.home-shop-row {
  display: flex;
  width: 100%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, .8);
}

.home-shop-block {
  height: 250px;
  flex-basis: 20%;
  border-right: 2px solid rgba(210, 184, 91, .9);
}

.home-shop-block:first-of-type {
  background-color: rgba(210, 184, 91, .9)
}

.home-shop-block:first-of-type h1 {
  z-index: 1;
  display: block;
  position: absolute;
  vertical-align: baseline;
  font-size: 300px;
  color: rgba(245, 242, 236, .5);
  width: 100%;
  text-align: center;
  top: -50px;
  left: 0px;
  right: 0px;
}

.home-shop-block:first-of-type h2 {
  font-family: 'NorthwellAlt', sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 35%;
  font-size: 60px;
  z-index: 2;
  border: none;
}

.home-shop-block:last-of-type {
  border: none;
}

.home-shop-block h3 {
  font-family: 'gothambook', sans-serif;
  font-size: 35px;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #cbac40;
}

.home-shop-block h4 {
  font-family: 'gothambook', sans-serif;
  width: 60%;
  color: rgba(224, 222, 202, .7);
  font-size: 22px;
  margin: 0 auto;
}

.home-shop-block h4:hover {
  font-family: 'gothambook', sans-serif;
  width: 60%;
  color: rgba(210, 184, 91, .9);
  font-size: 22px;
  margin: 0 auto;
}

.home-shop-block i {
  display: block;
  position: absolute;
  font-size: 20px;
  color: #629081;
  margin: 0 auto;
  text-align: center;
  bottom: 40px;
  width: 100%;
  left: 0px;
  right: 0px;
}

#owl-slider {
  max-height: 800px !important;
}

.home-shop-alt {
  width: 100%;
  text-align: center;
  background-color: #cbac40;
  height: auto;
  width: 100%;
}

.home-shop-alt p:first-of-type {
  font-family: 'Karla', sans-serif;
  font-weight: 600;
  color: rgba(245, 242, 236, 0.5);
  font-size: 100px;
  display: inline-block;
  padding-top: 25px;
  padding-right: 10px;
}

.home-shop-alt-title {
  display: inline-block;
  font-family: 'NorthwellAlt', sans-serif;
  font-weight: 400;
  font-size: 50px;
}

.home-shop-alt-block {
  background-color: rgba(0, 0, 0, .8);
  border-right: 1px solid #cbac40;
  border-bottom: 1px solid #cbac40;
}

.home-shop-alt-block h1 {
  font-family: 'gothambook', sans-serif;
  font-size: 35px;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 0px;
  padding-top: 10px;
  margin-bottom: 10px;
  color: #cbac40;
}

.home-shop-alt-block h2 {
  font-family: 'gothambook', sans-serif;
  width: 80%;
  color: rgba(224, 222, 202, .7);
  font-size: 22px;
  margin: 0 auto;
}

.home-shop-alt-block i {
  display: block;
  font-size: 20px;
  color: #629081;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  margin-top: 5px;
  padding-bottom: 10px;
}

.header-item-mobile {
  display: none;
}

/* home footer end */

/* home / header / nav mobile styles start */

@media screen and (max-width: 1199px) and (min-width: 1027px) {
  .collection-filter-wrapper {
    top: 85px !important;
  }
}

@media screen and (max-width: 1026px) {

  .footer-privacy-2,
  .footer-privacy {
    float: none !important;
  }

  #instafeed>.owl-wrapper-outer>.owl-wrapper>.owl-item {
    -webkit-filter: grayscale(0%) blur(0px);
    filter: grayscale(0%) blur(0px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  #instafeed>.owl-wrapper-outer>.owl-wrapper>.owl-item:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    cursor: pointer;
  }

  .header-item-mobile {
    display: flex;
    justify-content: center;
  }

  .nav-link-hover-4,
  .nav-link-hover-3,
  .nav-link-hover-2,
  .nav-link-hover,
  .nav-link-2,
  #nav-parent,
  #nav-parent-2,
  #nav-parent-3,
  #nav-parent-4,
  #nav-parent-5 {
    display: none !important;
  }

  /* .wrapper-top-cart{
    margin-top: 15px;
  } */
  .mobile-search {
    display: inline-block !important;
  }

  .mobile-hide {
    display: none !important;
  }

  .search-icon {
    display: none;
  }

  .item-cart-1 {
    display: none;
    padding-left: 0px !important;
  }

  .mobile-nav-container {
    display: inline-block;
    width: 100%;
  }

  .collection-filters-container {
    margin-top: 0px !important;
  }

  .nav-parent-mobile-wrapper {
    display: block;
  }

  .mobile-arrow {
    font-size: 22px;
    color: #609080;
    margin-left: 10px;
    width: 60px;
    vertical-align: bottom;
  }

  .nav-parent-mobile {
    display: inline-block !important;
    margin-left: 30px;
  }

  #nav-parent-hide-1,
  #nav-parent-hide-2,
  #nav-parent-hide-3,
  #nav-parent-hide-4 {
    display: none;
  }

  #nav-parent-hide-1+label,
  #nav-parent-hide-2+label,
  #nav-parent-hide-3+label,
  #nav-parent-hide-4+label {
    border-bottom: 1px solid transparent !important;
    font-family: 'gotham_mediumregular', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    color: #202125;
    display: inline-block !important;
    cursor: pointer;
    /* margin-left: 40px;
    margin-bottom: 1.5em; */
    padding-bottom: 0px;
    -webkit-transition: all .0s ease-in-out;
    transition: all .0s ease-in-out;
  }

  #nav-parent-hide-1:checked~.nav-child-mobile-1,
  #nav-parent-hide-2:checked~.nav-child-mobile-2,
  #nav-parent-hide-3:checked~.nav-child-mobile-3,
  #nav-parent-hide-4:checked~.nav-child-mobile-4 {
    font-family: 'gotham_mediumregular', sans-serif;
    display: block !important;
    margin-left: 60px;
    cursor: pointer;
    font-weight: 400;
    color: #609080;
    width: 100%;
  }

  .footer-bottom {
    background-color: rgba(45, 49, 48, .8);
    height: 180px;
  }

  .social-img {
    margin-bottom: 15px;
  }

  .header-logo {
    width: 100% !important;
  }

  .fa-user-nav {
    color: white;
  }

  .mobile-search {
    padding-right: 0px !important;
    position: absolute;
    left: 0px;
    right: 0px;
    width: 500px;
    position: relative;
    max-width: 500px;
  }

  .mobile-search-bar {
    width: 100%;
    position: absolute !important;
    bottom: 40px;
  }

  .nav-link-alt {
    color: black !important;
  }

  .instagram-caption {
    width: 100%;
  }

  .footer-logo {
    margin-top: 0px !important;
  }

  .footer-bottom {
    height: 200px !important;
  }

  .social-align {
    text-align: center !important;
    display: block !important;
  }

  .social-container {
    position: relative-block;
    margin: 0 auto;
  }

  .email-container {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px !important;
    width: 100%;
    text-align: center;
  }

  .sign-up-p {
    font-family: 'Myriad Pro', sans-serif !important;
    text-align: center;
    margin-left: 0px !important;
    font-weight: 200;
  }

  .social-container {
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: center;
  }

  .footer-caption {
    text-align: center;
    margin: 20px 0px !important;
  }

  .footer-privacy {
    margin: 0 auto;
    display: block;
    float: left;
  }

  .footer-privacy-2 {
    margin: 0 auto !important;
    display: block;
    float: left;
  }

  .header-logo {
    margin-top: 13px !important;
    margin-left: 0px !important;
  }

  .header-logo>a>img {
    height: 30px !important;
  }

  .menu-block {
    height: 100% !important;
    width: 300px;
  }

  .header-item ul {
    margin-bottom: 0px !important;
  }

  .search-bar {
    margin-bottom: -25px !important;
  }

  .item-cart {
    margin-top: 0px;
  }

  .header-panel {
    height: 60px !important;
  }

  .home-shop-alt-container {
    height: auto;
    max-height: none;
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* home mobile styles end */

/* all products start */

/* header start */

.template-collection .main-content {
  width: 100% !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.collection-filter-wrapper {
  display: none !important;
  width: 100%;
  background-color: rgba(220, 215, 178, .6);
  height: 78px;
  margin-bottom: 80px;
}

.filter-group-container {
  margin: 0 auto;
  width: auto;
  height: 80px;
  text-align: center;
  padding-top: 18px;
  font: 500 12px/22px gotham !important;
}

.collection-filter-group {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

.collection-filter-group>h5 {
  font-family: 'gotham_mediumregular', sans-serif;
  margin-bottom: 10px;
  padding-top: 10px;
  display: block;
  font-weight: 200;
}

.collection-filter-group>select {
  margin-bottom: 20px;
}

.all-rods-filter span:nth-of-type(7),
.all-rods-filter span:nth-of-type(8),
.all-rods-filter span:nth-of-type(9),
.all-rods-filter span:nth-of-type(10) {
  display: none;
}

/* header mobile start */

@media screen and (max-width: 1200px) {

  .all-rods-filter span:nth-of-type(7),
  .all-rods-filter span:nth-of-type(8),
  .all-rods-filter span:nth-of-type(9),
  .all-rods-filter span:nth-of-type(10) {
    display: none !important;
  }

  .collection-filter-wrapper {
    width: 100%;
    background-color: #DCD7B2;
    height: 80px;
    margin-bottom: 80px;
    position: fixed;
    z-index: 2;
    top: 50px;
  }

  .filter-group-container {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding-top: 20px !important;
  }

  .collection-filter-group {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-filter-group>h5 {
    font-family: 'gotham_mediumregular', sans-serif;
    margin-bottom: 10px;
    padding-top: 10px;
    display: block;
    font-weight: 200;
  }

  .collection-filter-group>select {
    margin-bottom: 20px;
  }

  .product-nav-title {
    font-family: 'gotham_mediumregular', sans-serif !important;
    font-weight: 200 !important;
    text-align: center !important;
    cursor: pointer !important;
    margin-left: 0px !important;
  }

  .product-nav-rods {
    font-family: 'gotham_mediumregular', sans-serif;
    text-align: center !important;
    width: 100% !important;
    margin: auto 0px !important;
    font-size: 15px;
    list-style-type: none;
    padding-left: 0px;
  }

  .product-nav-apparel {
    font-family: 'gotham_mediumregular', sans-serif !important;
    text-align: center !important;
    width: 100% !important;
    margin: auto !important;
    margin-left: 0px !important;
    font-size: 15px !important;
    list-style-type: none !important;
    padding-left: 0px;
  }

  #collection-product-freshwater {
    display: none;
  }

  #collection-product-saltwater {
    display: none;
  }

  #collection-product-fly {
    display: none;
  }

  #collection-product-ice {
    display: none;
  }
}

/* header mobile end */

/* header end */

/* product side nav start (collection.liquid) */

.product-nav-title {
  font-family: 'gotham_mediumregular', sans-serif;
  font-weight: 200;
  text-align: left;
  margin-left: 18%;
  margin-bottom: 10px;
  margin-top: 20px;
  cursor: pointer;
}

.product-nav-title:hover {
  color: #6A8E81;
}

.product-nav-rods {
  font-family: 'gotham_mediumregular', sans-serif;
  text-align: left;
  width: 99.9%;
  margin: auto;
  font-size: 15px;
  margin-left: 18%;
  list-style-type: none;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

.product-nav-rods>li:hover {
  color: #C3AB56;
  cursor: pointer;
}

.apparel-cat {
  list-style-type: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.apparel-cat:hover {
  color: #C3AB56;
  cursor: pointer;
}

.product-nav-apparel {
  font-family: 'gotham_mediumregular', sans-serif;
  text-align: left;
  width: 99.9%;
  margin: auto;
  font-size: 15px;
  margin-left: 18%;
  list-style-type: circle;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.product-nav-apparel>li:first-of-type {
  display: none !important;
}

.product-nav-apparel>li {
  text-transform: capitalize;
}

.product-nav-apparel>li:nth-of-type(3) {
  display: none;
}

.product-nav-apparel>li:hover {
  color: #015589 !important;
  cursor: pointer;
}

.product-nav-list {
  font-family: 'gotham_mediumregular', sans-serif;
  font-weight: 200;
  font-size: 11px;
  margin-left: 15px;
  list-style-type: none;
  margin-bottom: 0px;
  line-height: 20px;
}

.series-list {
  font-size: 12px !important;
  font-weight: 400 !important;
  padding-bottom: 5px !important;
}

.collection-rod-finder {
  background-color: rgba(136, 136, 136, .2);
  margin: 60px auto 0 auto;
  width: 100%;
}

.collection-rod-finder>h5 {
  font-family: 'gotham_mediumregular', sans-serif;
  font-size: 25px;
  font-weight: 200;
  width: 70%;
  margin: 0 auto 15px auto;
  text-align: center;
  border-bottom: 1px solid #CBAB3F;
  padding-bottom: 20px;
  padding-top: 30px;
}

.collection-rod-finder>p {
  font-family: 'number_23regular', sans-serif;
  font-size: 25px;
  margin-bottom: 0px;
  text-align: center;
  color: #CBAB3F;
}

.collection-rod-finder>h4 {
  font-family: 'gotham_mediumregular', sans-serif;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 30px;
  text-align: center;
}

.collection-rod-finder>a {
  font-family: 'gothambook', sans-serif;
  font-style: italic;
  display: block;
  font-size: 16px;
  text-align: center;
  font-weight: 200;
  padding-bottom: 15px;
}

.collection-rod-finder>a:hover {
  color: #6A8E81;
}

.collection-shop-wrapper {
  background-color: rgba(0, 0, 0, .8);
  margin: 0 auto;
  width: 80%;
}

.collection-shop-block {
  height: 200px;
  border-bottom: 2px solid rgba(210, 184, 91, .9) !important;
}

.collection-shop-block-head {
  background-color: rgba(210, 184, 91, .9);
  height: auto;
}

.collection-shop-block-head h1 {
  color: rgba(245, 242, 236, .5);
  font-size: 80px;
  margin: 0px;
  padding-right: 10px;
  text-align: center;
}

.collection-shop-block-head h1 span {
  font-family: 'NorthwellAlt', sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 40px;
  color: black;
  vertical-align: middle;
  padding-left: 20px;
  white-space: nowrap;
}

.collection-shop-block:last-of-type {
  border: none;
}

.collection-shop-block h3 {
  font-family: 'gothambook', sans-serif;
  font-size: 35px;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #cbac40;
}

.collection-shop-block h4 {
  font-family: 'gothambook', sans-serif;
  width: 80%;
  text-align: center;
  color: rgba(224, 222, 202, .7);
  font-size: 22px;
  margin: 0 auto;
}

.collection-shop-block i {
  display: block;
  position: relative;
  font-size: 20px;
  color: #629081;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding-top: 20px;
}

/* side nav end */

/* product list-item start */

.icast-logo {
  display: inline-block;
}

.icast-logo>img {
  width: 40%;
  margin-top: 40px;
}

.product-description {
  font-family: 'gotham', sans-serif;
  line-height: 20px;
  font-size: 15px;
  width: 90%;
  margin-right: 20px;
}

.product-tabs ul {
  border-bottom: 1px solid black;
  padding-left: 3px;
}

.product-tabs ul li {
  display: inline;
  margin-left: -4px;
  padding: 5px 15px 5px 15px;
  font-family: 'gotham_mediumregular', sans-serif;
  font-size: 15px;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

.product-tabs ul li:hover {
  cursor: pointer;
}

.tab-link {
  font-family: 'gothambook', sans-serif;
  line-height: 15px;
  font-size: 15px;
}

.tab-active {
  background-color: #BFAC64;
  color: white;
}

.product-list-tabs ul .tab-active {
  background-color: #BFAC64;
  color: white;
}

.tab-content {
  display: none;
}

.tab-content p {
  font-family: 'gothambook', sans-serif;
  line-height: 18px;
  margin-bottom: 10px;
}

.tab-content.tab-open {
  display: block;
}

.product-logo-container {
  width: 60%;
  margin: 20px auto 20px auto;
}

.product-logo-container img {
  display: block;
  margin: 0 auto;
}

.product-btn {
  position: relative;
  display: block;
  font-family: 'gotham_mediumregular', sans-serif;
  font-size: 12px;
  font-weight: 200;
  margin: 0 auto;
  border: none;
  background-color: #C6AD53;
  color: white;
}

.related-title {
  font-family: 'gotham_mediumregular', sans-serif;
  font-weight: 200;
  text-transform: capitalize;
  width: 100%;
  text-align: center;
  font-size: 25px;
  color: #C6AD53;
  margin-top: 60px;
}

.product-bottom>.product-title {
  color: black !important;
  font-family: 'gotham_mediumregular', sans-serif !important;
  font-size: 18px !important;
  font-weight: 200 !important;
  text-transform: capitalize !important;
  display: block;
}

.mb-200 {
  margin-bottom: 200px;
}

.apparel-product-title {
  color: #CBAB3F !important;
  font-family: 'number_23regular', sans-serif !important;
  font-size: 30px !important;
  font-weight: 200;
  text-transform: capitalize;
  display: block;
  width: 60%;
  line-height: 1;
  padding-bottom: 20px;
  margin-left: 20px;
}

.apparel-product-image {
  height: auto;
  width: 300px;
}

.apparel-short-description {
  display: inline-block;
  font-family: 'gothambook', sans-serif;
  font-size: 15px;
  font-weight: 200;
  margin-top: 30px;
  margin-left: 20px;
}

/* .apparel-variant-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 20px;
    margin-left: 30px;
} */

.apparel-variant-option {
  text-align: center;
  margin: 0 auto;
  flex-basis: 30%;
  display: inline-block;
}

.apparel-variant-option>h5 {
  font-family: 'gotham_mediumregular', sans-serif;
  font-weight: 200;
  margin-bottom: 10px !important;
  display: inline-block;
}

.apparel-variant-option>select {
  width: 110px;
  margin: 0 auto !important;
}

.apparel-product-cart-add {
  margin-top: -10px;
}

.apparel-product-cart-add input:last-of-type {
  background-color: #C6AD53;
  color: white;
  margin-top: 30px;
  margin-left: 20px;
}

.apparel-product-cart-add input:last-of-type:hover {
  background-color: black;
}

.apparel-product-img {
  display: block;
  margin: 0 auto;
  width: 40%;
  margin-top: 40px;
}

.products-grid .owl-item .grid-item {
  width: 100%;
  max-height: auto;
}

.tab-content ul {
  padding: 0px !important;
  border: none !important;
}

.tab-content ul li {
  font-family: 'gothambook', sans-serif;
  font-size: 12px;
  display: block;
  border: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  line-height: 1.1;
}

.product-img:first-of-type {
  display: block !important;
  margin: 0 auto;
  width: 100%;
  margin-top: 40px;
}

.quantity-container {
  margin: 30px auto 0px auto;
  display: block;
  text-align: center;
}

.quantity-container label {
  display: inline-block;
}

/* @media screen and (max-width: 1200px){
  .quantity-container input.addtocart {
    width: auto !important;
    display: block;
    font-size: 10px;
    width: 20%;
  }
} */

.quantity-container input.addtocart {
  width: auto !important;
  display: inline-block;
  margin-bottom: 4px;
  margin-top: 0px;
  margin-left: 10px;
  /* font-size: 8px !important; */
}

.quantity-container #quantity {
  width: 60px !important;
}

.img-specs-container {
  position: relative;
  max-width: 400px !important;
  margin: 0 auto;
}

.img-specs-container:hover {
  cursor: pointer;
}

.img-handle-container {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.img-handle {
  display: block;
  margin: 0 auto;
}

.img-handle-container:hover {
  cursor: pointer;
}

.img-specs-container:hover {
  cursor: pointer;
}

span.roll {
  background: center center no-repeat #fff;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
}

/* add the font awesome icon */

.roll:before {
  content: "\f00e";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #6A8E81;
  font-size: 40px;
  position: relative;
  top: 45%;
  left: 0px;
  right: 0px;
}

.img-specs:hover {
  opacity: .7;
}

/* .roll-spec:hover, .roll-handle:hover{
    opacity: .7;
} */

.collections-feature>p {
  display: none !important;
}

.collections-feature>span {
  display: none !important;
}

.features-tab>* {
  display: none;
}

.features-tab>ul {
  display: inline !important;
}

.modal-chart-content {
  width: 100%;
  padding: 20px;
}

.modal-chart-body {
  width: 100% !important;
}

.modal-chart-img {
  display: block;
  margin: 0 auto;
}

#chartModal {
  background-color: rgba(0, 0, 0, 0.1);
}

#chart-img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.handle-chart-link {
  display: block;
  color: #629081;
  font: 'gothambook', sans-serif;
  font-size: 14px;
  text-align: center;
  text-decoration: underline;
}

.handle-chart-link:hover {
  cursor: pointer;
}

.handle-chart>img:hover {
  opacity: 1;
}

.img-handle {
  display: block;
  margin: 0 auto;
}

.technology-badge {
  display: inline-block;
  width: 80px;
  height: auto;
}

.variant-label {
  display: inline-block;
  margin-left: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}

.variant-label:hover {
  cursor: help;
  text-decoration: underline !important;
}

.rod-chip {
  max-height: 120px;
  margin-bottom: 25px;
  overflow: hidden;
  margin-top: -25px;
  height: 80px;
}

.color-chip {
  display: inline-block;
  height: 60px;
  width: 60px;
}

.color-chip:hover {
  cursor: pointer;
}

.guide-block {
  display: inline-block;
  width: auto;
}

/* #guide-block myImg {
    max-width: 100% !important;
    height: 60px !important;
    border: 0 !important;
    transition: all 250ms ease-in-out 0s !important;
} */

#guide-prod {
  display: inline-block;
}

.product-origin-badge {
  position: absolute;
  display: inline-block;
  right: 50px;
}

.product-list {
  height: auto;
  /*overflow: scroll;
  max-height: 800px;
  direction: rtl;*/
}

.product-list-tabs {
  width: 100%;
  float: left;
  margin-top: 80px;
}

.product-list-tabs-mobile {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.quantity-font {
  font-family: 'gotham_mediumregular', sans-serif !important;
  font-size: 14px !important;
  margin-right: 5px !important;
}

/* Turn on a 13x13 scrollbar */

/*::-webkit-scrollbar {
    width: 20px;
}

.product-list::-webkit-scrollbar-button:start:decrement,
.product-list::-webkit-scrollbar-button:end:increment {
    display: block;
    width: 20px;
    height: 30px;
}
.product-list::-webkit-scrollbar-button:vertical:start:increment,
.product-list::-webkit-scrollbar-button:vertical:end:decrement {
    display: none;
}
.product-list::-webkit-scrollbar-track-piece {
    background-color: #EBEBE8;
}
.product-list::-webkit-scrollbar-thumb:vertical {
    height: 100px;
    background-image: url("https://cdn.shopify.com/s/files/1/2298/3555/files/SC-scrollbar-min.png?6140181124927064524");
    background-size: contain;
    width: 20px;
    background-repeat: no-repeat;
}
.product-list::-webkit-scrollbar-corner:vertical {
    background-color: black;
}
*/

.product-item:first-of-type {
  padding-top: 0px !important;
}

.product-item {
  padding-top: 300px;
}

.product-title {
  color: #CBAB3F !important;
  font-family: 'number_23regular', sans-serif !important;
  font-size: 30px !important;
  font-weight: 200;
  text-transform: capitalize;
  display: block;
  line-height: 1.1;
  padding-top: 15px;
}

.new-badge {
  float: left;
  display: block;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: 10px;
  width: 120px;
}

.award-badge {
  float: left;
  display: block;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: 10px;
  width: 250px;
}



.promo-badge {
  float: left;
  display: block;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: 10px;
  width: 180px;
}

@media screen and (max-width: 1200px) {
  .promo-badge {
    float: none;
    margin: 0 auto;
  }
}

.product-title-container {
  display: inline-block;
  margin-left: 20px;
  width: 100%;
}

.product-image {
  width: 100%;
}

#tab-content-1>span,
#tab-content-4>span {
  display: none;
}

#tab-content-1>.p2 {
  display: block !important;
}

#tab-content-1>p.“main-description”,
#tab-content-4>p.“main-description” {
  display: none;
}

.“main-description” a {
  color: #6A8E81;
  text-decoration: underline;
}

.short-description {
  font-family: 'gothambook', sans-serif;
  line-height: 18px;
  font-size: 14px;
}

a.wishlist {
  top: 0px !important;
}

.short-description>* {
  display: none;
}

.apparel-short-description>.“main-description” {
  display: none !important;
}

.short-description>p:last-of-type {
  display: block !important;
  margin-top: 0px;
  margin-bottom: 10px;
}

/* .apparel-short-description > p {
  display: none;
} */

/* .apparel-short-description > p.“main-description” {
  display: inline-block !important;
} */

.product-page-description>p:last-of-type {
  margin: -80px auto 20px auto !important;
  text-align: center;
  width: 50%;
  font: 600 15px 'gothambook';
}

.fedex-page-description>p:last-of-type {
  margin: 0px auto 20px auto !important;
  text-align: center;
  width: 100%;
  font: 600 15px 'gothambook';
  line-height: 1.4;
}

.features-tab>* {
  display: none;
}

.features-tab>.p2,
.features-tab>.p3 {
  padding: 5px;
}

.features-tab>ul,
.features-tab>.p2,
.features-tab>.p3 {
  display: block !important;
  margin: 0px !important;
}

.features-tab>ul>li:last-of-type,
.features-tab>.p2:last-of-type,
.features-tab>.p3:last-of-type {
  margin-bottom: 30px;
}

.specs-tab {
  overflow: visible;
  width: 1000px;
  margin-bottom: 30px;
}

.product-features {
  margin-top: 40px;
  table-layout: fixed;
  width: 400px;
}

table {
  border: 0px;
}

.product-features>table {
  background: none !important;
}

.features-tab-title {
  font-size: 14px;
  font-family: 'gotham_mediumregular', sans-serif;
  font-weight: 200;
  padding: 5px 15px 0px 10px;
  border-top: 2px solid #282A2D;
  border-right: 1px solid #282A2D;
  border-bottom: 1px solid #282A2D;
  border-left: 1px solid #282A2D;
  background-color: none !important;
  cursor: pointer;
}

.features-tab-title:last-of-type {
  border-top: rgba(0, 0, 0, 0);
  border-right: rgba(0, 0, 0, 0);
  border-left: rgba(0, 0, 0, 0);
}

/* .tab-content{
  width: 100%;
  margin-top: 20px;
  font-family: 'gothambook', sans-serif;
  font-weight: 200;
} */

.features-content {
  display: none;
}

.specs-content {
  display: none;
}

.reviews-content {
  display: none;
}

.tab-content>ul {
  margin-left: 5px;
}

.variant-option>h5 {
  font-family: 'gotham_mediumregular', sans-serif;
  font-weight: 200;
  margin-bottom: 10px !important;
  display: inline-block;
}

.variant-option>select {
  width: 110px;
  margin: 0 auto !important;
}

.variant-option {
  text-align: center;
  margin: 0 auto;
  flex-basis: 30%;
  display: inline-block;
}

.product-list-type {
  font-family: 'gothambook', sans-serif;
  border: 0px;
  padding: 5px 10px 5px 10px;
  max-height: 32px;
  width: 150px;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
  display: inline-block;
  margin-bottom: 10px;
}

.type-ice {
  font-family: 'gothambook', sans-serif;
  font-weight: 600;
  color: white;
  background-color: #464E4E;
}

.type-freshwater {
  font-family: 'gothambook', sans-serif;
  font-weight: 600;
  color: #C6AD53;
  background-color: #01527F;
}

.type-saltwater {
  font-family: 'gothambook', sans-serif;
  font-weight: 600;
  color: #5E5249;
  background-color: #9FD3DB;
}

.type-fly {
  font-family: 'gothambook', sans-serif;
  font-weight: 600;
  color: #F7FFB8;
  background-color: #515D4C;
}

.freshwater-product .header-product-title-container h1 {
  color: #C6AD53 !important;
}

.saltwater-product .header-product-title-container h1 {
  color: #feffff;
}

.fly-product .header-product-title-container h1 {
  color: #F7FFB8 !important;
}

.ice-product .header-product-title-container h1,
.apparel-product .header-product-title-container h1,
.accessories-product .header-product-title-container h1 {
  color: white !important;
}

.ice-collection {
  background-color: red;
}

.product-list-btn {
  font-family: 'gotham_mediumregular', sans-serif !important;
  font-weight: 200 !important;
  font-size: 12px !important;
  font-weight: 200 !important;
  border: none !important;
  background-color: #C6AD53 !important;
  color: white !important;
  display: block;
  margin: 20px auto 0 auto;
}

.pagination-bar {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-size: 25px;
}

.pagination-bar>.current {
  color: #6A8E81 !important;
}

.product-cart-add input:last-of-type {
  background-color: #C6AD53;
  color: white;
  margin-top: 30px;
  margin-left: 20px;
}

.product-cart-add input:last-of-type:hover {
  background-color: black;
}

.product-page-cart-add input:last-of-type {
  display: block;
  margin: 0 auto;
  background-color: #C6AD53;
  color: white;
}

.product-page-cart-add input:last-of-type:hover {
  background-color: black;
}

#collection-product-freshwater:hover {
  color: #01537F;
}

#collection-product-saltwater:hover {
  color: #9FD3DB;
}

#collection-product-fly:hover {
  color: #88B586;
}

#collection-product-ice:hover {
  color: #474E4E;
}

#series-list-freshwater:hover {
  color: #01537F;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#series-list-saltwater:hover {
  color: #9FD3DB;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#series-list-fly:hover {
  color: #88B586;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#series-list-ice:hover {
  color: #474E4E;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#series-list-ice,
#series-list-fly,
#series-list-saltwater,
#series-list-freshwater {
  font-size: 11px;
  text-transform: uppercase;
}

.accessories-product-img {
  display: block;
  margin: 40px auto 20px auto;
  width: 50%;
}

@media screen and (max-width: 1200px) {
  .accessories-product-img {
    width: 100%;
    margin: 20px auto 20px auto;
  }

  .apparel-short-description {
    display: block;
    font-family: 'gothambook', sans-serif;
    font-size: 15px;
    font-weight: 200;
    margin: 0 auto;
    text-align: center;
  }

  .apparel-product-image {
    margin: 0 auto;
  }
}

ul.custom-collection-nav {
  margin-left: 30px;
  list-style-type: none;
}

.custom-collection-sub-head {
  font-size: 15px;
  font-family: 'gotham_mediumregular', sans-serif;
  line-height: 22px;
  font-weight: 500;
}

.custom-collection-sub-head:hover {
  color: #BFAC65 !important;
}

.custom-collection-item {
  font-family: 'gotham_mediumregular', sans-serif;
  font-weight: 200;
  line-height: 20px;
  color: #474e4e;
  font-size: 11px;
}

.custom-collection-item:hover,
.series-list-shopper:hover {
  color: #BFAC65 !important;
}

.custom-collection-rod {
  margin-left: -5px;
}

.series-list-shopper {
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'gotham_mediumregular', sans-serif;
  font-weight: 200;
  margin-left: 15px;
  list-style-type: none;
  margin-bottom: 0px;
  line-height: 20px;
}


/* product list-item end */

/* .registered-product{
  font-size: 14px;
  vertical-align: top;
  display: inline;
}

.product-nav-list .registered-product{
  display: none;
} */

/* all products mobile start */

@media screen and (max-width: 1024px) {
  .account-icon {
    padding-left: 0px !important;
    margin-left: 0px !important;
    padding-right: 15px;
    display: flex;
    float: none;
    align-items: center;
    width: 60px;
  }
}

@media screen and (max-width: 1200px) {
  .mobile-rod-nav {
    margin-top: 80px;
  }

  .customize-rod {
    font-family: 'gotham_mediumregular',
      sans-serif;
    text-transform: capitalize !important;
    font-size: 16px !important;
    display: block !important;
    margin: 0 auto !important;
    text-align: center !important;
    width: fit-content !important;
    margin-bottom: 1px !important;
    background-color: white !important;
    border: 1px solid grey !important;
    padding: 5px !important;
  }

  .product-variants {
    margin: 0 auto !important;
    display: block;
  }
}

.customize-rod {
  font-family: 'gotham_mediumregular', sans-serif;
  text-transform: capitalize;
  font-size: 16px;
  display: block;
  margin: auto;
  text-align: left;
  width: fit-content;
  margin-bottom: 1px !important;
  background-color: white;
  border: 1px solid grey;
  padding: 5px;
}

.customize-rod:hover {
  cursor: pointer;
}

.product-customize-rod {
  font-family: 'gotham_mediumregular',
    sans-serif;
  text-transform: capitalize;
  font-size: 16px;
  display: block;
  margin: 0 auto !important;
  text-align: center !important;
  width: fit-content;
  margin-bottom: 1px;
  background-color: white;
  border: 1px solid grey;
  padding: 5px;
}

.custom-head:hover {
  cursor: help;
  text-decoration: underline;
}

.apparel-sizes {
  margin-bottom: 0px;
}

.product-variants {
  display: block;
  text-align: center;
  width: fit-content;
  min-width: 400px;
  /* background-image: url('https://cdn.shopify.com/s/files/1/2298/3555/files/dropdown-bg.png?1734182498222086540'); */
  background-color: white;
  border: 1px solid grey;
  margin: 15px auto;
}

.center-variants {
  margin: 0px auto 15px auto !important;
}

.custom-head {
  text-align: center;
  margin-top: 5px;
}

.product-filter-wrapper .variant-container {
  margin: 0 auto;
  width: fit-content;
}

.variant-container {
  width: fit-content;
  /* margin-left: 165px; */
}

.variant-container-fedex {
  width: 95%;
  margin: 0 auto;
}

.select-container {
  clear: none;
  position: relative;
  width: 100%;
  background-color: white;
  font-family: 'gotham_mediumregular', sans-serif;
  text-align: left;
  padding: 5px;
}

.select-container:hover {
  background-color: rgba(204, 204, 204, .4);
}

.product-select:hover {
  cursor: pointer;
}

.product-select {
  float: left;
  clear: none;
  font-family: 'gotham_mediumregular', sans-serif;
  position: absolute;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  left: 0px;
  opacity: 0 !important;
  padding-left: 5px;
  padding-right: 5px;
}

.product-select>label {
  clear: none;
  text-align: left;
  font-family: 'gotham_mediumregular', sans-serif;
  padding-left: 15px;
}

.mobile-customize-rod {
  display: none;
}

#mobile-product-variants {
  display: none;
}

/* .hidden-ipad{
  display: inherit;
} */

@media screen and (max-width: 1200px) {

  /* .hidden-ipad{
    display: none !important;
  } */
  .product-filter-wrapper .variant-container {
    margin: 0 auto;
    width: 100%;
  }

  .apparel-product-title {
    width: 100% !important;
  }

  .mb-200 {
    margin-bottom: 100px !important;
  }

  .apparel-variant-container {
    display: flex;
    width: 100% !important;
    ;
    justify-content: space-between;
    margin-top: 50px;
    margin-left: 0px !important;
  }

  .mobile-customize-rod {
    font-family: 'gotham_mediumregular', sans-serif;
    text-transform: capitalize;
    font-size: 16px;
    display: block;
    margin: auto;
    text-align: center;
    width: fit-content;
    margin-bottom: 1px !important;
    background-color: white;
    border: 1px solid grey;
    padding: 5px;
  }

  .product-item {
    padding-top: 20px !important;
  }

  .new-badge {
    position: absolute;
    display: block;
    width: 70px;
    float: left;
    margin-top: 0px;
  }

  .product-list-type {
    font-family: 'gothambook', sans-serif;
    border: 0px;
    padding: 5px 10px 5px 10px;
    width: 150px;
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center;
    display: block;
    margin: 0 auto 30px auto;
  }

  .product-title {
    color: #CBAB3F !important;
    font-family: 'number_23regular', sans-serif !important;
    font-size: 25px !important;
    font-weight: 200;
    line-height: 1;
    text-align: center;
    width: 100%;
    text-transform: capitalize;
    display: block;
  }

  .product-title-container {
    display: block;
    margin: 30px auto 0px auto;
  }

  .product-image {
    width: 100%;
    margin-bottom: 30px;
    overflow: visible;
    margin-left: -20px;
  }

  .product-list {
    display: block !important;
    width: 100%;
    height: auto;
  }

  .short-description {
    font-family: 'gothambook', sans-serif;
    line-height: 18px;
    font-size: 14px;
    width: 100%;
    display: block;
    margin: 0 auto !important;
    text-align: center;
  }

  .product-page-description {
    display: none !important;
  }

  /* .product-page-description > p:last-of-type,
  .fedex-page-desription > p:last-of-type{
    width: 100% !important;
  } */
  .variant-option {
    text-align: center;
    margin: 0 auto;
    flex-basis: 30%;
    display: block;
  }

  .variant-option>label {
    font-family: 'gotham_mediumregular', sans-serif;
    font-weight: 200;
    margin-bottom: 10px !important;
    display: inline-block;
  }

  .variant-option>select {
    width: 80%;
    margin: 0 auto !important;
    display: block;
  }

  .product-cart-add {
    width: 100%;
  }

  .product-cart-add input:last-of-type {
    display: block;
    margin: 20px auto 20px auto;
  }

  .collection-filters-container {
    display: inline;
  }

  .cf-options-container {
    display: inline-block !important;
    width: 25% !important;
    float: left;
  }

  .filter-clear {
    margin-top: -10px !important;
  }

  .cf-select {
    font-family: 'gotham_mediumregular', sans-serif !important;
    display: flex !important;
  }

  #product-variants {
    display: none;
  }

  .mobile-product-variants {
    display: block;
    text-align: center;
    width: 100%;
    background-color: white;
    border: 1px solid grey;
    margin-top: 10px;
  }

  .mobile-product-variants h3 {
    font-family: 'gotham', sans-serif;
  }

  .mobile-select-container {
    position: relative;
    clear: none;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    background-color: white;
    font-family: 'gotham_mediumregular', sans-serif;
  }

  input[type=radio] {
    margin: 5px 5px 0;
    margin-top: 1px\9;
    line-height: normal;
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    left: 0px;
    opacity: 0 !important;
  }

  .mobile-product-select {
    float: left;
    clear: none;
  }

  .mobile-product-select label {
    float: left;
    clear: none;
  }
}

/* all products mobile end */

/* all products end */

/* promotions start */

.promo-count-head {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 15px;
}

#promo-count {
  font-size: 32px;
  margin-bottom: 40px;
}

.promotion-page-img {
  display: block;
  margin: 30px auto 60px auto;
}

.promotion-page-img:hover {
  cursor: pointer;
  opacity: 1 !important;
}

.promo-sub-head {
  font-family: 'number_23regular', sans-serif;
  text-transform: capitalize;
  font-weight: 200;
  display: inline-block;
  position: absolute;
  right: 0px;
  left: 0px;
  color: #cbac40;
  font-size: 30px;
  top: 45%;
}

.promo-sub-head:before,
.promo-sub-head:after {
  background-color: #cbac40;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 15%;
}

.promo-coupon-btn {
  font-family: 'gotham', sans-serif;
  font-weight: 200;
  background-color: #629081;
  color: white;
  border: none;
  text-align: center;
  display: block;
  margin: -20px auto 60px auto;
}

/*promotions mobile start */

@media screen and (max-width: 1026px) {
  .promo-sub-head {
    font-size: 20px !important;
    top: 95% !important;
  }

  .alt-hide {
    display: none !important;
  }
}

/* promotions end */

/* technology start */

/* technology head start */

.technology-header {
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: -1;
}

/* technology head end */

/* technology - technique start */

.tech-head {
  background-image: url("https://cdn.shopify.com/s/files/1/2298/3555/files/SC-tech-head-bg-min.png?6761549647894685784");
  background-size: cover;
  background-repeat: no-repeat;
}

.technique-content-container {
  width: 60%;
  margin: 0 auto;
}

.technique-head {
  font-family: 'number_23regular', sans-serif;
  font-weight: 200;
  font-size: 25px;
  color: #CBAB3F;
  text-align: center;
}

.underline {
  width: 100%;
  border-bottom: 1px solid #CBAB3F;
}

.technique-p {
  font-family: 'gothambook', sans-serif;
  width: 100%;
}

/* technology - technique end */

/* technology box start */

.tech-box {
  background-color: rgba(139, 138, 135, .8);
  overflow: hidden !important;
  margin-top: 100px;
}

#box-logo-1 {
  margin-top: 40px;
  margin-left: 100px;
}

.box-lines {
  display: block;
  margin-left: 100px;
  margin-top: 20px;
}

#video-placeholder {
  float: left;
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 100px;
}

.box-title {
  display: inline-block;
  vertical-align: top;
  font-size: 25px;
  margin-top: 15px;
  margin-bottom: 0px;
  color: #FFFDEE;
  font-family: 'gotham_mediumregular', sans-serif;
  font-weight: 600;
  margin-left: 20px;
}

.box-p {
  width: 30%;
  display: inline-block;
  color: #FFFDEE;
  font-family: 'gothambook', sans-serif;
  font-weight: 600;
  line-height: 16px;
  margin-left: 20px;
  margin-top: 15px;
  padding-bottom: 30px;
}

#box-image-1 {
  float: right;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
}

.tech-box-right {
  background-color: rgba(139, 138, 135, .8);
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 100px;
  float: right;
  overflow: hidden;
  height: auto;
}

#box-2-img-container {
  height: 100%;
  width: 400px;
  display: inline-block;
  float: left;
  left: 0px;
  top: 0px;
}

.box-2-logo {
  display: block;
  margin-left: 500px;
  margin-top: 40px;
}

.box-2-lines {
  display: block;
  margin-left: 500px;
  margin-top: 20px;
}

.video-placeholder-2 {
  display: inline-block;
  margin-top: 20px;
  margin-left: 100px;
  float: left;
}

.video-placeholder-tech {
  display: inline-block;
  margin-top: 25px;
  margin-left: 58px;
  float: left;
}

.video-placeholder-frs {
  display: inline-block;
  margin-top: 25px;
  margin-left: 100px;
  margin-right: 30px;
  float: left;
}

.box-2-text-container {
  display: inline-block;
  float: right;
}

.box-2-title {
  display: inline-block;
  vertical-align: top;
  font-size: 25px;
  color: #FFFDEE;
  font-family: 'gotham_mediumregular', sans-serif;
  font-weight: 600;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 0px;
}

.box-2-p {
  width: 35%;
  display: inline-block;
  color: #FFFDEE;
  font-family: 'gothambook', sans-serif;
  font-weight: 600;
  line-height: 16px;
  margin-top: 5px;
  margin-left: 20px;
}

.box-5-p {
  width: 30% !important;
  display: inline-block;
  color: #FFFDEE;
  font-family: 'gothambook', sans-serif;
  font-weight: 600;
  line-height: 16px;
  margin-top: 5px;
  margin-left: 0px !important;
  margin-bottom: 20px;
}

.box-3-title {
  font-size: 25px;
  color: #FFFDEE;
  font-family: 'gotham_mediumregular', sans-serif;
  font-weight: 600;
  margin-left: 100px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.box-3-p {
  color: #FFFDEE;
  font-family: 'gothambook', sans-serif;
  font-weight: 600;
  line-height: 16px;
  margin-left: 100px;
  width: 50%;
  padding-bottom: 30px;
}

.box-4-logo {
  display: block;
  margin-left: 500px;
  margin-top: 40px;
}

.box-4-title {
  float: left;
  font-size: 25px;
  color: #FFFDEE;
  font-family: 'gotham_mediumregular', sans-serif;
  font-weight: 600;
  margin-left: 55px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.box-4-p {
  float: left;
  color: #FFFDEE;
  font-family: 'gothambook', sans-serif;
  font-weight: 600;
  line-height: 16px;
  margin-left: 55px;
  width: 50%;
  padding-bottom: 30px;
  margin-top: 15px;
}

/* technology box end */

/* technology end */

/* customer appreciation start */

.cad-block {
  padding-bottom: 15px;
}

.cad-seminar-head {
  font-size: 25px;
  margin: 15px;
}

.cad-block img {
  width: 100%;
  display: inline-block;
}

.cad-block .cad-event {
  display: inline-block;
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 15px;
}

.cad-block .cad-event span {
  font-style: italic;
}

.cad-details {
  font-family: 'Karla', sans-serif;
  font-size: 16px;
  color: #6A8E81;
  margin: 0;
}



.customer-cursive-title {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #6A8E81;
  font-family: 'NorthwellAlt', sans-serif;
  font-size: 80px;
}

.customer-title {
  font-family: "gotham_mediumregular", sans-serif;
  font-size: 60px;
  font-weight: 600;
  color: #998C53;
  width: auto;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

#block-container {
  margin-top: -60px;
}

.customer-block-1 {
  border-right: 2px solid #998C53;
  border-bottom: 2px solid #998C53;
  border-top: 2px solid #998C53;
}

.block-1-head {
  font-family: "gotham_mediumregular", sans-serif;
  font-size: 40px;
  font-weight: 600;
  padding-top: 15px;
  margin-bottom: 0px;
}

.block-1-content {
  font-family: "gotham_mediumregular", sans-serif;
  font-size: 25px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 20px;
}

.customer-block-2-border {
  height: 192px;
  position: relative;
  display: inline-block;
  padding: 5px;
  overflow: hidden;
  border-bottom: 2px solid #998C53;
  border-right: 2px solid #998C53;
  border-top: 2px solid #998C53;
  padding: 10px !important;
}

.customer-block-2 {
  height: 170px;
  position: relative;
  display: inline-block;
  background-color: #6A8E81;
}

.customer-block-2 h2 {
  display: inline-block;
  color: white;
  font-family: "gotham_mediumregular", sans-serif;
  font-size: 60px;
  position: absolute;
  line-height: 160px;
}

.date-block {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 45px;
}

.date-block>.month {
  font-family: 'gotham_mediumregular', sans-serif;
  font-size: 40px;
  color: white;
  position: absolute;
  right: 88px;
  top: -20px;
}

.date-block>.day {
  font-family: 'gotham_mediumregular', sans-serif;
  font-size: 120px;
  color: white;
  position: absolute;
  right: 80px;
  top: 45px;
}

.date-block>.year {
  font-family: 'gotham', sans-serif;
  font-weight: 200;
  font-size: 50px;
  transform: rotate(90deg);
  transform-origin: left top 0;
  color: white;
  position: absolute;
  right: -70px;
  top: -15px;
}

.customer-block-2 h2:before {
  border-top: 2px dashed white;
  border-bottom: 2px dashed white;
  content: "";
  position: absolute;
  height: 100px;
  width: 100%;
  top: 30px;
}

.green-list {
  color: #81A196;
}

.block-2-head {
  font-family: "gotham_mediumregular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding-top: 10px;
  padding-left: 15px;
  margin-bottom: 0px;
}

.block-2-content {
  font-family: "gothambook", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 15px;
}

.green-bold {
  font-size: 15px;
  font-weight: 600;
  color: #81A196;
}

.customer-block-3 {
  float: left;
}

.block-3-head {
  font-family: "gotham_mediumregular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding-top: 0px;
  margin-bottom: 0px;
  margin-top: -15px;
}

.customer-block-4 {
  border-right: 2px solid #998C53;
  border-left: 2px solid #998C53;
  float: left;
  margin-top: -37px;
}

.block-4-head {
  font-family: 'gotham_mediumregular', sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #81A196;
  padding-top: 15px;
  margin-bottom: 5px;
}

.flex-container {
  display: flex;
  justify-content: space-between;
}

.flex-container>img {
  width: auto;
  height: 190px;
}

.image-container {
  margin-top: 70px;
}

.customer-image-caption {
  font-family: 'gothambook', sans-serif;
  font-size: 13px;
  margin-top: 30px;
  padding-bottom: 15px;
  margin-bottom: 40px !important;
  border-bottom: 2px solid #998C53
}

.customerapp-image-row>img:hover {
  opacity: initial;
  filter: none !important;
}

/* customer appreciation mobile start*/

@media screen and (max-width: 1200px) {
  .customer-block-2-border {
    display: block;
    width: 100%;
    border-left: 2px solid #998C53;
  }

  .customer-block-2 h2 {
    display: block;
    color: white;
    font-family: "gotham_mediumregular", sans-serif;
    font-size: 30px;
    position: relative;
    line-height: initial;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 25px;
  }

  .customer-block-2 {
    width: 100%;
  }

  .date-block {
    display: block;
    position: relative;
    top: initial;
    right: initial;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 25px;
  }

  .date-block>.month {
    font-family: 'gotham_mediumregular', sans-serif;
    font-size: 30px;
    color: white;
    position: relative;
    top: initial;
    right: initial;
  }

  .date-block>.day {
    font-family: 'gotham_mediumregular', sans-serif;
    font-size: 30px;
    color: white;
    position: relative;
    top: initial;
    right: initial;
  }

  .date-block>.year {
    font-family: 'gotham', sans-serif;
    font-weight: 200;
    font-size: 30px;
    color: white;
    position: relative;
    top: initial;
    right: initial;
  }

  .customer-block-2 h2:before {
    display: none;
  }

  .customer-cursive-title {
    display: none;
  }

  .customer-title {
    font-size: 30px;
    border-bottom: none;
    margin-bottom: 0px;
  }

  #block-container {
    margin-top: 0px;
  }

  .block-1-head {
    font-size: 30px;
  }

  .customer-block-1 {
    border: none;
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }

  .block-4-head-mobile {
    font-family: 'gothambook';
    font-size: 20px;
  }
}

/*customer appreciation mobile end*/

/* customer appreciation end */

/* resources start */

.resource-img-block:hover {
  opacity: 1;
}

.resource-head {
  width: 100%;
  height: auto;
}

.resource-head p {
  font-family: 'gothambook', sans-serif;
  color: #7E8890;
  font-size: 18px;
  display: block;
  width: 45%;
  margin: 0 auto;
  padding: 50px;
  line-height: 1.8;
  text-align: center;
}

.resource-img-title {
  font-family: 'gotham_mediumregular', sans-serif;
  position: absolute;
  top: 35%;
  left: 0px;
  right: 0px;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}

.resource-img-title>h6 {
  color: #FFFDF4;
  font-size: 25px;
  font-weight: 600;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.resource-img-title>h6:hover {
  color: #C3A750;
}

.rod-text-wrapper {
  position: absolute;
  width: 100%;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  top: -30px;
}

.resource-rod-title-1 {
  font-family: 'number_23regular', sans-serif;
  color: #CBAB3F;
  font-weight: 200;
  text-align: center;
  font-size: 50px;
  margin-bottom: 0px;
}

.resource-rod-title-2 {
  font-family: 'gotham_mediumregular', sans-serif;
  font-size: 60px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
}

.resource-rod-p {
  font-family: 'gothambook', sans-serif;
  font-size: 20px;
  width: 40%;
  text-align: center;
  margin: 0 auto;
}

.resource-rod-link {
  display: inline-block;
  width: 100%;
  font-family: 'gotham_mediumregular', sans-serif;
  font-style: italic;
  font-size: 22px;
  text-align: center;
  color: #6A8E81;
  text-transform: capitalize;
  margin: 0 auto;
  padding-top: 5px;
  cursor: pointer;
  z-index: 2;
}

.resource-career-text-wrap {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: 100%;
  top: 10%;
}

.resource-career-title {
  font-family: 'number_23regular', sans-serif;
  color: #CBAB3F;
  font-weight: 200;
  text-align: center;
  font-size: 50px;
  margin-bottom: 20px;
}

.resource-career-p {
  font-family: 'gothambook', sans-serif;
  font-size: 20px;
  width: 50%;
  text-align: center;
  margin: 0 auto;
  font-weight: 200;
}

.resource-career-link {
  display: inline-block;
  width: 100%;
  font-family: 'gotham_mediumregular', sans-serif;
  font-style: italic;
  font-size: 22px;
  text-align: center;
  color: #6A8E81;
  text-transform: capitalize;
  margin: 0 auto;
  padding-top: 20px;
  cursor: pointer;
}

#press-kit {
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0px;
  margin-top: 20px;
}

#resource-email-input {
  width: 60%;
}

#resource-email-submit {
  background-color: #4E5756;
  color: #E2E6E6;
}

#resource-email-submit:hover {
  background-color: #629081;
  color: white;
}

.resource-bottom-img {
  max-height: 268px;
  height: 268px !important;
  width: auto;
}

/*resources mobile start */

@media screen and (max-width: 1200px) {
  .resource-head p {
    font-family: 'gothambook', sans-serif;
    color: #7E8890;
    font-size: 18px;
    display: block;
    width: 95%;
    margin: 20px auto;
    padding: 0px;
    line-height: 1.8;
    text-align: center;
  }
}

.resource-img-title-mobile>h6 {
  font-family: 'gotham_mediumregular', sans-serif;
  font-size: 20px;
  position: absolute;
  top: 35%;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  text-align: center;
  color: #F9F6EF;
}

.resource-img-block {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.rod-text-wrapper-mobile {
  width: 100%;
  margin: 0 auto;
}

.resource-rod-title-1-mobile {
  font-family: 'number_23regular', sans-serif;
  color: #CBAB3F;
  font-weight: 200;
  text-align: center;
  font-size: 50px;
  margin-bottom: 0px;
}

.resource-rod-title-2-mobile {
  font-family: 'gotham_mediumregular', sans-serif;
  font-size: 50px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
}

.resource-rod-p-mobile {
  font-family: 'gothambook', sans-serif;
  font-size: 20px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.resource-rod-link-mobile {
  display: inline-block;
  width: 100%;
  font-family: 'gotham_mediumregular', sans-serif;
  font-style: italic;
  font-size: 22px;
  text-align: center;
  color: #6A8E81;
  text-transform: capitalize;
  margin: 0 auto;
  padding-top: 5px;
  cursor: pointer;
  z-index: 2;
}

.resource-bottom-img-mobile {
  max-height: 268px;
  height: 268px !important;
  width: 100%;
}

/*resources mobile end


/* resources end */

/* factory tours start */

.factory-p {
  font-family: 'gothambook', sans-serif;
  font-size: 15px;
  width: 80%;
  border-bottom: 1px solid #998C53;
  padding-bottom: 10px;
}

.factory-schedule-container {
  float: left;
}

.factory-schedule-head {
  font-family: 'gotham_mediumregular', sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 18px;
}

.factory-schedule-container>h6,
.factory-schedule-container-mobile>h6 {
  font-family: 'gotham_mediumregular', sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 15px;
}

.factory-schedule-p {
  margin-bottom: 0px;
  font-size: 16px;
  font-family: 'gothambook', sans-serif;
}

.factory-schedule-p:last-of-type {
  margin-top: 15px;
}

.factory-block-border {
  border-top: 2px solid #998C53;
  border-bottom: 2px solid #998C53;
}

.factory-col {
  padding-right: 0px;
  border-right: 2px solid #998C53;
}

.factory-block-1-head {
  font-family: "gotham_mediumregular", sans-serif;
  font-size: 40px;
  font-weight: 600;
  padding-top: 15px;
  margin-bottom: 0px;
}

.factory-block-1-p {
  font-family: "gotham_mediumregular", sans-serif;
  font-size: 25px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 5px;
}

.factory-block-1-link {
  color: #6A8E81;
  font-size: 25px;
  font-family: 'gotham_mediumregular', sans-serif;
  font-weight: 400;
  cursor: pointer;
}

.factory-ul {
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.factory-ul>li {
  font-family: 'gothambook', sans-serif;
  margin-bottom: 5px;
  font-size: 18px;
  margin-left: 15px;
}

.factory-ul li span {
  margin-left: 25px;
  white-space: nowrap;
}

.factory-block-2-container {
  background-color: #6A8E81;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.factory-block-2-head {
  font-family: "gotham_mediumregular", sans-serif;
  color: white;
  font-size: 30px;
  font-weight: 600;
  padding-top: 15px;
  margin-left: 15px;
  margin-bottom: 0px;
}

.factory-block-2-p {
  font-family: "gotham_mediumregular", sans-serif;
  color: white;
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
  margin-left: 15px;
  margin-bottom: 10px;
}

.factory-caption-head {
  font-family: 'gotham_mediumregular', sans-serif;
  font-size: 20px;
  float: left;
  display: inline-block;
  margin-right: 10px;
}

.factory-caption-p {
  font-family: 'gothambook', sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.factory-block-border-2 {
  border-bottom: 2px solid #998C53;
}

.tour-block {
  float: left;
  margin-top: -151px;
  padding-left: 0px;
}

/*factory tours mobile start */

@media screen and (max-width: 1200px) {

  .factory-p,
  .factory-schedule-head {
    width: 100%;
    text-align: center;
  }

  .factory-ul {
    padding: 0px;
    margin-top: 20px;
  }

  .factory-ul li span {
    margin: 0px;
    white-space: normal;
  }

  .tour-block {
    float: left !important;
    margin-top: 20px !important;
    width: 100% !important;
  }

  .factory-block-2-container {
    margin-right: 0px;
  }

  .factory-caption-head,
  .factory-caption-p {
    padding-left: 15px;
  }
}

/* factory tours mobile end */

/* factory tours end */

/* materials start */

.materials-head-container {
  width: 100% !important;
}

.blank-canvas-head {
  font-family: 'number_23regular', sans-serif;
  font-weight: 200;
  font-size: 35px;
  color: #cbac40;
  margin-top: 10px;
  padding-bottom: 15px;
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid #cbac40;
}

.blank-canvas-p {
  font-family: 'gothambook', sans-serif;
  width: 100%;
  line-height: 24px;
  font-size: 15px;
}

.block-row {
  width: 100% !important;
}

.materials-block-1 {
  height: auto;
  background-color: rgba(138, 136, 132, .8);
}

.materials-block-img {
  display: inline-block;
  position: absolute;
  top: 65px;
  margin: 0 auto;
  margin-left: 40px;
}

.materials-block-1-head {
  font-family: 'gotham_mediumregular', sans-serif;
  font-weight: 600;
  font-size: 24px;
  width: 80%;
  color: white;
  margin: 0 auto;
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 20px;
}

.materials-block-1-list {
  width: 80%;
  padding-bottom: 30px;
  margin: 0 auto;
}

.materials-block-1-list>li {
  color: white;
  font-family: 'gothambook', sans-serif;
  font-weight: 600;
  line-height: 18px;
  font-size: 14px;
}

.materials-block-2 {
  height: auto;
  background: none;
}

.materials-block-2-head {
  font-family: 'gotham_mediumregular', sans-serif;
  font-weight: 600;
  font-size: 24px;
  width: 80%;
  color: #629081;
  margin: 0 auto;
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 20px;
}

.materials-block-2-list {
  width: 80%;
  padding-bottom: 30px;
  margin: 0 auto;
}

.materials-block-2-list>li {
  color: #629081;
  font-family: 'gothambook', sans-serif;
  font-weight: 600;
  line-height: 18px;
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  .blank-canvas-head {
    padding-top: 40px;
  }

  .col-sm-12 iframe {
    height: auto;
  }

  .materials-block-img {
    margin: 0 auto;
    position: relative;
    top: 20px;
  }

  .materials-block-1-head,
  .materials-block-2-head {
    width: 100%;
    padding: 30px 0 20px 0;
    font-size: 20px;
  }

  ul.materials-block-1-list,
  ul.materials-block-2-list {
    width: 100%;
    margin: 0;
    padding: 0 0 20px 0;
  }
}

/* materials mobile start */

/* .materials-block-1-mobile{
  height: auto;
  background-color: rgba(138, 136, 132, .8);
  padding-left: 15px;
  padding-right: 15px;
}

.materials-block-img-mobile{
  display: block;
  margin: 0 auto;
  padding-top: 30px;
  margin-bottom: 30px;
}

.materials-block-1-head-mobile{
  font-family: 'gotham_mediumregular', sans-serif;
  font-weight: 600;
  font-size: 24px;
  width: 100%;
  color: white;
  margin: 0 auto;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 20px;
}

.materials-block-1-list-mobile{
  width: 100%;
  padding-bottom: 30px;
}

.materials-block-1-list-mobile > li{
  color: white;
  font-family: 'gothambook', sans-serif;
  font-weight: 600;
  line-height: 18px;
  font-size: 14px;
}

.materials-block-2-mobile{
  height: auto;
  background: none;
  padding: 0 15px 0 15px;
}

.materials-block-2-head-mobile{
  font-family: 'gotham_mediumregular', sans-serif;
  font-weight: 600;
  font-size: 24px;
  width: 100%;
  color: #629081;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 20px;
}

.materials-block-2-list-mobile{
  width: 100%;
  padding-bottom: 30px;
  margin: 0 auto;
}

.materials-block-2-list-mobile > li{
  color: #629081;
  font-family: 'gothambook', sans-serif;
  font-weight: 600;
  line-height: 18px;
  font-size: 14px;
} */

/* materials mobile end */

/* materials end */

/* news-events start */

#right-side>p {
  font-size: 16px;
}

.article-image:hover {
  opacity: 1;
}

.show-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.show-item {
  max-width: 300px;
  padding: 15px 15px;
}

.show-item>* {
  display: block;
}

.news-schedule {
  color: #629081;
  font-family: 'gotham_mediumregular', sans-serif;
  text-align: center;
}

.news-show-head {
  font-family: 'gothambook', sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
  text-align: center;
}

.news-show-p {
  font-family: 'gothambook', sans-serif;
  margin-bottom: 0px;
  line-height: 18px;
  text-align: center;
}

.read-more {
  display: inline-block;
  margin: 0 auto;
}

.news-recent-news {
  font-family: 'number_23regular', sans-serif;
  font-weight: 200;
  font-size: 35px;
  color: #cbac40;
  text-align: center;
}

.news-block {
  background: url("https://cdn.shopify.com/s/files/1/2298/3555/files/SC-news-box-min.png?6056544659350812269");
  overflow: hidden;
  box-shadow: 10px 10px 17px rgba(136, 136, 136, .7);
  padding-left: 0px;
  margin-top: 30px;
  margin-bottom: 80px;
}

.news-content-wrapper {
  margin-left: 100px;
  width: 40%;
  display: inline-block;
  height: 0px;
}

.news-block-head {
  color: #629081;
  font-family: 'gotham_mediumregular', sans-serif;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 0px;
}

.news-block-date {
  font-family: 'gotham_mediumregular', sans-serif;
  margin-top: 0px;
  font-weight: 600;
  font-size: 15px;
}

.news-block-p {
  font-family: 'gothambook', sans-serif;
  line-height: 18px;
  width: 80%;
}

.news-block-btn {
  font-family: 'gotham', sans-serif;
  font-weight: 200;
  background-color: #565653;
  color: white;
  margin-bottom: 40px;
  margin-top: 10px;
}

.news-block-img-container {
  float: right;
  position: absolute;
  top: 11px;
  right: 0px;
  max-width: 520px;
}

.news-block-row {
  display: flex;
  justify-content: space-between;
}

.news-block-2 {
  background-image: url("https://cdn.shopify.com/s/files/1/2298/3555/files/gradient.png?3824805446281836907");
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 2px solid #565653;
}

.news-block-2-p {
  font-family: 'gothambook', sans-serif;
  line-height: 18px;
  width: 65%;
}

.news-block-2-btn {
  font-family: 'gotham', sans-serif;
  font-weight: 200;
  background-color: #565653;
  color: white;
  position: absolute;
  right: 0px;
  bottom: 0px;
  border: none;
  border-radius: 0px !important;
}

.news-container {
  margin-top: 40px;
}

.news-content-wrapper>img.img-fluid {
  width: 100%;
}

.archive-title {
  color: #cbac40;
  font-family: 'gothambook', sans-serif;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.archive-title:before,
.archive-title:after {
  background-color: #cbac40;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.archive-title:before {
  right: 0.5em;
  margin-left: -50%;
}

.archive-title:after {
  left: 0.5em;
  margin-right: -50%;
}

.footer-container {
  margin: 0 auto !important;
}

.footer-bottom {
  background-color: rgba(45, 49, 48, .8);
  height: 150px;
}

.footer-head {
  color: #A7A9AC;
  font-family: 'gotham_mediumregular', sans-serif;
  font-weight: 600;
  width: 100%;
  padding-bottom: 10px;
  margin-top: 40px;
  margin-bottom: 7px;
  font-size: 18px;
  border-bottom: 2px solid #998C53;
}

.footer-link {
  font-family: 'gotham_mediumregular', sans-serif;
  color: #A7A9AC;
  white-space: nowrap;
  font-size: 14px;
  line-height: 30px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.footer-link:hover {
  font-family: 'gotham_mediumregular', sans-serif;
  font-size: 14px;
  color: #998C53;
  line-height: 30px;
  cursor: pointer;
}

.footer-privacy {
  float: left;
}

.footer-privacy-2 {
  float: right;
}

.footer-logo {
  margin-top: -35px;
}

.social-container {
  position: absolute;
  right: 40px;
  top: 20px;
}

.social-align {
  text-align: right;
}

.social-img {
  margin-right: 15px;
}

.blog-detail .rte {
  font-family: 'gothambook' !important;
}

/* news-events mobile start*/

@media screen and (max-width: 1026px) {
  .news-show-head {
    margin: 5px auto !important;
    text-align: center;
  }

  .news-container {
    margin-top: 0px;
  }

  .news-show-p {
    margin: 0 auto !important;
    text-align: center;
  }

  .news-block-img-container {
    display: none;
  }

  .news-block {
    overflow: visible;
  }

  .news-content-wrapper {
    width: 100%;
    margin-left: 0px
  }

  .news-content-wrapper>img.img-fluid {
    width: auto;
  }

  .news-block-btn,
  .news-block-2-btn {
    width: 40%;
    margin: 0;
  }

  .news-block-2-btn {
    display: block;
    position: relative;
  }

  .news-block {
    width: 100%;
    margin: 0 auto;
    box-shadow: none;
    background: none;
    padding-left: 15px;
    margin-bottom: 40px;
  }

  .news-block-2 {
    width: 100%;
    margin: 0 auto;
    box-shadow: none;
    background: none;
    border-bottom: none;
    margin-bottom: 40px;
  }

  .news-block-p,
  .news-block-2-p {
    width: 85%;
  }

  .news-block-row {
    display: block;
  }
}

/* news-events mobile end

/* news - events end */

/* careers start */

.apply-block {
  background-color: white;
}

.apply-block>h4 {
  font-family: 'gotham_mediumregular', sans-serif;
  font-size: 24px;
  font-weight: 200;
  color: #8E8E8E;
  padding-top: 40px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

.apply-block>p {
  font-family: 'gothambook', sans-serif;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
  line-height: 22px;
}

.apply-block>a {
  display: inline-block;
  width: 100%;
  color: #629081;
  font-family: 'gotham_mediumregular', sans-serif;
  font-size: 18px;
  padding-bottom: 25px;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.apply-block>a:hover {
  color: black;
}

.careers-p {
  font-family: 'gotham_mediumregular', sans-serif;
  font-weight: 200;
}

.careers-positions-block {
  background-color: #DAC467;
  width: 100%;
  float: left;
}

.positions-block-p {
  color: white;
  font-family: 'gotham_mediumregular', sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding-left: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.job-row {
  display: inline-flex;
  justify-content: space-between;
}

.job-block {
  background-color: #ECE8D1;
  margin-bottom: 25px;
  min-height: 340px;
  padding: 25px 15px;
  position: relative;
}

.job-title {
  font-family: 'gotham_mediumregular', sans-serif;
  font-size: 24px;
  margin: 0;
}

.job-title::after {
  content: "";
  display: block;
  width: 55%;
  height: 2px;
  background-color: #629081;
  margin: 5px 0 10px 0;
}

.job-section {
  font-family: 'gotham_mediumregular',
    sans-serif;
  font-size: 18px;
}

.job-more {
  bottom: 10px;
  background-color: #6A8E81;
  color: white;
  font-family: 'gotham_mediumregular', sans-serif;
  text-transform: uppercase;
  padding: 5px 25px;
  margin-top: 20px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.job-more:hover {
  background-color: black;
  color: white;
}

.job-modal {
  width: 100% !important;
}

.job-modal-head {
  height: 200px !important;
  background-image: url('https://cdn.shopify.com/s/files/1/2298/3555/files/job-modal-cover.png?8657155634871366199');
}

.modal-body>h2 {
  font-family: 'gotham_mediumregular', sans-serif;
  text-transform: uppercase;
  color: black;
  font-size: 26px;
}

.job-header {
  list-style-type: none;
  padding: 0;
}

.job-header>li {
  font-family: 'gotham_mediumregular', sans-serif;
}

.job-subtitle {
  font-family: 'gotham_mediumregular', sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 15px;
}

.job-specs {
  padding: 0;
}

.job-specs>li {
  list-style-position: outside;
}

.job-header>li>span {
  color: #6A8E81;
}

/* customize career start */

.job-block {
  display: block;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .job-block {
    width: 95%;
    margin: 0 auto;
  }
}

.job-block h5 {
  text-decoration: underline;
  margin-bottom: 5px;
  margin-top: 20px;
}

.job-description li {
  list-style-type: none;
}

.job-block h6 {
  font-family: 'roboto';
  font-weight: 700;
  font-size: 12px;
  /* text-decoration: underline; */
  margin: 5px 0;
}


/* customize career end */


/* careers mobile start */

@media screen and (max-width: 1026px) {
  .header-caption {
    width: 90%;
    top: 100px;
  }
}

@media screen and (max-width: 991px) {
  .job-row {
    display: block;
  }
}

/* careers mobile end */

/* careers end */

/* warranty service start */

.modal-body-plan {
  height: auto;
  max-height: none;
  width: 90%;
  margin: 10px auto;
}

.service-head-copy {
  font: 500 18px/21px 'gothambook';
  color: white;
  width: 65%;
  position: absolute;
  margin: 0 auto;
  left: 0px;
  right: 0px;
  top: 45%;
}

.modal-body-plan h4 {
  font-family: 'gotham', sans-serif;
  font-size: 30px;
  text-transform: capitalize;
  width: 100%;
}

.modal-body-plan h6 {
  font-family: 'gotham', sans-serif;
  font-size: 20px;
  text-transform: capitalize;
  width: 100%;
  margin: 10px 0 10px 0;
}

.modal-body-plan li {
  font-family: 'gothambook', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  list-style-type: none;
  margin-bottom: 15px;
  width: 100%;
}

.modal-body-plan a {
  text-decoration: underline;
  color: #629081;
}

.modal-body-plan p {
  font-family: 'gothambook', sans-serif;
  font-size: 13px;
  line-height: 1.2;
  width: 100%;
}

.letter-table-head {
  font-family: 'gotham', sans-serif;
  font-weight: 600 !important;
  font-size: 20px !important;
  text-align: center;
}

.letter-table-row-head {
  font-weight: 500 !important;
}

.letter-table th {
  font-family: 'gotham', sans-serif;
  font-weight: 200;
  font-size: 16px;
  text-align: center;
  padding: 5px;
}

.letter-table td {
  font-family: 'gothambook', sans-serif;
  font-weight: 200;
  font-size: 12px;
  text-align: center;
  padding: 5px;
}

.letter-table tr:nth-child(even) {
  background-color: #E9EAEC;
}

.warranty-block-head {
  background-image: url('https://cdn.shopify.com/s/files/1/2298/3555/files/SC-warranty-block-bg-min.png?14811197681911050723');
  background-size: cover;
  background-repeat: no-repeat;
}

.warranty-block-head-p {
  display: inherit;
  text-align: center;
  margin: 0 auto;
  font-family: 'gothambook', sans-serif;
  font-size: 15px;
  width: 45%;
  line-height: 22px;
  padding-top: 100px;
  padding-bottom: 50px;
}

.plan-block-btn {
  font-family: 'gotham', sans-serif;
  font-weight: 200;
  background-color: #629081;
  color: white;
  border: none;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-bottom: 25px;
}

.plans-row {
  display: flex;
  justify-content: space-between;
}

.plan-container {
  background-color: white;
  flex-basis: 30%;
  height: 360px;
  position: relative;
}

.plan-container>h5 {
  font-family: 'gotham', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #6B6B6B;
  text-align: center;
  padding-bottom: 10px;
}

.plan-container>p {
  font-family: 'gothambook', sans-serif;
  text-align: center;
  padding-bottom: 50px;
  line-height: 18px;
  height: 150px;
  width: 72%;
  margin: 0 auto;
}

#silver-plan {
  font-family: 'gothambook', sans-serif;
  font-size: 22px;
  color: #888888;
  padding-top: 40px;
  text-align: center;
  border: none;
  margin: 0 auto;
  padding-bottom: 25px;
}

#gold-plan,
#gold-plus-plan {
  font-family: 'gothambook', sans-serif;
  font-size: 22px;
  color: #cbac40;
  padding-top: 40px;
  text-align: center;
  border: none;
  margin: 0 auto;
  padding-bottom: 25px;
}

#gold-plus-plan>span {
  font-weight: 600;
}

.serial-head {
  font-family: 'gothambook', sans-serif;
  font-size: 25px;
  text-align: center;
  padding-bottom: 30px;
}

.serial-p {
  font-family: 'gothambook', sans-serif;
  width: 90%;
  line-height: 18px;
  padding-bottom: 20px;
}

.serial-sub-head {
  font-family: 'gotham', sans-serif;
  line-height: 18px;
  font-weight: 600;
}

.serial-list {
  font-family: 'gothambook', sans-serif;
  width: 60%;
  padding-bottom: 20px;
  line-height: 18px;
}

/* .serial-list:last-of-type {
  margin-top: -30px;
} */

.serial-list>.col-md-6>span {
  display: block;
}

.serial-row {
  display: flex;
  justify-content: space-between;
}

.serial-col {
  flex-basis: 40%;
}

.warranty-register-img {
  background-image: url("https://cdn.shopify.com/s/files/1/2298/3555/files/SC-warranty-register-img-min.png?9927398291688719817");
  background-size: cover;
  background-repeat: no-repeat;
  height: 150px;
}

.warranty-register-title {
  font-family: 'gothambook', sans-serif;
  font-size: 30px;
  margin-bottom: 25px;
  color: white;
  text-align: center;
  width: 100%;
}

.warranty-register-btn {
  font-family: 'gotham', sans-serif;
  font-weight: 200;
  background-color: #639081;
  color: white;
  text-align: center;
  display: block;
  margin: 0 auto !important;
  border: none;
}

.warranty-title {
  font-family: 'gothambook', sans-serif;
  font-size: 30px;
  color: #639081;
  text-align: center;
  margin-bottom: 20px;
}

.warranty-col-head {
  font-family: 'gothambook', sans-serif;
  text-align: center;
  font-size: 22px;
}

.warranty-col-container {
  background-color: rgba(136, 136, 136, .1);
  margin: 0 auto;
  height: 600px;
  width: 85%;
}

.warranty-col-container>ul {
  list-style-type: none;
  padding-top: 20px;
}

.warranty-col-container>ul>li {
  font-family: 'gothambook', sans-serif;
  line-height: 17px;
  font-size: 15px;
}

.warranty-links {
  top: 350px;
}

/* warranty service mobile start */

.serial-list .col-xs-12 span {
  display: block;
  margin: 0px;
  padding: 0px;
}

@media screen and (max-width: 1026px) {
  .header-badge {
    display: none;
  }

  .header-link {
    font-size: 20px;
  }

  .header-link:hover {
    font-size: 20px;
  }

  .warranty-col-container {
    height: auto;
  }

  .warranty-col-container ul li:last-of-type {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 1090px) {
  .service-head-copy {
    display: none;
  }
}

/* warranty service mobile end */

/* warranty service end */

/* rod register start */

.register-container {
  width: 60%;
  margin: 0 auto;
}

.register-title {
  font-family: 'gothambook', sans-serif;
  font-size: 28px;
  color: #639081;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.register-p {
  line-height: 18px;
  font-family: 'gothambook', sans-serif;
  font-size: 15px;
  margin: 0 auto;
  padding-top: 30px;
}

.register-label {
  display: block;
  width: 100%;
}

.register-input {
  display: block;
  width: 100%;
  height: 35px !important;
}

.rod-num {
  font-family: 'gotham', sans-serif;
  font-weight: 600;
}

.add-rod {
  display: block;
  font-family: 'gothambook', sans-serif;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  white-space: nowrap;
}

.add-rod:hover {
  cursor: pointer;
  text-decoration: underline;
}

.add-rod-mobile {
  font-family: 'gothambook', sans-serif;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.add-rod-mobile:hover {
  cursor: pointer;
  text-decoration: underline;
}

.register-btn {
  background-color: #629081;
  color: white;
  border: none;
  margin-top: 20px;
  margin-bottom: 60px;
}

.form-divide {
  width: 100%;
  height: 4px;
  border-top: 2px solid #cbac40;
}

#submit-form {
  font-family: 'gotham', sans-serif;
  font-weight: 200;
  background-color: #629081;
  color: white;
  border: none;
  text-align: center;
  display: block;
  margin: 0px auto 30px auto;
}

#submit-form:hover {
  background-color: black;
}

#submit-message {
  font-size: 28px;
  color: #629081;
  text-align: center;
  margin-bottom: 20px;
}

/* register rod mobile start */

@media screen and (max-width: 1024px) {
  .register-container {
    width: 100%;
  }

  .register-title {
    font-family: 'gothambook', sans-serif;
    font-size: 28px;
    color: #639081;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
}

/* register rod mobile end */

/* register rod end */

/* People start */

.show-more-container {
  width: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  left: 0px;
  right: 0px;
  margin-top: 570px;
  height: 1650px;
  background: rgba(249, 246, 239, 0);
  background: -moz-linear-gradient(top, rgba(249, 246, 239, 0) 0%, rgba(125, 94, 20, 0) 0%, rgba(249, 246, 239, 0) 0%, rgba(249, 246, 239, 0.48) 12%, rgba(249, 246, 239, 1) 25%, rgba(249, 246, 239, 1) 78%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249, 246, 239, 0)), color-stop(0%, rgba(125, 94, 20, 0)), color-stop(0%, rgba(249, 246, 239, 0)), color-stop(12%, rgba(249, 246, 239, 0.48)), color-stop(25%, rgba(249, 246, 239, 1)), color-stop(78%, rgba(249, 246, 239, 1)));
  background: -webkit-linear-gradient(top, rgba(249, 246, 239, 0) 0%, rgba(125, 94, 20, 0) 0%, rgba(249, 246, 239, 0) 0%, rgba(249, 246, 239, 0.48) 12%, rgba(249, 246, 239, 1) 25%, rgba(249, 246, 239, 1) 78%);
  background: -o-linear-gradient(top, rgba(249, 246, 239, 0) 0%, rgba(125, 94, 20, 0) 0%, rgba(249, 246, 239, 0) 0%, rgba(249, 246, 239, 0.48) 12%, rgba(249, 246, 239, 1) 25%, rgba(249, 246, 239, 1) 78%);
  background: -ms-linear-gradient(top, rgba(249, 246, 239, 0) 0%, rgba(125, 94, 20, 0) 0%, rgba(249, 246, 239, 0) 0%, rgba(249, 246, 239, 0.48) 12%, rgba(249, 246, 239, 1) 25%, rgba(249, 246, 239, 1) 78%);
  background: linear-gradient(to bottom, rgba(249, 246, 239, 0) 0%, rgba(125, 94, 20, 0) 0%, rgba(249, 246, 239, 0) 0%, rgba(249, 246, 239, 0.48) 12%, rgba(249, 246, 239, 1) 25%, rgba(249, 246, 239, 1) 78%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6ef', endColorstr='#f9f6ef', GradientType=0);
}

.people-show-more>i {
  display: block;
  font-size: 28px;
  color: #629081;
}

.people-show-more>img,
.show-more-title,
.people-show-more>i {
  opacity: 1;
  cursor: pointer;
}

.show-more-title {
  font: 500 22px gotham;
  color: #629081;
  margin-bottom: 5px;
}

.show-more-title:before,
.show-more-title:after {
  background-color: #cbac40;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 10%;
}

.people-intro {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

.people-intro>.col-md-12>p {
  width: 50%;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  text-align: center;
}

#people-intro-1 {
  font-family: 'gothambook', sans-serif;
  display: inline-block;
  text-transform: uppercase;
  font-size: 30px;
  margin-left: 40px;
  margin-bottom: 50px;
  color: #65727F;
}

#people-intro-2 {
  float: right;
  display: inline-block;
  font-family: 'gothambook', sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  margin-right: 40px;
  margin-bottom: 50px;
  color: #65727F;
}

#people-intro-1:hover {
  color: #cbac40;
}

#people-intro-2:hover {
  color: #cbac40;
}

#team-arrow {
  padding-right: 20px;
}

#family-arrow {
  padding-left: 20px;
}

.people-video-placeholder {
  display: block;
  margin: 0 auto;
  width: 60%;
}

#team {
  /* display: flex;
  justify-content: space-between; */
  z-index: 1;
  margin-bottom: 40px;
}

.team-img {
  -webkit-filter: grayscale(90%) blur(0px);
  filter: grayscale(90%) blur(0px);
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  /* flex-basis: 5%; */
}

.team-img:hover {
  -webkit-filter: none;
  filter: none;
  cursor: pointer;
  opacity: 1;
}

.team-bio {
  position: absolute;
  background-color: rgba(236, 236, 236, .9);
  display: inline-block;
  z-index: 2;
  right: -400px;
  top: 0px;
  width: 400px;
  height: 100%;
}

.family-bio {
  position: absolute;
  background-color: rgba(236, 236, 236, .9);
  display: inline-block;
  z-index: 3;
  right: 15px;
  left: 15px;
  bottom: 0px;
  height: 65%;
}

.family-img {
  z-index: 1;
}

.img-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  background: rgba(198, 172, 82, 0.6);
  z-index: 2;
}

.family-bio-info {
  font-family: 'NorthwellAlt', sans-serif;
  color: #292834;
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: 400;
  display: inline;
  text-align: center;
  display: inline-block;
  width: 60%;
  white-space: nowrap;
}

#people-intro-1,
#people-intro-2:hover {
  cursor: pointer;
}

.people-row>.col-md-3:nth-of-type(3)>.team-bio,
.people-row>.col-md-3:nth-of-type(4)>.team-bio {
  position: absolute;
  background-color: rgba(236, 236, 236, .9);
  display: inline-block;
  z-index: 2;
  right: 290px;
  top: 0px;
  width: 400px;
  height: 100%;
}

.team-bio-alt {
  position: absolute;
  background-color: rgba(236, 236, 236, .9);
  display: inline-block;
  z-index: 2;
  right: 400px;
  top: 0px;
  width: 400px;
  height: 100%;
}

.bio-line {
  border-bottom: 1px dotted #cbac40;
  width: 80%;
  margin-left: 20px;
}

.bio-category {
  font-family: 'gothambook', sans-serif;
  font-size: 20px;
  color: #cbac40;
  margin-top: 15px;
  font-weight: 600;
}

.bio-info {
  font-family: 'NorthwellAlt', sans-serif;
  color: #292834;
  font-size: 38px;
  font-weight: 400;
  display: inline;
  text-align: center;
  display: inline-block;
  width: 60%;
  white-space: nowrap;
}

.bio-p {
  font-family: 'gothambook', sans-serif;
  font-weight: 600;
  margin-left: 20px;
  font-size: 15px;
  margin-top: 15px;
}

.team-32-img {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.family-head {
  font: 600 30px gotham;
  margin: 30px 0 0 0;
}

.family-body {
  font: 300/1.1 16px gothambook !important;
}

/* People end */

/* People mobile start */

@media screen and (max-width: 1022px) {
  .img-wrap:after {
    visibility: none;
    display: none !important;
  }

  .family-profile {
    text-align: center;
  }

  .family-img {
    width: 100%;
  }

  .people-row>.col-sm-12 {
    text-align: center;
  }

  .show-more-container {
    display: none;
  }

  .team-img {
    margin: 0 auto;
    width: 100%;
  }

  .team-bio,
  .team-bio-alt {
    position: absolute;
    background-color: rgba(236, 236, 236, .9);
    display: inline-block;
    z-index: 2;
    right: 0px !important;
    left: 0px !important;
    bottom: 0px !important;
    width: auto !important;
    height: auto !important;
    word-wrap: normal !important;
  }

  .bio-info,
  .family-bio-info {
    white-space: normal;
    line-height: 1.1;
    height: auto;
  }

  .family-bio {
    height: auto;
  }

  .people-intro .col-md-12 p {
    width: 100%;
    font-family: 'gotham', sans-serif;
  }

  .people-row:last-of-type {
    margin-bottom: 0;
  }

  #people-intro-1,
  #people-intro-2 {
    text-align: center;
    float: none;
    margin: 0 0 20px 0;
    line-height: 1.2;
    display: block;
    white-space: nowrap;
  }

  .people-video-placeholder>iframe {
    width: 100%;
    height: 300px;
    margin: 20px auto 20px auto;
  }

  .people-video-placeholder {
    width: 95% !important;
  }

  .family-profile {
    margin: 20px auto;
  }

  .team-wrapper {
    width: 100%;
    padding: 0px;
  }
}

/* People mobile end */

/* Media library start */

.media-head-container {
  width: 70%;
  margin: 0 auto;
}

.media-head-title {
  font-family: 'gotham_mediumregular', sans-serif;
  color: #629081;
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 30px;
}

.media-head-p {
  font-family: 'gotham_mediumregular', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
}

.media-lines {
  width: 100%;
  height: 10px;
}

.media-row {
  display: flex;
  justify-content: space-between;
}

.media-video-title {
  font-family: 'gotham_mediumregular', sans-serif;
  font-weight: 200;
  font-size: 18px;
  color: #629081;
  margin-top: 15px;
  margin-bottom: 10px;
  display: block;
}

.media-video-description {
  font-family: 'gotham_mediumregular', sans-serif;
  font-weight: 200;
  font-size: 14px;
  display: block;
}

/* media library mobile start */

@media screen and (max-width: 1200px) {
  .media-head-container {
    width: 95%;
  }
}

/* media library mobile end */

/* Media library end */

/* technology mobile start */

@media screen and (min-width: 0px) {
  .tech-link-block:hover {
    opacity: 1;
  }

  .mobile-width {
    width: 100% !important;
  }

  .technique-content-container-mobile {
    width: 100%;
  }

  .box-logo-1-mobile {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .tech-logo {
    width: 50% !important;
  }

  .box-title-mobile {
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    margin-top: 40px;
    margin-bottom: 10px;
    color: #FFFDEE;
    font-family: 'gotham_mediumregular', sans-serif;
    font-weight: 600;
    width: 100%;
    text-align: center;
  }

  .video-placeholder-mobile {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .box-p-mobile {
    width: 100%;
    display: inherit;
    color: #FFFDEE;
    font-family: 'gothambook', sans-serif;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
  }

  .tech-box-mobile {
    background-color: rgba(139, 138, 135, .8);
    overflow: hidden !important;
    margin-top: 50px;
  }
}

@media screen and (min-width: 750px) and (max-width: 1240px) {
  .video-placeholder-mobile {
    display: inherit;
    padding-top: 25px;
    width: 50%;
    margin: 0 auto;
  }

  .box-logo-1-mobile {
    display: inherit;
    width: 60%;
    margin: 0 auto;
  }

  .box-p-mobile {
    width: 80%;
    display: inherit;
    margin: 0 auto;
    color: #FFFDEE;
    font-family: 'gothambook', sans-serif;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .box-title-mobile {
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 10px;
    color: #FFFDEE;
    font-family: 'gotham_mediumregular', sans-serif;
    font-weight: 600;
    width: 100%;
    text-align: center;
  }

  .technique-head {
    font-family: 'number_23regular', sans-serif;
    font-weight: 200;
    font-size: 30px;
    color: #CBAB3F;
    text-align: center;
    margin-top: 15px;
  }

  .technique-p {
    font-family: 'gothambook', sans-serif;
    width: 100%;
    font-size: 16px;
  }
}

/* technology mobile end */

/* pro staff start */

body.modal-open div.modal-backdrop {
  z-index: 0;
}

.modal-dialog {
  width: 950px !important;
}

.pro-item {
  margin-bottom: 60px;
  white-space: nowrap;
}

.pro-head-p {
  font-family: 'gothambook', sans-serif;
  width: 50%;
  font-size: 18px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  line-height: 1.3;
  text-align: center;
}

.pro-link-container {
  width: 40%;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}

.pro-link {
  font-family: 'gothambook', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #629081;
  font-weight: 200;
}

.pro-link:hover {
  color: black;
  cursor: pointer;
}

.pro-link-divider {
  display: inline-block;
  margin: 0 10px 0 10px;
  color: #629081;
  font-size: 20px;
}

.pro-staff-title {
  font-family: 'gothambook', sans-serif;
  font-weight: 200;
  font-size: 30px;
  text-align: center;
  color: #CBAB3F;
  margin-top: 50px;
  margin-bottom: 10px;
}

.pro-state-select {
  display: block;
  margin: 0 auto;
  width: 10%;
  text-align: center;
}

.pro-item>a>img {
  display: inline-block;
  float: left;
  padding-right: 10px;
  height: 170px;
  width: 180px;
}

.pro-item>a:last-of-type {
  display: inline-block;
  font-family: 'gotham', sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #629081;
  display: inline-block;
  margin: 0px;
}

.pro-item>a:hover {
  color: black;
}

.pro-item>h5 {
  display: inline-block;
  font-family: 'gotham_mediumregular', sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin: 0px;
}

.pro-item>p {
  font-family: 'gotham_mediumregular', sans-serif;
  font-size: 16px;
}

.pro-modal-bg {
  background-color: rgba(255, 254, 250, .9) !important;
}

.modal-header {
  background-size: cover;
  background-repeat: no-repeat !important;
  height: 350px;
  border-bottom: none;
}

.pro-modal-title {
  border-bottom: 2px solid black;
}

.pro-modal-name {
  font-family: 'gotham', sans-serif;
  color: #629081;
  font-size: 30px;
  margin-bottom: 10px;
}

.pro-modal-location {
  font-family: 'gotham_mediumregular', sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.pro-modal-bold {
  font-family: 'gothambook', sans-serif;
  margin: 0px;
  font-size: 15px;
}

.pro-modal-bold>span {
  font-family: 'gothambook', sans-serif;
  font-weight: 600;
  line-height: 20px;
  font-size: 15px;
}

.pro-bio {
  font-family: 'gothambook', sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.pro-bio>a {
  color: #629081;
}

.pro-modal-link {
  font-family: 'gothambook', sans-serif;
  color: #629081;
  font-size: 18px;
}

.pro-modal-link:hover {
  color: black;
}

/* pro staff mobile start */

@media screen and (max-width: 1026px) {
  .pro-head-p {
    width: 95% !important;
  }

  .pro-link {
    display: block !important;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
    text-decoration: underline !important;
  }

  .modal-dialog {
    margin: 0px !important;
    width: 100% !important;
  }

  .modal-header {
    background-size: contain !important;
  }

  .modal-body {
    margin-top: -150px !important;
  }

  .modal-content {
    width: 100% !important;
  }

  .pro-item {
    margin-bottom: 20px !important;
  }

  .pro-item img {
    display: block !important;
    margin: 0 auto !important;
    float: none !important;
    padding-right: 0 !important;
  }

  .pro-item a,
  .pro-item h5,
  .pro-item p {
    display: block !important;
    text-align: center !important;
    width: 100% !important;
  }

  .pro-item h5,
  .pro-item p {
    margin-top: -20px !important;
  }
}

/* pro staff mobile end */

/* pro staff end */

/* engineering start */

.engineering-head img {
  display: inline-block;
  width: 100%;
}

.engineering-head h3 {
  font-family: 'number_23regular', sans-serif;
  font-weight: 200;
  font-size: 30px;
  color: #CBAB3F;
  text-transform: capitalize;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 0px;
  border-bottom: 1px solid #CBAB3F;
}

.engineering-head p {
  font-family: 'gothambook', sans-serif;
  font-weight: 200;
  font-size: 15px;
  width: 100%;
}

.engineering-section-1 {
  margin-top: 80px;
}

.engineering-table table {
  background: none;
}

.engineering-table td {
  font-family: 'gotham_mediumregular', sans-serif;
  font-weight: 600;
  font-size: 25px;
  border-bottom: 2px solid black;
}

.engineering-table tr td:first-child {
  border-right: 2px solid black;
}

.rod-power-container {
  background-image: url("https://cdn.shopify.com/s/files/1/2298/3555/files/SC-engineering-gradient-min.png?11597755273984864287");
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 90%;
}

.rod-power-container h2 {
  font-family: 'gotham', sans-serif;
  font-weight: 600;
  font-size: 35px;
  padding-top: 30px;
  margin-bottom: 10px;
}

.rod-power-container img {
  width: 95%;
}

.rod-power-container p {
  font-family: 'gotham', sans-serif;
  font-weight: 600;
  margin-top: 20px;
  line-height: 20px;
  font-size: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 1026px) {
  .blank-distributors>p {
    width: 70% !important;
  }

  .blank-distributors>a {
    font-size: 14px !important;
  }

  .rod-power-container {
    width: 100%;
  }
}

/* engineering end */

/* culture start */

.timeline-block>img:hover {
  opacity: 1;
}

.header-culture {
  height: 600px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.header-sub-nav-row {
  display: block;
  justify-content: space-between;
}

.header-nav-block {
  display: flex;
  width: 1000px;
}

.header-nav-block:hover {
  opacity: 1;
}

.culture-facilities-content>img:hover {
  opacity: 1;
}

.header-nav-title {
  font-family: 'gotham_mediumregular', sans-serif;
  color: white;
  font-size: 25px;
  font-weight: 200;
  position: absolute;
  top: 35%;
  left: 0px;
  right: 0px;
  text-align: center;
}

.culture-header-title {
  font-family: 'number_23regular', sans-serif;
  text-align: left;
  color: #CBAB3F;
  font-weight: 200;
  font-size: 30px;
  text-transform: capitalize;
  border-bottom: 1px solid #CBAB3F;
  margin-bottom: 10px;
  width: 100%;
}

.culture-header-p {
  font-family: 'gothambook', sans-serif;
  width: 90%;
  line-height: 1.6;
  font-size: 15px;
  display: block;
}

.culture-section-head {
  margin-top: 30px;
  width: 100%;
  margin: 0 auto;
}

.culture-section-head h4 {
  font-family: 'gothambook', sans-serif;
  color: #CBAB3F;
  font-size: 25px;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 0px;
}

.culture-section-head p {
  font-family: 'gothambook', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.facilities-text-block {
  background: url("https://cdn.shopify.com/s/files/1/2298/3555/files/facilities-gradient-bg-min.png?11145358752555606017");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 185px;
}

.facilities-text-block h4 {
  font-family: 'gotham_mediumregular', sans-serif;
  color: #629081;
  padding-top: 10px;
  margin-bottom: 0px;
  margin-left: 15px;
  font-size: 20px;
  font-weight: 200;
}

.facilities-text-block h6 {
  font-family: 'gotham_mediumregular', sans-serif;
  font-size: 12px;
  font-weight: 200;
  margin-top: 0px;
  margin-left: 15px;
  margin-bottom: 10px;
}

.facilities-text-block p {
  font-family: 'gothambook', sans-serif;
  font-weight: 200;
  margin-left: 15px;
  line-height: 1.8;
  padding-bottom: 15px;
}

.facilities-text-block a {
  color: #629081;
}

.timeline-container {
  width: 100%;
  height: 20%;
}

.timeline-line {
  height: 6px;
  width: 100%;
  background: #629081;
  border-radius: 5px;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}

.timeline-dot {
  width: 20px;
  height: 20px;
  background: #629081;
  border-radius: 15px;
  position: absolute;
  top: -7px;
  left: 0px;
  border: 3px solid white;
  cursor: pointer;
}

.timeline-dot:before {
  content: '';
  width: 10px;
  height: 10px;
  background: white;
  position: absolute;
  border-radius: 100%;
  top: 2px;
  left: 2px;
  display: none;
}

.timeline-dot-hover {
  border: 3px solid #ECC84B;
}

.block-hide {
  display: none;
}

.timeline-date-row {
  width: 100%;
}

.timeline-date-row p {
  font-family: 'number_23regular', sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  margin-left: 120px;
  display: inline-block;
}

.timeline-date-row p:first-of-type {
  margin-left: 10px !important;
}

.timeline-date-row p:last-of-type {
  float: right;
  margin-right: 10px;
}

.timeline-date {
  font-family: 'number_23regular', sans-serif;
  font-size: 17px;
  font-weight: 600;
  z-index: 2;
  position: absolute;
}

.timeline-block {
  border: 1px solid #CBAB3F;
  padding: 10px;
  width: 40%;
}

.timeline-1948 {
  margin-left: 10px;
}

.timeline-block h4 {
  font-family: 'gotham', sans-serif;
  font-size: 18px;
  margin-left: 10px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0px;
}

.timeline-block p {
  font-family: 'gothambook', sans-serif;
  font-size: 13px;
  margin-top: 0px;
  padding-bottom: 10px;
  margin-left: 10px;
}

#block-1955 {
  margin-left: 100px;
}

/* culture mobile start */

@media screen and (max-width: 1026px) {
  .product-item {
    padding-top: 20px !important;
  }

  .header-culture {
    height: 350px !important;
  }

  .culture-header-container {
    display: block;
    width: 100%;
  }

  .header-sub-nav-row {
    display: block;
  }

  .timeline-block {
    display: none;
  }
}

/* culture mobile end */

/* culture end */

/* dealer locator start */

.dealer-input-wrapper {
  width: 80%;
  margin: 0 auto;
  margin-top: 80px;
  padding-top: 40px;
  border-top: 2px solid #CBAB3F;
}

.dealer-label {
  display: block;
  font-family: 'gothambook', sans-serif;
  font-weight: 200;
  font-size: 15px;
}

.dealer-input {
  width: 100%;
}

.dealer-input:last-of-type {
  width: 70%;
  margin-right: 20px;
}

#dealer-submit {
  background-color: #629081;
  color: white;
  border: none;
}

#dealer-submit:hover {
  background-color: black;
}

#map {
  width: 100%;
  height: 600px;
}

.results-container {
  border-bottom: 1px solid #CBAB3F;
  border-top: 1px solid #CBAB3F;
  padding: 30px 0 30px 0;
}

.results-title {
  font-family: 'gotham_mediumregular', sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
  color: #629081;
}

.results-p {
  font-family: 'gothambook', sans-serif;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 15px;
  margin-left: 20px;
}

#dealer-directions {
  background-color: #629081;
  color: white;
  border: none;
  margin-left: 20px;
}

#dealer-directions:hover {
  background-color: black;
}

.blank-distributors {
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 140px;
}

.blank-distributors h3 {
  font-family: 'number_23regular', sans-serif;
  font-weight: 200;
  color: #CBAB3F;
  font-size: 30px;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.blank-distributors p {
  font-family: 'gotham_mediumregular'sans-serif;
  line-height: 20px;
  font-size: 15px;
  width: 25%;
  padding-bottom: 20px;
  margin: 0 auto;
  text-align: center;
}

.blank-distributors a {
  font-family: 'gotham_mediumregular', sans-serif;
  font-size: 15px;
  font-weight: 200;
  text-transform: uppercase;
  font-style: italic;
  color: #629081;
}

.blank-distributors a:hover {
  color: black;
}

/* dealer locator end */

/* contact start */

.contact-logo-img:hover {
  opacity: 1 !important;
}

#icf_contact_form {
  width: 60% !important;
  margin: 0 auto !important;
}

#page-header {
  display: none;
}

#icf-placeholder .header {
  display: none;
}

#icf-placeholder p {
  display: none;
}

.contact-head-p {
  font-family: 'gothambook', sans-serif;
  margin: 0 auto;
  display: block;
  width: 40%;
  line-height: 20px;
  font-size: 15px;
}

div.input input {
  width: 60%;
}

#question_99 {
  width: 100%
}

div.input:last-of-type input {
  width: 20%;
  background-color: #629081;
  color: white;
}

div.input:last-of-type input:hover {
  width: 20%;
  background-color: black;
  color: white;
}

@media screen and (max-width: 1026px) {
  #icf_contact_form {
    width: 100%;
  }

  div.input input {
    width: 100%;
  }

  #question_99 {
    width: 100%
  }

  .contact-head-p {
    font-family: 'gothambook', sans-serif;
    margin: 0 auto;
    display: block;
    width: 85% !important;
    line-height: 20px;
    font-size: 15px;
  }

  div.input:last-of-type input {
    width: 100% !important;
    background-color: #629081;
    color: white;
  }
}

.contact-head {
  width: 110%;
  background-image: url("https://cdn.shopify.com/s/files/1/2298/3555/files/contact-head-trans-img.png?15878830267228728022");
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-form-head {
  color: #629081;
  font-family: 'gothambook', sans-serif;
  font-weight: 200;
  font-size: 25px;
  text-transform: capitalize;
}

.contact-form-head-p {
  font-family: 'gothambook', sans-serif;
  line-height: 18px;
  text-transform: capitalize;
}

.contact-form {
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: 2px solid #CBAB3F;
  border-bottom: 2px solid #CBAB3F;
}

/* contact end */

/* factory store start */

.factory-title {
  font-family: 'number_23regular', sans-serif !important;
  color: #CBAB3F !important;
  text-transform: capitalize !important;
  font-weight: 400 !important;
}

.factory-title:before,
.factory-title:after {
  background-color: #cbac40 !important;
  content: "";
  display: inline-block !important;
  height: 2px !important;
  position: relative !important;
  vertical-align: middle !important;
  width: 15% !important;
}

.factory-store-img {
  display: block;
  margin: 0 auto -40px auto;
}

.factory-store-img:hover {
  opacity: 1 !important;
}

.factory-store {
  width: 100%;
  height: 100%;
  background: url("https://cdn.shopify.com/s/files/1/2298/3555/files/factory-store-bg-min.png?14061779996485291541");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.factory-store-img {
  display: block;
  margin: -160px auto 0px auto;
}

.factory-store-head {
  font-family: 'gotham', sans-serif;
  font-weight: 800;
  font-size: 100px;
  text-align: center;
  color: #629081;
  margin: -50px auto 0px auto;
}

.factory-store-sub-head {
  font-family: 'NorthwellAlt', sans-serif;
  font-size: 90px;
  text-align: center;
  margin: -30px auto 15px auto;
  text-transform: capitalize;
}

.factory-store-body-container {
  width: 65%;
  margin: 0 auto;
}

.factory-store-body-container:after,
.factory-store-body-container:before {
  background-color: #cbac40;
  content: "";
  display: block;
  height: 2px;
  position: relative;
  margin: 0 auto;
  vertical-align: middle;
  width: 100%;
}

.factory-store-body {
  font-family: 'gothambook', sans-serif;
  font-size: 16px;
  width: 100%;
  margin: 20px auto 10px auto;
}

.factory-store-body a {
  color: #629081;
  text-decoration: underline;
}

.factory-store-btn {
  font-family: 'gotham', sans-serif;
  font-weight: 200;
  background-color: #629081;
  color: white;
  border: none;
  text-align: center;
  display: block;
  margin: 0px auto 30px auto;
}

.factory-store-hours {
  width: 30%;
  margin: 0 auto;
}

.factory-store-hours h4 {
  font-family: 'gotham', sans-serif;
  font-size: 20px;
  font-weight: 800;
  margin: 20px auto 20px auto;
  text-align: center;
}

.hours-row {
  border-bottom: 1px solid rgba(128, 128, 128, .5);
  margin-bottom: 5px;
}

.hours-day,
.hours-time {
  font-family: 'gothambook', sans-serif;
  font-size: 18px;
}

.hours-day {
  float: left;
}

.hours-time {
  float: right;
}

.factory-store-hours p {
  font-family: 'gothambook', sans-serif;
  font-size: 14px;
  font-weight: 200;
  color: #5A5A58;
  margin-top: 15px;
}

@media screen and (max-width: 1026px) {
  .factory-store-img {
    display: block;
    margin: -80px auto 0px auto;
  }

  .factory-store-head {
    font-family: 'gotham', sans-serif;
    font-weight: 800;
    font-size: 35px;
    text-align: center;
    color: #629081;
    margin: -20px auto 0px auto;
    white-space: nowrap;
  }

  .factory-store-sub-head {
    font-family: 'NorthwellAlt', sans-serif;
    font-size: 35px;
    text-align: center;
    margin: 0px auto 15px auto;
    text-transform: capitalize;
  }

  .factory-store-body-container {
    width: 95%;
    margin: 0 auto;
  }

  .factory-store-body-container:after,
  .factory-store-body-container:before {
    background-color: #cbac40;
    content: "";
    display: block;
    height: 2px;
    position: relative;
    margin: 0 auto;
    vertical-align: middle;
    width: 100%;
  }

  .factory-store-body {
    font-family: 'gothambook', sans-serif;
    font-size: 16px;
    width: 100%;
    margin: 20px auto 10px auto;
  }

  .factory-store-btn {
    font-family: 'gotham', sans-serif;
    font-weight: 200;
    background-color: #629081;
    color: white;
    border: none;
    text-align: center;
    display: block;
    margin: 10px auto 30px auto;
  }

  .factory-store-hours {
    width: 95%;
    margin: 0 auto;
  }

  .factory-store-hours h4 {
    font-family: 'gotham', sans-serif;
    font-size: 20px;
    font-weight: 800;
    margin: 20px auto 20px auto;
    text-align: center;
  }

  .hours-row {
    border-bottom: 1px solid rgba(128, 128, 128, .5);
    margin-bottom: 5px;
  }

  .hours-day,
  .hours-time {
    font-family: 'gothambook', sans-serif;
    font-size: 18px;
  }

  .hours-day {
    float: left;
  }

  .hours-time {
    float: right;
  }

  .factory-store-hours p {
    font-family: 'gothambook', sans-serif;
    font-size: 14px;
    font-weight: 200;
    color: #5A5A58;
    margin-top: 15px;
  }
}

/* factory store end */

/* product page start */

@media screen and (max-width: 650px) {
  .guide-prod {
    margin-left: 0px;
  }

  .rod-chip {
    overflow: hidden;
    height: 80px;
    width: fit-content;
  }
}

.nav-links-product {
  font-family: 'gotham_mediumregular', sans-serif;
  font-size: 14px;
  color: #202125;
  display: inline-block;
  cursor: pointer;
  margin-right: 3%;
  padding-bottom: 0px;
  -webkit-transition: all .0s ease-in-out;
  transition: all .0s ease-in-out;
}

.quantity-container {
  /* margin: 30px auto 0px auto; */
  display: block;
  text-align: center;
}

.quantity-container label {
  display: inline-block;
}

.addtocart {
  width: auto;
  display: block;
  margin-bottom: 0px;
  margin-top: 15px;
  margin-left: 0px;
}

@media screen and (max-width: 1200px) {
  .addtocart {
    margin: 15px auto;
  }
}

.quantity-container #quantity {
  width: 60px !important;
}

html,
body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

.quantity-container {
  margin: 20px auto 0px auto;
  white-space: nowrap;
}

.nav-links-product {
  font-family: 'gotham_mediumregular', sans-serif;
  font-size: 14px;
  color: #202125;
  display: inline-block;
  cursor: pointer;
  margin-right: 3%;
  margin-left: 40px;
  padding-bottom: 0px;
  -webkit-transition: all .0s ease-in-out;
  transition: all .0s ease-in-out;
}

.nav-links-product>a:hover {
  color: #629081;
}

.product-link-map {
  float: left;
}

.product-map-link a {
  font-family: 'gotham', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
}

.product-map-link a:first-of-type {
  margin-left: 40px;
}

.product-map-link a:last-of-type {
  color: #CBAB3F;
}

.product-map-link a:hover {
  color: #CBAB3F;
}

.product-map-link span {
  font-size: 15px;
  padding: 0 8px 0 8px;
}

.product-img {
  display: none;
}

.product-img:first-of-type {
  display: block !important;
  margin: 0 auto;
  width: 100%;
  margin-top: 40px;
}

.product-img-fedex {
  display: block;
  margin: 0 auto;
  width: 60%;
  margin-top: 40px;
}

.product-imgs-wrapper {
  width: 100%;
  margin-top: 40px;
}

.product-img-alt {
  display: inline;
  margin: 0 auto;
  width: auto;
  padding-right: 10px;
}

.product-filter-wrapper {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

#product-divider {
  width: 100%;
  height: 10px;
  margin-top: 50px;
}

.product-description {
  font-family: 'gotham', sans-serif;
  line-height: 20px;
  font-size: 15px;
  width: 90%;
  margin-right: 20px;
}

.product-tabs ul {
  border-bottom: 1px solid black;
  padding-left: 3px;
}

.product-tabs ul li {
  display: inline;
  margin-left: -4px;
  padding: 5px 15px 4px 15px;
  font-family: 'gotham_mediumregular', sans-serif;
  font-size: 15px;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

.product-tabs ul li:hover {
  cursor: pointer;
}

.tab-content ul li {
  font-family: 'gothambook', sans-serif;
  font-size: 12px;
  display: block;
  border: none;
  margin-top: 0px;
  margin-bottom: 0px;
}

.tab-link {
  font-family: 'gothambook', sans-serif;
  line-height: 15px;
  font-size: 15px;
}

.tab-active {
  background-color: #BFAC64;
  color: white;
}

.product-list-tabs ul .tab-active {
  background-color: #BFAC64;
  color: white;
}

.tab-content {
  display: none;
}

.tab-content p {
  font-family: 'gothambook', sans-serif;
  line-height: 18px;
  margin-bottom: 10px;
}

.tab-content.tab-open {
  display: block;
}

.product-logo-container {
  width: 60%;
  margin: 20px auto 20px auto;
}

.product-logo-container img {
  display: block;
  margin: 0 auto;
}

.product-btn {
  position: relative;
  display: block;
  font-family: 'gotham_mediumregular', sans-serif;
  font-size: 12px;
  font-weight: 200;
  margin: 0 auto;
  border: none;
  background-color: #C6AD53;
  color: white;
}

.customize-related {
  font: 600 30px 'gotham';
  text-align: center;
}

.related-title {
  font-family: 'gotham_mediumregular', sans-serif;
  font-weight: 200;
  text-transform: capitalize;
  width: 100%;
  text-align: center;
  font-size: 25px;
  color: #C6AD53;
  margin-top: 60px;
}

.product-bottom>.product-title {
  color: black !important;
  font-family: 'gotham_mediumregular', sans-serif !important;
  font-size: 18px !important;
  font-weight: 200 !important;
  text-transform: capitalize !important;
  display: block;
}

.mb-200 {
  margin-bottom: 200px;
}

.apparel-product-title {
  color: #CBAB3F !important;
  font-family: 'number_23regular', sans-serif !important;
  font-size: 35px !important;
  font-weight: 200;
  text-transform: capitalize;
  display: block;
  width: 60%;
  line-height: 1;
  padding-bottom: 20px;
}

.apparel-product-image {
  height: auto;
  width: 300px;
}

.apparel-variant-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
  margin-left: 30px;
}

.apparel-variant-option {
  text-align: center;
  margin: 0 auto;
  flex-basis: 30%;
  display: inline-block;
}

.apparel-variant-option>h5 {
  font-family: 'gotham_mediumregular', sans-serif;
  font-weight: 200;
  margin-bottom: 10px !important;
  display: inline-block;
}

.apparel-variant-option>select {
  width: 110px;
  margin: 0 auto !important;
}

.apparel-product-cart-add {
  margin-top: -10px;
}

.apparel-product-cart-add input:last-of-type {
  background-color: #C6AD53;
  color: white;
  margin-top: 30px;
  margin-left: 20px;
}

.apparel-product-cart-add input:last-of-type:hover {
  background-color: black;
}

.products-grid .owl-item .grid-item {
  width: 100%;
  max-height: auto;
}

.apparel-cart-btn {
  margin: 30px auto 0px 20px;
  display: inline-block;
}

/* product page mobile start */

/* apparel and access list mobile */

@media screen and (max-width: 1200px) {
  .apparel-product-cart-add input:last-of-type {
    margin: 20px auto;
    width: 100%;
  }

  .apparel-variant-container {
    display: block;
    width: 100%;
    margin-top: 20px;
  }

  .apparel-cart-btn {
    margin: 0 auto;
    display: block;
  }

  .apparel-variant-option {
    text-align: center;
    margin: 0 auto;
    display: block;
  }

  .product-btn-container {
    width: 100%;
  }

  .product-img {
    display: block;
    margin: 0 auto;
    width: 100% !important;
    margin-top: 40px;
  }

  .product-btn {
    display: block !important;
    position: relative !important;
    font-family: 'gotham_mediumregular', sans-serif !important;
    font-size: 12px !important;
    font-weight: 200 !important;
    margin: 0 auto !important;
    border: none !important;
    background-color: #C6AD53 !important;
    color: white !important;
  }

  .nav-links-product {
    font-family: 'gotham_mediumregular', sans-serif;
    font-size: 12px !important;
    color: #202125;
    display: inline-block;
    cursor: pointer;
    margin-right: 0px !important;
    margin-left: 5px !important;
    padding-bottom: 0px;
    -webkit-transition: all .0s ease-in-out;
    transition: all .0s ease-in-out;
  }
}

/* product page mobile end */

/* product page end */

/* search page start */

a.wishlist:hover {
  color: unset !important;
}

#product- {
  padding-top: 100px !important;
}

.search-result {
  display: block !important;
}

.search-item {
  background-color: none !important;
}

.search-results li {
  /*make !important*/
  display: block;
  width: 100%;
  height: auto !important;
  margin: 0;
  padding: 0;
  border-top: 1px solid #d4d4d4;
  overflow: hidden;
  align-items: center;
  font-size: 12px;
}

.search-results li:hover {
  background-color: #629081 !important;
}

.search-results>li:hover>.search-result>.col-md-12:last-of-type>span {
  color: white !important;
}

.search-results .title {
  width: 100%;
  display: block !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-align: center !important;
  float: none !important;
  background-color: none !important;
}

.auto-search-row {
  padding-left: 0px;
  padding-right: 0px;
}

.regular-product {
  font-family: 'gothambook', sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.wishlist span:hover {
  color: #629081 !important;
}

@media screen and (max-width: 1026px) {
  .search-results {
    left: -100px !important;
    top: 50px !important;
    height: 250px !important;
    overflow: scroll !important;
  }

  .search-result-image {
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 5px !important;
  }

  .search-result-image .product-list-thumb {
    max-width: none !important;
  }
}

/* search page end */

/* news letter start */

.news-letter-head {
  width: 100%;
  margin-top: -30px;
  background: url("https://cdn.shopify.com/s/files/1/2298/3555/files/news-letter-trans-head-min.png?12819481489070205171");
  background-size: cover;
  background-repeat: no-repeat;
}

.news-letter-head p {
  font-family: 'gothambook', sans-serif;
  font-weight: 200;
  font-size: 16px;
  width: 50%;
  line-height: 2;
  padding: 30px 0 30px 0;
  margin: 30px auto 30px auto;
}

#news-letter-select {
  width: 20%;
  margin: 0 auto;
  display: block;
}

.news-letter-title {
  font-family: 'gothambook', sans-serif;
  color: #629081;
  font-size: 30px;
  text-align: center;
}

.news-letter-title-date {
  font-family: 'gothambook', sans-serif;
  font-weight: 200;
  font-size: 18px;
  color: #cbac40;
  text-align: center;
}

.news-letter-title-date:before,
.news-letter-title-date:after {
  background-color: #cbac40;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 4%;
}

/* news letter end */

/* press room start */

.press-col:first-of-type {
  border-right: 2px solid #cbac40;
}

.press-head {
  font-family: 'gothambook', sans-serif;
  font-size: 30px;
  font-weight: 200;
  color: #cbac40;
  margin-bottom: 10px;
  text-align: center;
}

.press-p {
  font-family: 'gothambook', sans-serif;
  padding-bottom: 30px;
  display: block;
  width: 70%;
  margin: 0 auto;
}

.press-download-logo {
  font-family: 'gotham_mediumregular', sans-serif;
  text-decoration: underline;
  cursor: pointer;
  color: #629081;
}

.press-select {
  width: 35%;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

.press-select-head {
  font-family: 'gotham_mediumregular', sans-serif;
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 1026px) {
  .press-p {
    width: 100% !important;
  }
}

/* press room end */

/* customer service start */

.contact-block-container {
  margin: 0 auto;
  width: auto;
  margin-bottom: 60px;
  margin-top: 350px;
}

.contact-block-container img {
  display: block;
  margin: 0 auto;
}

.contact-block-container h2 {
  font-family: 'gotham', sans-serif;
  font-weight: 800;
  font-size: 45px;
  text-align: center;
  color: white;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  line-height: 320px;
}

.contact-us-container {
  background-image: url(https://cdn.shopify.com/s/files/1/2298/3555/files/contact-us-block-min.png?2671187745925861154);
  background-size: cover;
  height: 250px;
  font-family: 'gotham', sans-serif;
}

.cs-modal-bg {
  background-color: rgba(225, 227, 231, .9);
}

.cs-form-border {
  border-bottom: 2px solid #cbac40;
  ;
}

.cs-form-address .col-md-12 p:first-of-type {
  font-family: 'gothambook', sans-serif;
  font-weight: 200;
  font-size: 24px;
  color: #629081;
  margin-bottom: 10px;
}

.cs-form-address .col-md-12 p:last-of-type {
  font-family: 'gothambook', sans-serif;
  font-weight: 200;
  font-size: 15px;
  line-height: 18px;
}

.cs-form-address .col-md-12 p:last-of-type span {
  display: inline-block;
  margin-top: 15px;
}

.cs-comments {
  margin-top: -50px;
}

.cs-form .col-sm-12:last-of-type button:first-of-type {
  float: left;
  background-color: #629081;
  color: white;
}

.cs-form .col-sm-12:last-of-type button:first-of-type:hover {
  float: left;
  background-color: black;
  color: white;
}

.cs-form .col-sm-12:last-of-type button:last-of-type {
  float: right;
}

.cs-form .col-md-12 button {
  display: inline-block;
  width: 100%;
  font-family: 'gothambook', sans-serif;
  background-color: #629081;
  color: white;
}

.center-body {
  width: 100%;
  height: 100%;
  background: url("https://cdn.shopify.com/s/files/1/2298/3555/files/customer-center-bg-min.png?8240267198687085238");
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat
}

/* customer service mobile start */

@media screen and (max-width: 700px) {
  .customer-head-caption {
    width: 95% !important;
  }

  .contact-block-container {
    margin-top: 100px;
  }
}

/* customer service mobile end */

/* customer service end */

/* cart start */

#offerModal {
  background-color: rgba(0, 0, 0, 0) !important;
}

.offer-modal-header {
  height: auto;
}

.offer-modal-title {
  padding: 30px 15px;
}

.offer-modal-body {
  padding-top: 25px;
  font-size: 32px;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.offer-modal-caption {
  margin: 0 auto;
  padding: 0;
  font-size: 12px;
}

#shopify-section-cart-template {
  margin-bottom: 40px;
}

#shopify-section-cart-template h1 {
  font-size: 30px !important;
  font-family: 'gotham_mediumregular', sans-serif;
  font-weight: 200;
}

#shopify-section-cart-template a {
  font-size: 20px !important;
  font-family: 'gotham_mediumregular', sans-serif;
  font-weight: 200;
}

.checkout-btn {
  background-color: #629081 !important;
  border: 1px solid black !important;
}

.checkout-btn:hover {
  background-color: black !important;
}

.cart-row {
  margin-top: 77px !important;
}

.size small {
  font-size: 15px !important;
  margin-left: 0px !important;
}

.cart-rod-img {
  padding-right: 0px !important;
  width: auto !important;
}

.cart-apparel-img {
  padding-right: 0px !important;
  width: auto !important;
}

.product-details {
  margin-top: 40px;
}

/* cart end */

.cart-drop-item {
  display: block;
  width: 100% !important;
  border: none !important;
}

.mini-products-list {
  display: block;
  clear: both;
  margin-bottom: 0;
  padding: 0;
  max-height: none !important;
  height: auto !important;
  overflow-y: auto;
}

/* collection filters start */

.collection-filters-container {
  /*
    
  */
  text-align: center;
  margin: 0px 0px 10px 0px;
  margin-top: 0px !important;
  font-size: 12px;
  display: block;
}

.cf-title {
  font-family: 'gotham_mediumregular', sans-serif !important;
  display: inline-block;
  /* to have filters separated one per line, change "inline-block" to "block" */
  margin: 0px 5px 0px 24px;
  font-size: 12px;
  /* 
    text-transform: uppercase; 
    margin: 20px 0px 0px 0px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 6px;
  */
}

.cf-options-container {
  /* optional, restrict height of available options to a scrollable container */
  /*
    display: block;
    max-height: 360px; 
    overflow: auto;
  */
}

@media screen and (max-width: 425px) {
  .cf-select {
    font-size: 10px;
    padding-left: 0;
  }
}

.cf-select {
  display: inline-block;
  /* to have filters separated one per line, change "inline-block" to "block" */
  width: 12em;
  margin-right: 1em;
  float: none !important;
  height: 40px;
  /*background: transparent url(https://cdn.shopify.com/s/files/1/0653/0119/t/1/assets/select.png) no-repeat right;*/
  /*border-radius: 15px;*/
  padding: 2px 2px 2px 17px;
  /*color: #000;
    background-color: #dedede;*/
  border: solid 1px #d3d2d2;
  font-family: 'gotham_mediumregular', sans-serif;
  /*border: 0px solid;*/
  /*box-shadow: none;*/
  /*background-image: none;*/
  /*-webkit-appearance: none;*/
  /*  vertical-align: middle;*/
  /*
    background-color: #000;
    border-color: #000;
    color: #ffffff;
    padding: 0px;  
    margin-left: 4em;
  */
}

.cf-checkbox,
.cf-radio {
  /*display: none !important;*/
  padding: 0;
  /*margin: 0 !important;*/
  vertical-align: bottom;
  position: relative;
  top: -6px;
}

/* individual checkbox labels */

.collection-filters-container label span {
  font-weight: normal;
  opacity: 0.8;
}

.collection-filters-container label {
  display: block;
  /* to have checkboxes on the same line, change "block" to "inline-block" */
  margin: 0px 6px 6px 0px;
  cursor: pointer;
  font-weight: normal;
}

/*
  .collection-filters-container label { 
    margin: 0px;
    padding: 10px 0px 10px 10px;
    background-color: #fff;
  }
  .collection-filters-container label:nth-child(even) { 
    background: #fafafa;
  }
  */

.cf-checkbox:checked+span {
  font-weight: bold !important;
  opacity: 1;
  /* color: #000000; */
}

.cf-radio:checked+span {
  font-weight: bold !important;
  opacity: 1;
  /* color: #000000; */
}

.cf-mobile-only {
  display: none;
}

.filter-clear {
  display: block;
  margin: 0 auto;
  background-color: #C3C0AF;
  color: #121B18;
  border: 0px;
  transition: 0.3s;
}

.filter-clear:hover {
  margin: 0 auto;
  background-color: #c1aa4a;
  color: #121B18;
  border: 0px;
}

.filter-clear>a {
  font: 18px 'gotham_mediumregular';
  transition: 0s;
}

/* mobile */

@media (max-width: 1200px) {
  .cf-title {
    display: none;
    /* to have filters separated one per line, change "inline-block" to "block" */
    font-weight: bold;
    margin: 2px 5px 0px 0px;
  }

  .cf-select {
    display: block;
    /* to have filters separated one per line, change "inline-block" to "block" */
    width: 100%;
    max-width: none;
  }

  .cf-desktop-only {
    display: none;
  }

  .cf-mobile-only {
    display: block;
  }
}

/* newsletter (blog list page) start */

.blog-body-container {
  background: url("https://cdn.shopify.com/s/files/1/2298/3555/files/background-min.jpg?10044142240560637133");
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
  margin-top: -30px;
}

.blog_author {
  display: none;
}

.blog-list-item {
  display: block;
}

.blog-list-item h1 {
  font: 500 22px gotham !important;
  display: inline-block;
  float: right;
  line-height: 1;
  text-align: right;
  margin-bottom: 5px;
}

.post-headline {
  padding: 0;
}

.blog-author {
  display: inline-block;
  float: right;
  clear: right;
}

.post-picture {
  float: left;
}

div.button {
  width: 30%;
  display: block;
}

div.button>a {
  font: 600 14px/19px gotham !important;
  color: white !important;
  text-align: center;
  margin: 0 auto;
  background-color: #629081 !important;
  border: none !important;
}

.post-excerpt {
  text-align: right;
  clear: right;
  float: right;
}

/* blog list item 2 style start */

.blog-list-item-2 {
  display: block;
}

.blog-list-item-2>.post-headline>h1 {
  font: 500 22px gotham !important;
  display: inline-block;
  float: left;
  line-height: 1;
  text-align: left;
  margin-bottom: 5px;
}

.blog-list-item-2>.post-picture-container {
  float: right;
}

.blog-list-item-2>.post-headline>p.blog-author {
  display: inline-block;
  float: left;
  clear: left;
}

.blog-list-item-2>.post-headline>.post-excerpt>span {
  clear: left;
  float: left;
  text-align: left;
}

/* blog list item 2 style end */

/* news letter mobile start */

@media screen and (max-width: 1026px) {
  .news-letter-head>p {
    width: 95% !important;
    text-align: center;
  }

  .blog-body-container {
    width: 100% !important;
  }

  .post-headline h1 {
    text-align: center !important;
    float: none !important;
  }

  .blog-author {
    display: block !important;
    text-align: center !important;
    float: none !important
  }

  .post-excerpt {
    text-align: left !important;
    float: none !important;
  }
}

/* news letter mobile end /*
  /* newsletter (blog list page) end */

/* ROD BLANKS START */

.rod-blank-cover {
  margin: 60px auto 0px auto;
  display: block;
}

.rod-blank-cover:hover {
  opacity: 1 !important;
}

.rod-blanks-header {
  width: 60%;
  margin: -60px auto 0 auto;
}

.blanks-header>h5 {
  font-family: gotham;
  font-size: 24px;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.blanks-header>p {
  font-family: 'gotham_mediumregular',
    sans-serif;
  display: block;
  font-size: 14px;
  width: 80%;
  margin: 20px auto 0 auto;
}

.blanks-list {
  margin-top: 10px;
  padding-top: 15px;
  list-style-type: 0;
  padding: 0
}

.blanks-list>li {
  font-family: 'gotham_mediumregular';
  font-size: 14px;
  margin: 0;
}

#blanks-shop {
  display: block;
  color: white;
  border: none;
  margin: 0 auto;
  background-color: #628F81;
  font-family: gotham;
  font-size: 16px;
  padding: 20px 50px;
}

#blanks-shop:hover {
  background-color: black;
}

.blanks-btm-img {
  display: block;
  margin: 0 auto;
}

.prop-link {}

.prop-link:hover {
  cursor: pointer;
}

/* get hooked up promo */

#hooked-up-promo {
  background: url('https://cdn.shopify.com/s/files/1/2298/3555/files/water-min.png?2401');
  background-size: cover;
  padding: 0 15px;
  margin-top: 45px;
}

#hooked-up-promo>h1 {
  color: white;
  font-family: 'gotham_mediumregular';
  text-align: center;
  font-size: 60px;
  margin: 0 auto;
  padding: 60px auto !important;
  padding-top: 20px !important;
}

#hooked-up-promo>button {
  background-color: #BF9722;
  color: white;
  padding: 15px;
  font-family: 'gotham_mediumregular';
  display: block;
  margin: 40px auto 40px auto;
}

#hooked-up-promo>button:hover {
  background-color: black;
}

#hooked-up-promo>h4 {
  color: #BF9722;
  text-align: center;
  margin: 0 auto;
  font-size: 30px;
  font-family: 'number_23regular';
}

#hooked-up-promo>p {
  color: white;
  font-family: 'gotham_mediumregular';
  padding-bottom: 60px;
  text-align: center;
  margin: 0 auto;
  font-size: 22px;
}

#logo-section {
  background: url('https://cdn.shopify.com/s/files/1/2298/3555/files/birch-min.png?2412');
  background-size: cover;
}

.promo-logo {
  width: 60%;
  display: block;
  margin: 15px auto;
}

#logo-section>img {
  display: block;
  /* padding: 20px auto !important; */
}

#promo-footer {
  background-color: black;
  padding: 60px 15px;
}

p.enter {
  font-family: 'NorthwellAlt';
  color: #BF9722;
  font-size: 80px;
  text-align: center;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 30px;
  line-height: 1;
}

ol.instructions {
  padding: 0;
}

ol.instructions>li {
  color: white;
  font-family: 'gotham_mediumregular';
}

p.note {
  color: #7E8890;
  font-style: italic;
}

p.rules {
  padding: 40px 0 0 0;
  color: #7E8890;
  font-style: italic;
}