/*
Theme Name: eStore Pro Child Theme
Theme URI: http://themegrill.com/themes/estore/
Description: Child Theme eStore Pro
Author: ThemeGrill
Author URI: http://themegrill.com
Template: estore-pro
Version: 1.0
*/

/* CSS for custom options - Product Page */
.custom-options-size {width:33%!important;}
#field_wcpa-textarea-1665418363257 {height:162px;}
.wcpa_row wcpa_row_index_4 {height:162px;}

.woocommerce div.product div.images .flex-control-thumbs {display:none;}


#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
	width: 30px;}

/* Custom Sticker Page "X" */ 
#content_10664aacdc909b5 {width: 12px; margin: 17px 0 0 6px;
 padding: 0px!important}

/* Sticker Sales Page Our Process */ 
.process-section .container .heading {text-align: center;}
.process-section .process-steps {    
	display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
  margin: 40px 0px;
  position: relative;}

.process-section .process-steps::before {
	    content: '';
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 998px;
    height: 1px;
    z-index: 0;
    padding: 10px;
    background: linear-gradient(90deg, transparent 5px, black 5px, black 15px, transparent 15px);
    background-size: 10px 2px;
    background-repeat: repeat-x;
}

.process-section .process-steps .step {margin: 0px 20px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    gap: 10px;
}

.process-section .process-steps .step span.number {
	    font-family: 'ClashGrotesk';
    font-size: 26px;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    border: 5px solid #000;
    font-weight: 800;
    color: #000;
    display: flex
;
    justify-content: center;
    align-items: center;
    line-height: normal;
    margin-bottom: 10px;
    background: #fafafa;
    z-index: 1;
	outline: 20px solid #fafafa;}

.process-section .process-steps .step h2.bg-yel {
	font-weight: 600;
    font-size: 22px;
    padding: 6px 15px;
    background: #fdcf1e;
    width: fit-content;
    border-radius: 8px;
    margin: 10px 0px;
}
.process-section button.btn.btn-black {	    width: fit-content;
    margin: 0 auto;
    display: flex
;
}

.postid-11707.woocommerce-page div.product div.images {
    width: 49%!important;
} 
.postid-11707.woocommerce-page div.product div.summary   {
    width: 49%!important;
} 


/* PROCESS FLOW SECTION */ 

.process-flow-section {
    padding: 0px 0px 50px;
    pointer-events: none;
    overflow: hidden; }

  .process-flow-section .headings {
    text-align: center;
    margin-bottom: 40px;  }

  .process-flow-section .headings h1 {
    font-size: 40px;
    margin: 0;
    line-height: normal;
    font-family: "Tomorrow", sans-serif;  }

  .process-flow-section .headings p {
    font-family: "ClashGrotesk", sans-serif;
    margin: 0;
    font-size: 20px;  }

  .process-items {
    display: flex;
    justify-content: center;  }

  .process-items .process-item {
    text-align: center;
    padding: 40px 20px;
    background-color: #F4C430 ;
    border-radius: 20px;
    width: 300px;
    border: 8px solid black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;  }

  .process-items .process-arrow {
    width: 150px;
    position: relative;
    z-index: 1;  }

  .process-items .lottie {
    height: 120px;
    position: relative;
    width: 100%;
    overflow: hidden;  }

  .process-items .lottie lottie-player {
    width: 300px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  }

  .process-items .process-arrow img {
    min-width: 200px;
    position: absolute;
    top: 20%;
    left: -20px;  }

  .process-items .process-arrow.flip img {
    transform: translateY(30%);
    top: inherit;
    bottom: 20%;  }

  .process-items .process-item img {
    width: 100px;  }

  .process-items .process-item h2 {
    margin: 0;
    font-family: "ClashGrotesk", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: normal;  }

  .process-items .process-item p {
    margin: 0;
    line-height: normal;
    font-size: 18px;  }

  @keyframes fadeInFromLeft {
    from {opacity: 0;
			transform: translateX(-30px); }
    to {opacity: 1;
      transform: translateX(0);}
  }  

  @media (max-width: 1200px) {
    .process-flow-section {
        padding: 80px 40px 0px;
    }  }

  @media (max-width: 1024px) {
    .process-items .process-item {
      padding: 20px 20px;
      width: 300px;    }

    .process-items .process-item h2 {
      font-size: 24px;    }

    .process-items .process-item p {
      font-size: 16px;    }

    .process-items .process-arrow img {
      min-width: 160px;    }  }

  @media (max-width: 768px) {
    .process-items .process-item {
      width: 500px;    }

    .process-items .process-arrow {
      width: 50px;    }

    .process-items .process-arrow img {
      top: -10%;
      left: 50%;
      min-width: 120px;
      transform: translateX(-50%);
    }

    .process-items .process-arrow.flip img {
      transform: translateY(0) translateX(-50%);
      top: inherit;
      bottom: -10%;    }  }

  @media (max-width: 600px) {
    .process-flow-section {
      padding: 40px 20px 0px 20px;
    }

    .process-flow-section .headings {
      margin-bottom: 20px;    }

    .process-flow-section .headings h1 {
      font-size: 30px;    }

    .process-flow-section .headings p {
      font-size: 16px;
      line-height: normal;
      margin-top: 4px;    }
    .process-items {
      flex-direction: column;
      align-items: center;
      padding: 0px 50px;    }

    .process-items .process-item {
      width: 100%;    }

    .process-items .process-arrow {
      width: 100%; height: 30px;}

    .process-items .process-arrow img {
      width: 100px;
      left: inherit;
      right: -5px;
      transform: rotate(120deg);
      top: -10px;
      min-width: 80px;}

    .process-items .process-arrow.flip img {
      left: -5px; right: inherit;
      transform: rotate(70deg);
      top: -10px;}

/* Makes dropdown selectors 100% wide in mobile view in product pages */ 	  
#wcpa-select-634733a44bccf, #wcpa-select-1666993354666, #wcpa-select-1666994045138, #wcpa-select-634733a44bcba, #wcpa-select-634733a44bced, #wcpa-select-634733a44bcfc, #wcpa-select-634733a44bd27, #wcpa-select-1673543152758, #wcpa-select-1665417038085, #wcpa-select-1665419589328, #wcpa-select-1665420690472, #wcpa-select-1668120244019, #wcpa-select-1665417231933, #wcpa-select-1665417937363,
#wcpa-select-1665418112637, #wcpa-select-1665418262841, #wcpa-select-1673543307925 {width:100%; padding:0px;} 


}
