a {
    text-decoration: none!important;
}
.black {
    color: #000!important;
}
.printiy-hero:hover {
  cursor: pointer;
}
.size-box-portrait {
  height: 600px;
}
.size-box-landscape {
  height: 400px;
}
.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

body {
    font-family: 'Poppins', sans-serif, serif;
    font-weight: 400;
    color: #262626;
    background-color: #FDF9F7;
}

.container {
    width: 1380px;
    padding-bottom: 200px;
}

.site-wrapper {
    background-color: transparent;
}

.background-alt {
    background-color: #7A9DB1;
    color: white;
}

.background-canvas-app {
    background-color: #0093A2;
    color: white;
}

.background-alt .site-wrapper,
.background-canvas-app .site-wrapper {
    background-color: transparent;
}

.printiy-hero {
    background-image: url('/client/printiy/printiy-header.jpg');
    height: 300px;
    width: 100%;
    background-position: top center;
}

.printiy-hero + svg {
    margin-top: -80px;
    height: 100px;
}

.printiy-header {
    font-size: 80px;
    line-height: 76px!important;
}

.homepage-image {
    width: 500px;
}

.navigation {
    margin-top: 50px;
    text-align: center;
}
.navigation a {
  margin: 20px;
}

.printiy-button {
    background-color: #00A69D;
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 16px;
}

.back-button {
    background-color: #F1B87C;
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 10px;
    font-size: 24px;
}

.next-button {
    background-color: #49A49C;
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 10px;
    font-size: 24px;
    border: none;
}

.printiy-button:visited,
.back-button:visited,
.next-button:visited,
.printiy-button:active,
.back-button:active,
.next-button:active,
.printiy-button:hover,
.back-button:hover,
.next-button:hover {
    color: white;
}

.printiy-button.homepage-button {
    font-size: 30px;
    padding: 19px 40px;
    margin-top: 40px;
}

.product-select-text {
    font-size: 20px;
    font-weight: 500;
    padding:20px;
    margin:10px 0;
}

.standard-title {
    font-size: 55px;
    font-weight: 600;
    text-align: center;
    margin-top: 100px;
}

.title-border {
    height: 10px;
    width: 100px;
    background-color: #00A69D;
    margin: 0 auto;
    margin-top: 50px;
}

.size-box {
    border: 10px solid black;
    position: relative;
}

.box-text {
    margin-top: calc(50%);
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: black;
}

.upload-visual {
    width: 450px!important;
    height: 450px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    background-color: #49A49C;
    /* border: 20px solid black; */
    position: relative;
    cursor: pointer;
}

.upload-visual.download {
    height: auto;
    width: auto;
    display: inline-block;
    margin: 0 auto;
    margin-top: 50px;
    padding: 30px;
    background-color: white;
}

.upload-visual .img {
    background-color: white;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    padding: 25px;
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
}

.slider-wrapper .slider-left {
    display: inline-block;
    width: 30px;
    text-align: left;
    font-size: 15px;
    height: 30px;
    line-height: 23px;
    vertical-align: middle;
}

.slider-wrapper .slider-middle {
    display: inline-block;
    width: calc(100% - 85px);
    height: 30px;
}

.slider-wrapper .slider-right {
    display: inline-block;
    width: 45px;
    text-align: right;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
}

.adjustment-button-option {
    background-color: #0093A2;
    padding: 12px 18px;
    color: white;
    width: 48%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
}

.adjustment-button-option:hover {
    color: white;
}

.adjustment-button-option .fa {
    margin-right: 8px;
}

.adjustment-button {
    background-color: #0093A2;
    padding: 12px 18px;
    color: white;
    display: inline-block;
}

.adjustment-button.small {
    padding: 6px 18px;
    font-size: 12px;
}

.adjustment-button:hover {
    color: white;
}

.adjustment-button .fa {
    margin-left: 10px;
}

.download-button {
    background-color: #00A69D;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    display: inline-block;
    margin-top: 30px;
    padding: 20px;
    padding-top: 15px;
}

.download-button-wrapper .download-button-text {
    margin-top: 20px;
    font-weight: bold;
    display: block;
    font-size: 20px;
}

.printiy-image {
    width: 100%;
    object-fit: contain;
    height: 280px;
    margin-bottom: 40px;
}

@media (max-width: 768px){
  .navigation a {
    margin: 0;
  } 
  .next-button, .back-button {
    font-size: 14px;
    padding: 12px 20px;
  }
}

@media (max-width: 768px){

    .homepage-image {
        width: 100%;
    }
    .printiy-header {
        font-size: 50px;
        line-height: 50px!important;
    }
    
    .size-box-portrait {
      height: 200px;
    }
    .size-box-landscape {
      height: 140px;
      margin-top: 20px;
    }
    
    .printiy-image {
        margin-bottom: 0;
    }
    
    /* .product-select-text {
     border-bottom: thin solid #ddd; 
    } */

}


@media (min-width: 768px) and (max-width: 1200px){

    .printiy-header {
        font-size: 50px;
        line-height: 50px!important;
    }
.size-box-portrait {
      height: 200px;
    }
.size-box-landscape {
      height: 140px;
      margin-top: 20px;
    }
    
}
