/*
Colors
#20C1C7
#204648
#189094
#61CED2
#0C4648
*/
html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    font-size: 14px;
    color: #222;
    min-height: 100%;
    height: auto;
}

body,
button,
input {
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size: 42px;
    font-weight: 300;
    padding-top: 30px;
    margin: 15px 0;
}
h3 {
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid #0C4648;
    margin: 15px 0 10px;
}
table.variations {
    min-height: 100px;
	margin-bottom:40px
}

.variations label{
	display:none;
}

a.reset_variations {
    margin-top: 90px;
    display: block;
}
table.variations td {
    width: 100%;
}

footer {
    text-align: center;
    color: #555;
    font-size: 12px;
    padding: 5px;
}

section {
    margin-bottom: 25px;
}

/* Buffer */

div#buffer {
    position: fixed;
    top: 0px;
    display: flex;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100vw;
    height: 100%;
    background: #928f8fb3;
    z-index: 10555;
    justify-content: center;
    align-items: center;
}

.hidden{
	display:none !important;
}

div#buffer > div {
    display: flex;
    color: #fff;
    font-size: 1.3em;
    font-weight: 800;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Buffer end */
section.hero {
    background: #20C1C7;
    background: linear-gradient(#189094, #20C1C7);
    color: white;
    text-shadow: 0 1px 1px rgba(20,20,20,0.6);
    margin-bottom: 0;
    min-height: 450px;
}
.hero h2 {
    font-size: 16px;
    font-weight: 400;
}

section.who {
    margin-bottom: 30px;
}
.section-header {
    background: #204648;
    padding: 5px 0;
}

input[type="number"],
input[type="text"] {
    border: 1px solid #aaa;
    padding: 5px;
    font-size: 18px;
    width: 100px;
}
.ed__variation__button__wrp label i {
    font-style: normal;
    position: absolute;
    font-size: 0.8rem;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
button,
a.btn {

    color: white;
    padding: 10px 15px;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
    cursor: pointer;
}
input[type="file"] {
    cursor: pointer;
}
button:focus {
    outline: 0;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    justify-content: center;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
    color: #ccc;
}
.breadcrumb li.breadcrumb-item a {
    color: #8d8d8d;
}
.file-btn {
    position: relative;
}
.file-btn input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.actions {
    padding: 5px 0;
}
.actions button {
    margin-right: 5px;
}

pre[class*="language"] {
    margin: 10px 0;
    padding-top: 0;
    border-left-color: #189094;
}



.hero p {
    font-size: 16px;
}

.hero .grid {
    padding-top: 50px;
}

h2 {
    color: white;
    font-size: 23px;
    font-weight: 300;
}

.demo-wrap {
    border-bottom: 1px solid #ddd;
    padding-top: 20px;
}

.demo-wrap .container {
    padding-bottom: 10px;
}

.demo-wrap strong {
    font-size: 16px;
    display: block;
    font-weight: 400;
    color: #aaa;
    margin: 0 0 5px 0;
}

.documentation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.documentation section > ul > li {
    margin-bottom: 1.5em;
}

.documentation p {
    margin: 5px 0 10px;
}

.documentation .parameter-list li {
    padding-left: 5px;
    line-height: 28px;
}
.documentation .parameter-list li.values {
    padding-left: 20px;
}
.documentation em {
    color: #aaa;
    font-style: normal;
    padding: 0 10px;
}
.documentation i {
    color: #666;
}

.documentation strong.focus {
    font-size: 18px;
    color: #189094;
    font-weight: 700;
}
.documentation span.default {
    padding-right: 10px;
    font-weight: 600;
    color: #777;
}

.important-notes article {
    margin-bottom: 2em;
}

.upload-demo .upload-demo-wrap{
    background-image: url('../demo/default-image.png');
}
.upload-demo .upload-result

{
    display: none;
}
.upload-demo.ready .upload-demo-wrap {
    display: block;
}
.upload-demo.ready .upload-result {
    display: inline-block;
}
.upload-demo-wrap {
    width: 400px;
    height: 400px;
    margin: 0 auto;
}


.upload-msg {
    text-align: center;
    padding: 50px;
    font-size: 22px;
    color: #aaa;
    width: 260px;
    margin: 50px auto;
    border: 1px solid #aaa;
}
.bg-theme-selector{
    cursor:pointer;
    border: solid 1px #607d8b;
    border-radius:50%;
    margin:auto;
    text-align:center;
    width:60px;
    height:60px;
}

.bg-collage-active{
	color:#0578ff;
}

#collage_1{
    height:200px;
}
#collage_2{
    height:200px;
}
#collage_3{
    height:400px;
}
#collage_4{
    height:200px;
}
#collage_5{
    height:200px;
}

.collange{
    border:solid 1px #eee;
    background-color: #ddd;
    background-position: center;
    background-size: cover;
    position: relative;

}
.collange button{
	display: flex;
    justify-self: center;
    align-self: center;
    border: transparent !important;
    background: transparent !important;
}
.collange button svg{
    stroke:#019de2 !important;
}
/* Sweet alert modifications */
.sweet-alert {
    width: auto;
    max-width: 85%;
}
#select_size nav,
#upload_form nav{
    position: relative;
}
.imgTrasitio {
    background: #cccccc no-repeat url(../img/placeholder.gif);
    background-position: center;
    background-size: 400%;
    height: 100%;
    width: 100%;
    position: absolute;
}
#output{
     background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    border:solid 5px #015ed7;
}
.buffering {
    position: fixed;
    background: #0000008a;
    top: 0px;
    left: 0px;
    right: 0px;
    border: 0px;
    align-items: center;
    z-index: 999999999;
    display: flex;
    width: 100vw;
    height: 100vh;
}
.buffering .progress{
    width: calc(40%);
}
.ed__variation__button__wrp label {
    border: 1px solid #dfdfdf;
    display: block;
    padding: 5px 10px;
    min-width: 127px !important;
    vertical-align: middle;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
}
.variant-simple-upload .active{
    color: #0578ff;
}
.size {
    font-size: 1.2rem;
    padding: 5px;
}
/* .active .m-auto {
    box-shadow:  0px 3px 10px #191919;
} */
a.reset_variations {
    color: #fff;
    background: #019fe1;
    padding: 10px 15px;
    width: 97%;
    display: block;
    margin: 3px;
    border-radius: 6px;
    text-align: center;
}
.active .size {
    background: #019fe1;
    color: #fff;
    border-radius: 2rem;
    max-width: calc(70%);
    margin: auto;
    padding: 5px;
}
.active .woocommerce-Price-amount.amount{
    color:#019fe1;
}
.woocommerce-variation-price{
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 10px 0px;
}
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {

    color: #fff;
    -webkit-font-smoothing: antialiased;
    width: 100%;
}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {

color: #fff;
} 
span.woocommerce-Price-amount.amount {
    font-size: 23px;
    font-weight: 700;
    color: #222222;
}
 .woocommerce button.button.alt,
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {

    color: #fff;
    margin-top: 10px;
    width: 100%;
    padding: 19px;
} 

.ed__variation__button__wrp label {
    border: 1px solid #dfdfdf;
    display: block;
    padding: 5px 10px;
    min-width: 127px !important;
    vertical-align: middle;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
}
.ed__variation__button__wrp label i {
    font-style: normal;
    position: absolute;
    font-size: 0.8rem;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.product_meta {
    display: none;
}
.woocommerce-tabs.wc-tabs-wrapper{display:none;}

.reset_variations,
.quantity,
select#pa_size{
    display: none !important;
}

.variations{
    margin-bottom: 0px !important;
}

.variation-radio-buttons button{
    min-width: 100px;
}

.woocommerce-variation-description {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.woocommerce-variation-description p {
    margin-bottom: -20px;
    font-size: 24px;
    font-weight: 600;
}

.wp-block .wp-block-kubio-hero{
    background-image: none !important;
}
/* Grid - subset */
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

[class*='col-'] {
    float: left;
    padding-right: 20px; /* column-space */
}

.grid {
    width: 100%;
    max-width: 1140px;
    min-width: 755px;
    margin: 0 auto;
    overflow: hidden;
}
.grid:after {
    content: "";
    display: table;
    clear: both;
}


.item.collange button {
	    background: transparent;
	        color: #006eb0;
	}

/* Collage 1 */
#collage-container-0{
    align-items: center;
    background: #efefef;
    display:flex;
    height:525px;
    justify-content: center;
    margin:20 auto;
    position: relative;
    width: 448px;
}

#bg-frame {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
}

#collage-container-0 button.btn.btn-link.position-absolute {
    z-index: 5;
}

#collage-container-0 .item{
    box-shadow: #d0d0d0 0px 2px 17px;
    background-color:#fff;
	display:flex;
    height: calc(95%);
	justify-content:center;
    position: absolute;
    width: calc(95%);

}

#collage-container-1{

    background: #efefef;
    display:block;
    height:600px;
    margin:20 auto;
    position: relative;
    width: 448px;
}

#collage-container-1 .item{
    box-shadow: #d0d0d0 0px 2px 17px;
    background-color:#fff;
	display:flex;
    height: calc(45.5%);
	justify-content:center;
    position: absolute;
    width: calc(48%);

}

#collage-container-1 .item:nth-child(1){
    height: calc(40%);
    left: calc(4%);
    top: 3%;
    width: calc(53%);
}

#collage-container-1 .item:nth-child(2){
    height: calc(25.6%);
    left: calc(61.4%);
    top: 3%;
    width: calc(34.3%);
}

#collage-container-1 .item:nth-child(3){
    height: calc(40%);
    left: calc(4%);
    top: 59%;
    width: calc(53%);
}
#collage-container-1 .item:nth-child(4){
    height: calc(25.6%);
    left: calc(61.4%);
    top: 73%;
    width: calc(34.3%);
}
#collage-container-1 .item:nth-child(5){
    height: calc(40%);
    left: calc(43%);
    top: 30.8%;
    width: calc(53%);
}

/* collage 2 */
#collage-container-2{

    background: #efefef;
    display:block;
    height: 457px;
    margin:20 auto;
    position: relative;
    width: 600px;

}


#collage-container-2 .item{
    box-shadow: #d0d0d0 0px 2px 17px;
    background-color:#fff;
	display: flex;
    justify-content: center;
    height: calc(50%);
    position: absolute;
    width: calc(48%);

}

#collage-container-2 .item:nth-child(1){

    height: calc(54%);
    left: calc(4%);
    top: 5.5%;
    width: calc(41.2%);
}

#collage-container-2 .item:nth-child(2){
    height: calc(29.6%);
    left: calc(3.8%);
    top: 63%;
    width: calc(22.5%);
}

#collage-container-2 .item:nth-child(3){
    height: calc(54.2%);
    left: calc(55%);
    top: 5%;
    width: calc(41.3%);
}
#collage-container-2 .item:nth-child(4){
    height: calc(29.6%);
    left: calc(74%);
    top: 63.3%;
    width: calc(22.1%);
}
#collage-container-2 .item:nth-child(5){
    height: calc(56%);
    left: calc(28.5%);
    top: 37%;
    width: calc(43%);
}



/* Collage 3 */
#collage-container-3{
    background: #efefef ;
    display:block;
    height:600px;
    margin:20 auto;
    position: relative;
    width: 448px;
}

#collage-container-3 .item{
    box-shadow: #d0d0d0 0px 2px 17px;
    background-color:#fff;
	display: flex;
    justify-content: center;
    height: calc(45.5%);
    position: absolute;
    width: calc(48%);


}

#collage-container-3 .item:nth-child(1){
    height: calc(38.3%);
    left: calc(7%);
    top: 6%;
    width: calc(41.6%);
}

#collage-container-3 .item:nth-child(2){
    height: calc(24.7%);
    left: calc(7%);
    top: 46.9%;
    width: calc(41.6%);
}

#collage-container-3 .item:nth-child(3) {
    height: calc(20%);
    left: calc(7%);
    top: 73.6%;
    width: calc(41.6%);
}
#collage-container-3 .item:nth-child(4){
    height: calc(27.3%);
    left: calc(52%);
    top: 6%;
    width: calc(41.5%);
}
#collage-container-3 .item:nth-child(5){
    height: calc(18.1%);
    left: calc(52%);
    top: 35.4%;
    width: calc(19.6%);
}

#collage-container-3 .item:nth-child(6){
    height: calc(18.1%);
    left: calc(73.6%);
    top: 35.4%;
    width: calc(19.6%);
}

#collage-container-3 .item:nth-child(7){
    height: calc(38.3%);
    left: calc(52.4%);
    top: 55.4%;
    width: calc(41.2%);

}

/* Collage 4 */
#collage-container-4{
     background: #efefef ;
    display:block;
    height:600px;
    margin:20 auto;
    position: relative;
    width: 448px;
}

.collage-4-container {
    height: 600px;
    position: relative;
    width: 448px;
}

#collage-container-4 .item{
    box-shadow: #d0d0d0 0px 2px 17px;
    background-color:#fff;
	display: flex;
    justify-content: center;
    height: calc(45.5%);
    position: absolute;
    width: calc(48%);


}

#collage-container-4 .item:nth-child(1){
    height: calc(26.2%);
    left: calc(16.6%);
    top: 5.7%;
    width: calc(43.6%);
}

#collage-container-4 .item:nth-child(2){
    height: calc(20.8%);
    left: calc(61.3%);
    top: 11%;
    width: calc(23%);
}

#collage-container-4 .item:nth-child(3) {
    height: calc(27%);
    left: calc(4.6%);
    top: 32.6%;
    width: calc(26.4%);}
#collage-container-4 .item:nth-child(4){
    height: calc(13%);
    left: calc(32%);
    top: 32.6%;
    width: calc(22.8%);
}
#collage-container-4 .item:nth-child(5){
    height: calc(13%);
    left: calc(32%);
    top: 46.6%;
    width: calc(22.8%);
}

#collage-container-4 .item:nth-child(6){
    height: calc(27%);
    left: calc(55.8%);
    top: 32.6%;
    width: calc(39.4%);
}

#collage-container-4 .item:nth-child(7){
    height: calc(28%);
    left: calc(16%);
    top: 60.5%;
    width: calc(34.2%);

}

#collage-container-4 .item:nth-child(8){
    height: calc(18.4%);
    left: calc(51.1%);
    top: 60.5%;
    width: calc(33.2%);
}

#collage-container-4 .item:nth-child(9){
    height: calc(16%);
    left: calc(51%);
    top: 79.7%;
    width: calc(26.3%);
}

/* Collage 5 */
#collage-container-5{
     background: #efefef ;
    display:block;
    height: 457px;
    margin:20 auto;
    position: relative;
    width: 600px;
}

#collage-container-5 .item{
    box-shadow: #d0d0d0 0px 2px 17px;
    background-color:#fff;
	display: flex;
    justify-content: center;
    height: calc(45.5%);
    position: absolute;
    width: calc(48%);
}

#collage-container-5 .item:nth-child(1){
    height: calc(29.5%);
    left: calc(3.3%);
    top: 3%;
    width: calc(25.3%);
}

#collage-container-5 .item:nth-child(2){
    height: calc(25%);
    left: calc(29.7%);
    top: 3%;
    width: calc(39.7%);
}

#collage-container-5 .item:nth-child(3) {
    height: calc(29.5%);
    left: calc(70.6%);
    top: 3%;
    width: calc(25.3%);
}

#collage-container-5 .item:nth-child(4){
    height: calc(30.2%);
    left: calc(3.3%);
    top: 34%;
    width: calc(25.3%);
}
#collage-container-5 .item:nth-child(5){
    height: calc(39%);
    left: calc(29.7%);
    top: 29.6%;
    width: calc(39.7%);
}

#collage-container-5 .item:nth-child(6){
    height: calc(30.2%);
    left: calc(70.6%);
    top: 34%;
    width: calc(25.3%);
}

#collage-container-5 .item:nth-child(7){
    height: calc(29.2%);
    left: calc(3.3%);
    top: 65.6%;
    width: calc(25.3%);
}

#collage-container-5 .item:nth-child(8){
    height: calc(25%);
    left: calc(29.7%);
    top: 69.7%;
    width: calc(39.7%);
}

#collage-container-5 .item:nth-child(9){
    height: calc(29.2%);
    left: calc(70.6%);
    top: 65.6%;
    width: calc(25.3%);
}
/* Collage and 6 */

#collage-container-6{
     background: #efefef;
	 background-size: contain;
    display:block;
    height: 755px;
    margin:20 auto;
    position: relative;
    width: 600px;
}

#collage-container-6 .item{
/*     box-shadow: #d0d0d0 0px 2px 17px; */
    background-color:#fff;
	display: flex;
    justify-content: center;
    height: calc(45.5%);
    position: absolute;
    width: calc(48%);
}

#collage-container-6 .item:nth-child(1) {
    height: calc(34.4%);
    left: calc(0%);
    top: 0%;
    width: calc(50.5%);
}

#collage-container-6 .item:nth-child(2) {
    height: calc(16%);
    left: calc(51.5%);
    top: 0%;
    width: calc(20.2%);
}

#collage-container-6 .item:nth-child(3) {
    height: calc(16%);
    left: calc(72.4%);
    top: 0%;
    width: calc(27.6%);
}

#collage-container-6 .item:nth-child(4) {
	height: calc(17.5%);
    left: calc(51.5%);
    top: 16.9%;
    width: calc(20.2%);
}

#collage-container-6 .item:nth-child(5) {
	height: calc(17.5%);
    left: calc(72.4%);
    top: 16.9%;
    width: calc(27.6%);
}

#collage-container-6 .item:nth-child(6) {
    height: calc(14%);
    left: calc(0%);
    top: calc(34.9%);
    width: calc(28.7%);
}

#collage-container-6 .item:nth-child(7) {
    height: calc(14.2%);
    left: calc(0%);
    top: calc(49.3%);
    width: calc(28.5%);
}

#collage-container-6 .item:nth-child(8) {
	height: calc(28.6%);
    left: calc(29.2%);
    top: calc(34.9%);
    width: calc(36.2%);
}

#collage-container-6 .item:nth-child(9) {
    height: calc(28.6%);
    left: calc(66.3%);
    top: calc(34.9%);
    width: calc(33.6%);
}

#collage-container-6 .item:nth-child(10) {
    height: calc(23%);
    left: calc(0%);
    top: calc(63.9%);
    width: calc(32.1%);
}

#collage-container-6 .item:nth-child(12) {
    height: calc(13.3%);
    left: calc(32.8%);
    top: calc(64%);
    width: calc(26%);
}

#collage-container-6 .item:nth-child(14) {
    height: calc(18.6%);
    left: calc(59.7%);
    top: calc(64%);
    width: calc(40.2%);
}

#collage-container-6 .item:nth-child(11) {
height: calc(12.6%);
    left: calc(0%);
    top: calc(87.4%);
    width: calc(32.1%);
}

#collage-container-6 .item:nth-child(13) {
    height: calc(22.4%);
    left: calc(32.6%);
    top: calc(77.7%);
    width: calc(26.3%);
}

#collage-container-6 .item:nth-child(15) {
	height: calc(17%);
    left: calc(59.7%);
    top: calc(83.1%);
    width: calc(40.2%);
}

.active .m-auto.preview {
    box-shadow: #000 0px 11px 17px -1px;
}
img#imgPrev {
    /* position: absolute; */
    left: calc(0vw);
    transform: scale(0.9) translateY(40px);
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    height: 0px;
    padding: 0px;
    transform: translateX(-130px);
    transition: height 0.30s;

}

@media handheld, only screen and (max-width: 767px) {

    #collage-container-1{
        background: #efefef ;
        display:block;
        height: 460px;
        margin:20 auto;
        position: relative;
        width: 400px;
    }
    #collage-container-2{
        background: #efefef ;
        display:block;
        height: 400px;
        margin:20 auto;
        position: relative;
        width: 600px;
    }

    #collage-container-3{

        background: #efefef ;
        display:block;
        height:536px;
        margin:20 auto;
        position: relative;
        width: 400px;
    }
    #collage-container-3 .item:nth-child(7) {
        height: calc(38%);
        left: calc(52.4%);
        top: 55.4%;
        width: calc(41.2%);
    }

    #collage-container-5 {
		background: #efefef;
		display: block;
		height: 378px;
		margin: 20 auto;
		position: relative;
		width: 496px;
	}

}

@media handheld, only screen and (max-width: 567px) {
    img#imgPrev {
          transform: scale(1.8) translate(2px,35px);
    }
	button#btn-rotate {
		max-width: 85% !important;
		width: 100% !important;
		margin-bottom: 10px;
		display:inline-block;
	}
	.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
		text-align: center;
	}
	button.single_add_to_cart_button.button.alt {
		color: #fff;
		margin-top: 10px;
		width: 100%;
		padding: 19px;
		max-width: 85%;
		margin: auto;
	}

    div.sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        height: 0px;
        padding: 0px;
        transform: translateX(0px);
    }
	#collage-container-0 {
		align-items: center;
		background: #efefef;
		display: flex;
		height: 392px;
		justify-content: center;
		margin: 20 auto;
		position: relative;
		width: 327px;
	}

    #collage-container-1{
        background: #efefef ;
        display:block;
        height: 396px;
        margin:20 auto;
        position: relative;
        width: 300px;
    }

    #collage-container-2{
        background: #efefef ;
        display:block;
        height: 230px;
        margin:20 auto;
        position: relative;
        width: 300px;
    }

    #collage-container-3{

        background: #efefef ;
        display:block;
        height:403;
        margin:20 auto;
        position: relative;
        width: 300px;
    }

    #collage-container-4{
        background: #efefef;
        display: block;
        height: 418px;
        margin: 20 auto;
        position: relative;
        /* width: 386px; */
    	width: 320px;
	}
	.collage-4-container {
		  height: 400px;
		position: relative;
		width: 320px;
	}

#collage-container-4 .item:nth-child(1) {
    height: calc(27.5%);
    left: calc(15.6%);
    top: 4%;
    width: calc(43.2%);
}
#collage-container-4 .item:nth-child(2) {
    height: calc(21.75%);
    left: calc(60.5%);
    top: 9.7%;
    width: calc(22.5%);
}
#collage-container-4 .item:nth-child(3) {
    height: calc(29%);
    left: calc(7%);
    top: 32.4%;
    width: calc(26.6%);
}
#collage-container-4 .item:nth-child(4) {
    height: calc(14.3%);
    left: calc(34.4%);
    top: 32.6%;
    width: calc(22.5%);
}
#collage-container-4 .item:nth-child(5) {
    height: calc(13.75%);
    left: calc(34.5%);
    top: 47.7%;
    width: calc(22.19%);
}
#collage-container-4 .item:nth-child(6) {
    height: calc(29%);
    left: calc(57.6%);
    top: 32.4%;
    width: calc(38.75%);
}
#collage-container-4 .item:nth-child(7) {
    height: calc(29.5%);
    left: calc(16.3%);
    top: 62.2%;
    width: calc(33.13%);
}
#collage-container-4 .item:nth-child(8) {
    height: calc(19.5%);
    left: calc(51.1%);
    top: 62.5%;
    width: calc(32.813%);
}
#collage-container-4 .item:nth-child(9) {
    height: calc(17.25%);
    left: calc(51%);
    top: 82.8%;
    width: calc(26.25%);
}
	
    #collage-container-5 {
        background: #efefef;
        display: block;
        height: 288px;
        margin: 20 auto;
        position: relative;
        width: 378px;
    }

}


.woocommerce-variation-price{
    text-align:center;
}

/* --------- */
/* upload */


.uploader {
    display: block;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
  }
  .uploader label {
    float: left;
    clear: both;
    width: 100%;
    padding: 2rem 1.5rem;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    border: 3px solid #eee;
    transition: all 0.2s ease;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .uploader label:hover {
    border-color: #454cad;
  }
  .uploader label.hover {
    border: 3px solid #454cad;
    box-shadow: inset 0 0 0 6px #eee;
  }
  .uploader label.hover #start i.fa {
    transform: scale(0.8);
    opacity: 0.3;
  }
  .uploader #start {
    float: left;
    clear: both;
    width: 100%;
  }
  .uploader #start.hidden {
    display: none;
  }
  .uploader #start i.fa {
    font-size: 50px;
    margin-bottom: 1rem;
    transition: all 0.2s ease-in-out;
  }
  .uploader #response {
    float: left;
    clear: both;
    width: 100%;
  }
  .uploader #response.hidden {
    display: none;
  }
  .uploader #response #messages {
    margin-bottom: 0.5rem;
  }
  .uploader #file-image {
    display: inline;
    margin: 0 auto 0.5rem auto;
    width: auto;
    height: auto;
    max-width: 180px;
  }
  .uploader #file-image.hidden {
    display: none;
  }
  .uploader #notimage {
    display: block;
    float: left;
    clear: both;
    width: 100%;
  }
  .uploader #notimage.hidden {
    display: none;
  }
  .uploader progress,
  .uploader .progress {
    display: inline;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 180px;
    height: 8px;
    border: 0;
    border-radius: 4px;
    background-color: #eee;
    overflow: hidden;
  }
  .uploader .progress[value]::-webkit-progress-bar {
    border-radius: 4px;
    background-color: #eee;
  }
  .uploader .progress[value]::-webkit-progress-value {
    background: linear-gradient(to right, #393f90 0%, #454cad 50%);
    border-radius: 4px;
  }
  .uploader .progress[value]::-moz-progress-bar {
    background: linear-gradient(to right, #393f90 0%, #454cad 50%);
    border-radius: 4px;
  }
  .uploader input[type=file] {
    display: none;
  }
  .uploader div {
    margin: 0 0 0.5rem 0;
    color: #5f6982;
  }
  .uploader .btn {
    display: inline-block;
    margin: 0.5rem 0.5rem 1rem 0.5rem;
    clear: both;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: initial;
    border: none;
    border-radius: 0.2rem;
    outline: none;
    padding: 0 1rem;
    height: 36px;
    line-height: 36px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    background: #454cad;
    border-color: #454cad;
    cursor: pointer;
  }

/* --------- */

@media  (max-width:600px){
    /* button.single_add_to_cart_button.button.alt {
        position: fixed;
        top: 93%;
        padding: 25px;
    } */
    #ed_wc_pa_size{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    a.reset_variations {
        padding: 10px 10px;
        width:90vw;
        margin: 10px;
        display: block;
        text-align: center;
        background: #239bce;
        color: #fff;
        border-radius: 4px;
    }
    /* .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
        display: flex;
        margin-bottom: 80px;
        justify-content: space-around;
    } */
    .active .size {
        background: #019fe1 !important;
        color: #fff;
        border-radius: 2rem;
        max-width: calc(70%);
        margin: auto;
        padding: 5px;
    }
}

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