/**
* Theme Name: Teapoz Child
* Description: This is a child theme of Teapoz, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: teapoz
* Version: 1.2.1
*/


button#enquiry-product {
          background: #8cbc4f;
          border: none;
          padding: 14px;
          font-weight: 500;
      }
      
      #product-enquiry {
          max-width: 100%;
          margin: 0 auto;
          width: 100%;
          height: 100%;
          display: none;
          background-color: rgb(0, 0, 0, .5);
          position: fixed;
          top: 0;
          left: 0;
          z-index: 99999;
          overflow-x: hidden;
          overflow-y: auto;
      }
      
      #product-enquiry.modal.modal-show {
          display: block;
      }
      
      #product-enquiry.modal .modal-content {
          padding: 30px;
          background-color: #fff;
          position: relative;
          margin-right: auto;
          margin-left: auto;
          margin-top: 100px;
          margin-bottom: 40px;
          height: fit-content;
          width: 800px;
      }
      
      #product-enquiry.modal .close {
          font-size: 50px;
          display: flex;
          justify-content: end;
          cursor: pointer;
      }
      
      .modal-heading {
          margin-top: 0;
          /* font-family: 'youngserif'; */
          font-weight: 400;
          font-size: 31.25px;
          line-height: 39px;
      }
      .single-product div.product p.price, 
.single-product div.product span.price {
    display: none !important;
}
.product_meta{ display:none; }
.teapoz-social-share{ display:none !important; }
span.woocs_price_code {
    display: none !important;
}


.group-action {
    display: none !important;
}

div#woocommerce_price_filter-1 {
    display: none;
}


.header-1 .site-branding img{
    max-width: 200px;
    width: 100%;
    margin-top: -10px;
    margin-bottom: -15px;
}



@media (min-width: 1024px) {
    .header-1 .site-branding {
        padding-top: 0;
        padding-bottom: 0;
    }
}


.opal-product-tooltipster{
    display: none !important;
}

ul.products li.product .product-caption{
    display: flex;
    margin-top: 0;
}
.product-action .opal-add-to-cart-button{
    top: 0;
}

.main-navigation ul.menu > li.menu-item > a{
    padding: 3.5em 1.5em;
    font-size: 14px;
}

@media (max-width: 1449px) {
    .main-navigation ul.menu > li.menu-item > a{
        padding: 3.5em 1em;
    }
}
@media (max-width: 1366px) {
    .main-navigation ul.menu > li.menu-item > a{
        font-size: 12px;
        letter-spacing: 1px;
    }
}

.wpcf7-not-valid-tip{
    font-size: 13px;
    margin-top: 3px;
}
span.error{
    color: black;
    font-size: 13px;
}
.wpcf7 form .wpcf7-response-output {
    border: 0;
    padding: 0;
    color: red;
    font-size: 15px;
    font-weight: normal;
}
.wpcf7 form.sent .wpcf7-response-output{
    border: 0;
  padding: 0;
  color: green;
  font-size: 15px;
}

#product-enquiry.modal .modal-content{
    max-width: 600px;
    width: 100%;
}
#product-enquiry.modal .modal-content input{
    width: 100%;
}
#product-enquiry.modal .modal-content  .wpcf7-form-control-wrap{
    display: block;
    margin-bottom: 20px;
}
#product-enquiry.modal .modal-content  .wpcf7-form .wpcf7-response-output{
    margin: 0 !important;
}


.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    background-repeat: repeat;
    filter: invert(1) brightness(1);
    background-repeat: no-repeat;
    top: -30px;
    width: 20px;
    right: 0;
    font-size: 0;
}

.menu-mobile-nav-button .teapoz-icon > span{
    height: 3px;
    margin-bottom: 3px;
}
.mobile-nav-close{
    font-size: 36px;
}
.teapoz-mobile-nav .mobile-menu-tab{
    padding: 0 30px;
}
.teapoz-mobile-nav .menu-scroll-mobile{
    padding-top: 50px;
}
.mobile-navigation ul > li.menu-item > a, .mobile-navigation-categories ul > li.menu-item > a{
    font-size: 16px;
    padding: 15px 0;
}
.mobile-navigation ul > li.menu-item, .mobile-navigation-categories ul > li.menu-item {    
    border-bottom: 1px solid #f0f0f0;
}


.product-image.image-main {
    padding-top: 100%;
    position: relative;
  }

  .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
  .product-action{
    margin-left: auto;
  }
  #enquiry-product{
    min-width: 185px;
  }

  .teapoz-product-pagination .product-item .teapoz-product-pagination-content{
    margin-left: 70px;
  }

  @media (max-width: 1023px) {
    #page .site-content {
        margin-top: 30px;
        margin-bottom: 60px;
    }
}
@media (max-width: 1023px) {
    ul.teapoz-products.products:not(.products-list) {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    ul.teapoz-products.products:not(.products-list) {
        grid-template-columns: repeat(1, 1fr);
    }
}


.elementor-cta--skin-classic .elementor-cta__bg-wrapper{
    min-height: 300px;
    max-height: 300px;
}

.elementor-widget-teapoz-image-gallery .grid__item img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}
.elementor-4763 .elementor-element.elementor-element-0a7a5b7 .grid__item a{
    padding-top: 40%;
    border: 1px solid #e4e4e4;
    transition: all ease-in-out .4s;
}
.elementor-widget-teapoz-image-gallery .grid__item a[data-elementor-open-lightbox="yes"]::before{
    background-color: white;
}
.elementor-widget-teapoz-image-gallery .grid__item a[data-elementor-open-lightbox="yes"]::after {
    display: none;
}
.elementor-widget-teapoz-image-gallery .grid__item a[data-elementor-open-lightbox="yes"]:hover{
    opacity: .8;
}

.wpcf7-spinner{
    top: -36px;
}