


/* TEXT */

:root,
.pcakes-text {
  color:#424242;
}


p a, a {
  color: #8a54a8;
}

nav a {
  color: #ffffff;
}


.info-pages {
  color: #424242;
}

.txtcenter {
  text-align: center;
}

h2 {
  color: #8a54a8;
}
footer h2 {
  color: #ffffff;
}
.footer-block__heading {
  border-bottom: 1px solid #ffffff;
}


.tinytext {
  font-size: 80%;
/*  color: rgb(var(--color-foreground));*/
}

.purpletext {
	color:#8a54a8;	
}
.pinktext {
	color:#e14984;	
}

/* GENERAL */

.hrtoplite {
  border-top: .1rem solid rgba(var(--color-foreground),.08);
  padding-top: 20px;
  width: 100%; 
}

.hrtbtmlite {
  border-bottom: .1rem solid rgba(var(--color-foreground),.08);
  padding-bottom: 20px;
  width: 100%; 
}

.pcakes-grid {
  display: grid!important;
}


.border-btm {
  border-bottom: solid 1px #ffffff;
}

.alert-zapiet {
  display:none;
}

/*  LAYOUT */
@media screen and (min-width: 990px) {
  .page-width--narrow {
    max-width:var(--page-width);
    padding: 0 5rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 750px) {
  .page-width--narrow {
    padding: 0 5rem;
  }
}
  


/* PAGES  */
.pagination-wrapper {
  display: none;
}

.info-pages h2 {
/*  padding-top: 60px;*/
}
.info-pages h3 {
  padding-top: 20px;
}


#shopify-section-template--16656992305394__45d3e66f-a2b7-4b73-bcaa-958680d4c011 .banner__buttons a{
opacity: 1;
}
.content-for-layout .banner__buttons a {
opacity: 1;
}

/* HEADER  */

.miniheadlinks {
  text-align: right;
  padding-right: 15px;
}
.miniheadlinks, .miniheadlinks a {
  font-size: 12px;
  text-decoration: none;
  color: #8a54a8;
}

.miniheadlinks a:hover {
  color: #e14984;
}

@media (max-width: 400px) {
.miniheadlinks-drop {
  display: none;
}
}



/*  ICONS   */
.icon-inline {
  display: inline-flex;
  margin: 0;
}
.svg20 {
	height: 20px;
	width: 20px;
    margin-bottom: -4px !important;
    width: 20px;
    max-width: 20px;
}
.svg90 {
  height: 90px;
  width: 90px;
  max-width: 90px;
}




.pcakes-button-center , .pcakes-button-center:visited {
	display:block;
	border-radius: 4px;
	padding: 25px 0;
	width:90%;
    max-width: 400px;
	text-align:center;
	margin: 40px auto 30px auto;
	background-color:#8a54a8;
	text-decoration: none;
	color: #fff;
  font-family:var(--font-heading-family);
  font-size:120%;
}
.pcakes-button-center:hover {
	background-color: #e14984;
	color: #fff;
	text-decoration: none;
	}



  






	


/* COBROWSE BUTTONS */
    #generate-button {
      height: 46px;
      padding: 10px 16px;
      font-size: 18px;
      line-height: 1.3333333;
      border-radius: 6px;
      background-color: #8a54a8;
      color: #fff;
      outline: none;
      display: inline-block;
      margin: 0 0 5px 0;
      font-weight: normal;
      text-align: center;
      vertical-align: middle;
      touch-action: manipulation;
      cursor: pointer;
      background-image: none;
      border: 1px solid transparent;
      white-space: nowrap;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
    
    #support-code {
        margin: 0;
        padding: 0;
    }
    #support-code p {
/*     height: 46px;*/
      padding: 10px 16px;
      font-size: 18px;
      line-height: 1.3333333;
      border-radius: 6px;
      background-color: #ffffff;
      color: #e14984;
      outline: none;
      display: inline-block;
      margin: 0 0 5px 0;
      font-weight: normal;
      text-align: center;
      vertical-align: middle;
      touch-action: manipulation;
      cursor: pointer;
      background-image: none;
      border: 1px solid transparent;
      /*white-space: nowrap;*/
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    } 



*:focus-visible {
  outline-offset: initial;
  box-shadow: none;
  
}
