/** Shopify CDN: Minification failed

Line 79:0 Unexpected "}"

**/
/*
Make everything inside the UI transparant, round and with a border.
*/

/* white border around circles */
.theme--light.v-card {
	background-color:unset!important;
	border-radius:45px!important;
	border: 1px solid #fff!important;
}

/*
Adjust the height of everthing inside the UI
*/
.v-image, .color-tile {
	height:45px!important;
}

/*
Adjust the width of everthing inside the UI
*/
.tile-card {
	width:55px!important;
}

/*
Make the UI background transparant
*/
.theme--light.v-application {
	
    background:linear-gradient(127deg, rgba(36, 36, 35, 1) 11%, rgba(91, 92.9, 87.5, 1) 81%)!important;

}

/*
Make the UI background transparant
*/
.option-container {
margin-left: 20px!important;
}
div.configurator-container {
  background:linear-gradient(127deg, rgba(36, 36, 35, 1) 11%, rgba(91, 92.9, 87.5, 1) 81%)!important;
}


/*
Change the header inside the UI
 */
label.v-label {
	color: #fff!important;
	font-weight: bold!important;
}

/*
Change the toggle style
 */
.theme--light.v-input--switch .v-input--switch__thumb {
   color: white!important;
   }

.theme--light.v-input--switch .v-input--switch__track {
    color: white!important;
}


/* Change summary page form */
/*
form{
 width:65%;
  margin: 0 auto;
}
*/

}

/*Summary Page title text */
.summary-title{
  text-align:center;
}

.summary-table-attributes tr{
 font-size:1.5em; 
}

.summary-product-title{
 font-size:1.6em!important; 
}


/* Top Bar on Builder with Toggle 
.container.pa-0.container--fluid> .container.pa-0.container--fluid:first-child {
 background-color:#000000!important; 
    left: 0;
    position: fixed;
    width: calc(100% - 501px)!important;
  z-index:999;
}
}

.sticky-container{
 margin-top:100px!important;
}

*/

.thumbnail-item > .v-image.v-responsive.theme--light, .thumbnail-item{
  height:117px!important;
}

.expivi-page-container * {
    color: #fff!important;
}

.expivi-page-container .price{
 background-color:#fff!;
  color:#000000!important;
  padding:10px;
  margin-bottom:0!important;
}



/*price and summary button on configurator */

.expivi-page-container form {
    width: auto;
    margin: 0;
    margin-left: 15px;
}
.expivi-page-container .sticky-container .viewer-container .bottom-content{

	align-items: flex-start!important;
  
}

.expivi-closer span{
 color:black!important; 
}