/*!
Theme Name: cataloochee
Theme URI: http://cataloochee.me/
Author: codeoptime
Author URI: http://codeoptime.me/
Description: cataloochee is custom theme based on Acf.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cataloochee
Tags: custom-background, custom-logo, custom-menu, featured-images

*/



/* for model on expirience pagr */

/* .trigger{
    text-align: center;
  padding: 7px 13px;
  background: #3e3e3e;
  color: #fff;
  font-size: 15px;
  outline: none;
  border: none;
  border-radius: 5px;
  font-family: cursive;
} */

.cataloochee_header__inner .cataloochee_header_btn .header-cart-link {
  margin-right: 20px; 
  background: white; 
  padding: 10px;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .cataloochee_header__inner .cataloochee_header_btn .arrow_btn_link {
    display: none;
  }
  .cataloochee_header__inner .cataloochee_header_btn .header-cart-link {
    margin-right: 0px; 
  }
  .cataloochee_header__inner .cataloochee_header_btn {
    width: 25% !important;
  }
  .cataloochee_header.sticky_nav .cataloochee_header__inner .cataloochee_logo .cataloochee_sub_logo {
    transform: translateX(35px) !important;
  }
}

#cataloochee_model_activity.modal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.5); */
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
#cataloochee_model_activity .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 1rem 1.5rem;
  width: 100%;
  max-width: 850px;

  border-radius: 0.5rem;
}
#cataloochee_model_activity .modal-content .content_wrraper {
  max-width: 656px;
  margin: 0 auto;
  display: flex;
  grid-gap: 56px;
  align-items: center;
}


#cataloochee_model_activity.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

#cataloochee_model_activity .close-button {
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  right: 50px;
  top: 0;
  z-index: 99;
}


.content_wrraper {
  max-width: 656px;
  margin: 0 auto;
  display: flex;
  grid-gap: 56px;
  width: 100%;
}
.content_wraaper .title_wrrpaer{
  margin-bottom: 20px;
}
.content_wraaper .site-desc p{
 color: #31261D;
}
.image_wraaper{
  width: 30%;
  max-width: 185px;
}
.image_wraaper img{
width: 100%;
}
.content_wraaper {
  width: 70%;
}



.modal-content .slick-prev{
  left: 0px;
  z-index: 99;
}
.modal-content .slick-next{
  right: 0;
  z-index: 99;

}
.modal-content .slick-next svg{
  margin-left: -20px; 
}

.popup_button_wrapper{
  display: flex;
  grid-gap: 18px;
  align-items: center;
  margin-top: 40px;
}

.arrow_btn.form_cancel_btn:after {
  display: none;
}
.arrow_btn.form_cancel_btn {
  padding: 18px 16px;
}
.popup_button_wrapper .gform_footer.top_label{
  margin-top: 0px!important;
}

@media(max-width:767px){
  #cataloochee_model_activity .modal-content .content_wrraper{
    flex-wrap: wrap;
justify-content: center;
text-align: center;
  }
}


/* WOOCOMMERCE SINGLE PAGE */
.product-page .container {
  max-width: 1300px;
  padding-top: 60px;
}
.product-page .woocommerce-breadcrumb {
  
  margin-bottom: 30px;
}
.product-page .product-grid {
  display: flex;
  gap: 50px;
  justify-content: center;
}
.product-page .product-media,
.product-page .product-summary {
  width: 50%;
}
.product-page .woocommerce-product-gallery {
  float: none !important;
  width: 100% !important;
}
/* .product-page .woocommerce-product-gallery ol {
  margin-top: 10px !important;
  display: flex !important;
  gap: 15px !important;
} */
.product-page .product-after {
  margin-top: 120px;
}
.product-page .price,
.product-page form.cart {
  margin-top: 20px;
}
.product-page .price span {
  font-size: 24px !important;
}
.woocommerce .product-page .qty {
  width: auto !important;
  height: 40px !important;
  padding: 10px;
  color: #000;
}
.product-page .woocommerce-tabs {
  margin-top: 80px;
}
.product-page .woocommerce-tabs h2 {
  margin-bottom: 20px;
}
.product-page .woocommerce-tabs .woocommerce-Tabs-panel--description p {
  font-weight: 400 !important;
  margin-bottom: 15px !important;
}
.product-page .single_add_to_cart_button {
  background-color: #5E7461 !important;
}
.product-page table.variations {
  width: inherit !important;
  margin-top: 20px !important;
}
.product-page table.variations th.label {
  padding-right: 15px;
}
.product-page select {
  width: 100% !important;
  height: 40px !important;
  padding-left: 10px;
}
.product-page .stock.in-stock {
  display: none;
}
.woocommerce-product-attributes-item--dimensions,
.woocommerce-product-attributes-item--weight {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .product-page .product-grid {
    flex-direction: column;
    gap: 0px;
  }
  .product-page .product-media,
  .product-page .product-summary {
    width: 100%;
  }
}



/* PRODUCT ARCHIVE PAGE */
.cataloochee_sub_page_hero-section.shop {
  background-position: center 34%;
  min-height: 450px;
}
/* @media screen and (max-width: 1250px) {
  .cataloochee_sub_page_hero-section.shop {
    background-position: center -145px;
  }
} */
.shop-archive .cataloochee_sub_page_hero-section.shop {
  position: relative;
}
.shop-archive .cataloochee_sub_page_hero-section.shop:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.shop-archive .site-hero_title.shop {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  color: #fff;
  z-index: 99;
}
.shop-archive .shop-archive__toolbar {
  margin-top: 80px;
  padding-bottom: 50px;
}
.shop-archive .shop-archive__toolbar .woocommerce-ordering select {
  height: 40px !important;
}
.shop-archive ul.products {
  margin-top: 40px !important;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}
.shop-archive ul.products::before {
  display: none !important;
}
.shop-archive li.product {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  min-height: 415px;
  width: inherit !important;
}
.shop-archive li.product h2 {
  color: #31261D !important;
  font-family: 'interstate-condensed', sans-serif !important;
  text-transform: none !important;
  font-size: 19px !important;
}
.shop-archive li.product a.button {
  width: 156px;
  background-color: #5E7461 !important;
  color: #fff !important;
  font-weight: 400 !important;
}
.shop-archive .shop-archive__pagination a {
  color: #5E7461 ;
}
.archive.woocommerce-shop .home_footer_contact_form.shop .form_cancel_btn {
  display: none !important;
}
table.variations select,
.woocommerce select,
.woocommerce-page select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 40px 10px 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
}

/* Or use margin-bottom on each row except the last */
.variations tr:not(:last-child) th,
.variations tr:not(:last-child) td {
  padding-bottom: 15px;
}


/* CART PAGE */
.cart-page-custom,
.checkout-page-custom {
  max-width: 1200px;
  margin: auto !important;
  padding-top: 100px !important;
}
.cart-return-to-shop-button {
  align-items: center;
  display: flex;
  gap: 5px;
  text-decoration: none;
  color: inherit;
}
.wc-block-cart__submit-container a {
  border: 1px solid #5E7461;
  color: #5E7461;
  text-decoration: none;
}
.wc-block-cart__submit-container a:hover {
  background: #5E7461;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cart-page-custom,
  .checkout-page-custom {
    padding: 30px 15px !important;
  }
}


/* ORDER RECIEVED PAGE */
.woocommerce-order-received .woocommerce-order {
  max-width: 1200px;
  margin: auto !important;
  padding: 60px 15px !important;
}
.woocommerce-thankyou-order-received {
  font-size: 1.2em;
  margin-bottom: 15px;
  font-weight: bold;
}
.woocommerce ul.order_details li {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .woocommerce-order-received .woocommerce-order {
    max-width: 1200px;
    margin: auto !important;
    padding: 30px 15px !important;
  }
}

/* Checkout page */
@container (min-width: 700px) {
  .wc-block-checkout__sidebar {
    top: 120px !important;
  }
}
.wc-block-components-checkout-place-order-button {
  font-size: 1.6rem;
  font-family: array-proportional, serif;
  line-height: 1.4;
  background: #5f7562;
  color: #fff !important;
  border: none !important;
}

.fh-button-flat-green {
  background-color: #5E7461;
  color: #F6F5F4;
  text-decoration: none;
  border: 1px solid #5E7461;
  border-radius: 0px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-size: 1.6rem;
  font-family: array-proportional, serif;
  line-height: 1.4;
  position: relative;
  padding: 15px 25px;
  display: inline-block;
}
.fh-button-flat-green:hover {
  background-color: #434843;
  border-color: #434843;
}