/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 div#page {
  background: #ffffff  /*#bedce5*/;
  padding-bottom: 10px;
}
.dropzone {
  border: none !important;
}
section#upload-section {
  width: 100%;
  min-height: calc(100vh - 384px);
}
header#upload-header {
  width: 100%;
}
#upload-header h1 {
  font-size: 2.3rem !important;
  text-align: center;
  width: 100%;
}
#canvas-containe {
  background-color: transparent;
}

.apg-detail-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.title-attribute,
.size-attribute,
.price-attribute {
  text-align: center;
}
.title-attribute {
  align-items: center;
  display: flex;
  color: #0e4ad5;
  font-family: sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  text-align: center;
  width: auto;
  line-height: 1.4;
}
.price-attribute {
  font-weight: 700;
  text-align: right ;
  font-size: 1.4em;
  line-height: 1.3;
}
.size-attribute {
  width: 100%;
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-size: 1.5em;
  line-height: 0.9;
  font-weight: 100;
}

.button-container {
    display: flex;
    justify-content: center;
    text-align: center;
    background: rgb(19, 91, 255);
    margin: 10px auto;
    border-radius: 6px;
    color: #fff;
    width: calc(90%);
    max-width: 460px;
}

/* .woocommerce-cart-form__cart-item.cart_item .product-thumbnail a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
} */

.button-container:hover {
  background: #0b3799;
  cursor: pointer;
}
a.set_attribute {
  color: #fff;
  font-weight: 600;
  padding: 10px;
  width: 100%;
}
a.set_attribute:hover {
  color: #fff;
}


.container.content-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 8.5%;
  padding-right: 8.5%;
}

.frame-container  {

  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  max-width: calc(90vw);
  justify-content: space-around;
  margin: auto;

}

header#top-size {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-bottom: 1px solid rgb(19, 33, 71);
  align-items: center;
  padding: 25px 0px;
  max-width: calc(90vw);
  margin: 0px auto 25px;
}

#kubio .wp-block-kubio-hero {
  height: 300px;
  min-height: auto !important;
}

.konvajs-content {
  position: relative;
  user-select: none;
  width: 100% !important;
  height: auto !important;
  max-width: 900px;
  margin: auto;
}
canvas {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  height: auto !important;
}
.canvas-container {
  display: flex;
  height: auto;
  justify-content: center;
  margin: 0 auto 10px;
  overflow: hidden;
  width: 100%;
  max-width: 90%;
}

.upload-variations {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 799px;
  margin: auto;
  flex-direction: row;
  align-content: center;
}
.upload-variations a {
  align-items: center;
  display: flex;
  background: #86a5e9;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 148px;
  margin: 5px;
  padding: 10px 18px;
  width: 100%;
}
.upload-variations a:hover,
.upload-variations a:focus {
  color: #fff;
}
.upload-variations a.active {
  color: #eee;
  background-color: #0b3799;
  border-color: #0b3799;
}
.upload-variations a .title-attribute {
  display: block;
  font-size: 1.8em;
  font-weight: 800;
  text-align: center;
  width: auto;
  line-height: 1.4;
}
.upload-variations .size-attribute {
  width: 100%;
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-size: 1.5em;
  line-height: 0.9;
  font-weight: 100;
}

/* input css */
.progress {
  max-width: 400px;
  width: calc(90%);
  height: 20px;
  background: #eee;
  border-radius: 50px;
  border: solid 0.5px #b8b8b8;
}
.progress-bar.progress-bar-primary {
  background: #0b3799;
}
#upload-images {
  display: flex;
  justify-content: center;
  background: #fff;
  max-width: 660px;
  margin: auto;
  min-height: 120px;
  padding: 45px 30px;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
}

#upload-images #file-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

#upload-images label {
  display: inline-block;
  border: solid 4px;
  padding: 15px 45px;
  font-size: 1.6em;
  cursor: pointer;
  margin-bottom: 15px;
  margin-top: 15px;
}
#upload-images label:hover {
  background: #0b3799;
  color: #fff;
  border: 4px solid rgb(19, 91, 255);
}
#upload-images label:hover svg {
  fill: #fff;
}
#upload-images h2 {
  margin: 0px;
  padding: 0px;
  font-weight: 300;
}
#upload-images h4 {
  padding: 0px;
  margin: 0px;
  font-size: 2.3em;
  color: rgb(19, 33, 71);
}
#size-section {
  position: relative;
}
.owl-dots {
  display: flex;
  justify-content: center;
}
.owl-carousel .owl-nav button.owl-next,.apg-next,
.owl-carousel .owl-nav button.owl-prev,.apg-prev,
.owl-carousel button.owl-dot {
  background: #d9edf2;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  height: 10px;
  width: 10px;
  margin: 5px;
  border-radius: 50px;
}
button.owl-dot:hover {
  background-color: #1142b5;
}
button.owl-dot.active {
  background: #155bfe;
}
button#apg-next,
button#apg-prev,
.owl-next,
.owl-prev,
.apg-carousel-btn {
  background:  #d9edf2 !important;
  border: 0;
  border-radius: 50%;
  padding-top: 15px;
  top: calc(35%);
  position: absolute;
  z-index: 999;
  font-size: 3rem !important;
  height: 50px !important;
  width: 50px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.apg-next span,
.apg-prev span,
button.owl-next span,
button.owl-prev span {
  height: auto;
  transform: translateY(-4px);
  color: #132147;
}

.apg-carousel-btn svg {
  fill: #132147;
  height: 35px;
}
.owl-next,
button#apg-next {
  right: calc(0%);
}
.owl-prev,
button#apg-prev {
  left: calc(0%);
}

.apg-buffering {
  display: flex;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #eeee;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.hidden {
  display: none;
}

div#counter {
  font-size: 2.6em;
  font-weight: 200;
}

.footer-nav {
  display: flex;
  justify-content: space-evenly;
  margin: 15px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}

.footer-nav button {
  width: 100%;
  max-width: 45%;
}
.footer-nav a {
  color: #164fd4 !important;
  padding: 15px 10px;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 10px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #0b3799;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@media (max-width: 992px) {
  .container.content-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0.5%;
    padding-right: 0.5%;
  }
  .frame-container {
    position: relative;
  }

  button#apg-next {
    right: calc(0% + 5%);
  }
  button#apg-prev {
    left: calc(0vw + 5%);
  }
  .apg-carousel-btn {
    position: absolute;
    z-index: 4;
    top: calc(45%);
    display: block;
    background-color: transparent !important;
    border: 0px !important;
    padding: 0px;
    font-size: 2.5em;
    opacity: 0.6;
  }
}

#kubio .wp-block-kubio-hero {
  height: 300px;
  min-height: auto !important;
  background-image: url("") !important;
}