/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/




/* Product Page Details */
.product-page-info

/* 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;}


/* 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;}
