.dg.ac {
left: 0 !important;
right: auto !important;
z-index: 100 !important;
}
#builder {
text-align: center;
max-height: 1000px;
position: relative;
height: calc(100vh - 80px);
padding: 25px 0;
}
#wheelShadow {
position: absolute;
bottom: 0;
z-index: 0;
left: 50%;
transform: translate(-50%, -10%);
max-width: 768px;
height: auto;
width: 75%;
}
#section-wheel-builder .container-fluid {
position: relative;
}
#section-wheel-builder .container-fluid .row {
background: #e6e6e6;
}
#ection-wheel-builder .disabled {
display: none;
}
#builder .wheel-info {
position: absolute;
left: 20px;
top: 20px;
text-align: left;
}
#builder .wheel-name {
text-transform: uppercase;
font-weight: 800;
color: #5d5d5d;
}
#builder .sizes {
text-transform: uppercase;
font-weight: 500;
font-size: 14px;
color: #777777;
margin-top: -10px;
}
canvas {
z-index: 10;
position: relative;
height: 100%;
max-height: 1000px;
width: auto;
max-width: 1000px;
margin: 0 auto;
}
form#template-contactform {
margin-bottom: 30px;
}
textarea#template-contactform-message {
padding: 7px 4px;
font-size: 17px;
background-color: transparent !important;
border-top: transparent;
border-right: transparent;
border-left: transparent;
border-bottom-width: 1px;
border-color: #444;
resize: none;
overflow: hidden;
display: block;
width: 100%;
line-height: 1.42;
height: auto;
background-image: none;
}
#builder canvas { }
#builder2 {
width: auto;
height: 100%;
max-width: 1450px;
max-height: 1500px;
position: relative;
}
#pallete-wrap {
border: none;
}
#accordion {
margin: -22px -20px 10px;
}
.card {
background-color: #ffffff;
color: #313131;
margin: initial;
border: none;
box-shadow: none;
}
#section-wheel-builder .card .row {
background: #ffffff;
}
#finshes {}
.finish {
text-align: center;
cursor: pointer;
}
.finish img {
max-width: 100%;
}
.finish span {
max-width: 100%;
text-transform: uppercase;
font-size: 12px;
padding: 12px 0 0;
display: block;
}
.card-header {
padding: 0.05rem 0.05rem;
background-color: #e4e4e4;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #afafaf;
}
.card .card-title {
font-size: 1.75rem;
font-weight: 500;
}
.card-header .btn-link {
color: #ffffff;
font-size: 18px;
display: block;
width: 99%;
padding: 5px 0;
border-radius: 0;
background-color: #676767;
}
.card-header .btn-link.collapsed {
color: #a0a0a0;
background-color: #000000;
}
.card-header .btn-link:hover {
text-decoration: none;
background-color: #676767;
color: #ffffff;
}
.card-header .btn-link:focus {
text-decoration: none;
background-color: #676767;
color: #ffffff;
}
.card #parts-wrapper {
padding: 0px 5px 20px;
}
#pallete-wrap .btn-outline-primary {
color: #4e4e4e;
background-color: #f7f7f7;
background-image: none;
border-color: #949494;
line-height: 1;
padding: 10px 10px 10px 10px;
font-size: 14px;
box-sizing: border-box;
}
#pallete-wrap .btn-outline-primary:hover {
color: #4e4e4e;
background-color: #c3c3c3;
background-image: none;
border-color: #949494;
}
#pallete-wrap .change-wheel {
position: absolute;
top: 10px;
right: 10px;
}
#pallete-wrap .change-wheel .btn {
background-color: #dadada;
padding: 0px 10px;
font-size: 12px;
color: black;
transition: 0.3s all;
}
#pallete-wrap .change-wheel .btn:hover,
#pallete-wrap .change-wheel .btn:focus {
background-color: #bbb9b9;
text-decoration: none;
}
#parts-wrapper .parts {
display: inline-block;
padding: 5px 0 8px;
background: 0 0;
cursor: pointer;
transition: all .3s;
position: relative;
text-align: center;
border: 1px solid #d8d8d8;
transition: 0.3s border;
line-height: 2;
float: none;
font-size: 12px;
margin: 0;
}
#parts-wrapper .parts.active {
border: 1px solid red;
}
#parts-wrapper .parts.disabled {
display: none;
}
#parts-wrapper .parts .color-box {
display: block;
background-color: #fff;
position: absolute;
top: 2px;
left: 2px;
right: 2px;
bottom: 2px;
border: 1px solid #94949400;
border-radius: 2px;
transition: all 0.3s;
}
#parts-wrapper .parts.active .color-box,
#parts-wrapper .parts:hover .color-box {
border: 1px solid #ffffff;
transition: all 0.3s;
}
#parts-wrapper .parts.active span,
#parts-wrapper .parts:hover span {
transition: all 0.3s;
background: #000000;
color: #ffffff;
box-shadow: 1px 1px 4px black;
}
#parts-wrapper .parts span {
display: inline-block;
vertical-align: middle;
font-size: 12px;
text-transform: uppercase;
background: #ffffff99;
color: black;
z-index: 10;
border-radius: 4px;
padding: 1px 5px;
position: relative;
text-align: center;
width: auto;
transition: all 0.3s;
box-shadow: 1px 1px 1px #00000080;
}
.card .carousel {
position: relative;
margin-left: -15px;
margin-right: -15px;
overflow: initial;
width: initial;
height: initial;
perspective: initial;
transform-style: initial;
transform-origin: initial;
}
.card .carousel .carousel-item {
padding: 0 50px;
width: initial;
height: initial;
position: initial;
top: initial;
left: initial;
}
.card .carousel .carousel-item>div {
text-align: center;
}
.card .carousel .carousel-item h5 {
text-align: center;
text-transform: uppercase;
font-weight: 800;
margin: 0;
}
.card .carousel .carousel-item p {
font-size: 13px;
padding: 0 0 0px;
margin-bottom: 0;
}
.card .carousel .carousel-item .btn-group {
margin: 5px 0 20px;
}
.card .carousel .carousel-item .btn-group .btn {
margin: 5px 2px 20px;
padding: 15px;
border: 1px solid #00000057;
border-top: 1px solid #ffffff3b;
border-right: 1px solid #ffffff36;
box-shadow: 1px 1px 12px #000000a6;
box-sizing: border-box;
height: initial;
text-transform: initial;
}
.color-wrap {}
.color-wrap #colorpicker {
width: 100%; }
.colorlist {
width: 100%;
display: block;
padding: 15px 0 0 0px;
}
.colorlist h3 {
font-size: 14px;
text-transform: uppercase;
text-align: center;
}
.colorlist .colorhistory {
width: 30px;
height: 30px;
display: inline-block;
background: #fff;
border: 1px solid #ffffff9e;
margin: 0px 0;
border-radius: 3px;
cursor: pointer;
transition: 0.3s all;
}
.colorlist .colorhistory:hover {
border: 1px solid red;
}
.quick-picks {
width: 100%;
display: block;
padding: 15px 0 0 0px;
}
.quick-picks h3 {
font-size: 14px;
text-transform: uppercase;
text-align: center;
}
.quick-picks ul { }
.quick-picks ul li {
border: 1px solid grey;
background: #f7f7f7;
padding: 5px 8px;
transition: 0.3s all;
display: inline-block;
margin: 2px 0;
cursor: pointer;
}
.quick-picks ul li:hover {
background: #dadada;
}
.cap-wrapper .cap {
max-width: 60px;
}
.modal-backdrop {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.9);
transition: 0.3s all;
z-index: -1;
opacity: 0;
}
.modal-backdrop.active {
opacity: 1;
z-index: 1000;
}
.modal-wrap {
width: 60%;
max-width: 1000px;
min-width: 400px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: white;
padding: 0 20px;
overflow: hidden;
}
.modal-container {}
.modal-container .col_half {
width: 46%;
display: inline-block;
}
.g-recaptcha {
padding: 10px 0;
}
#thank-you {
background: green;
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: 0.3s all;
transform: translateY(0);
}
#thank-you.active {
opacity: 1;
transform: translateY(-100%);
}
#thank-you .text-wrapper {
color: white;
text-align: center;
padding: 25px;
top: 50%;
transform: translateY(-50%);
position: absolute;
left: 0;
width: 100%;
}
#thank-you .text-wrapper h3 {
font-size: 36px;
text-transform: uppercase;
}
.sk-folding-cube {
margin: 20px auto;
width: 40px;
height: 40px;
position: relative;
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg);
}
#progress-wrapper {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #ffffff;
pointer-events: none;
opacity: 0;
z-index: 1000;
transition: opacity 1s;
}
#progress-wrapper.active {
transition: opacity 1s;
opacity: 1;
}
.progress-indicator {
top: 50%;
position: absolute;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
.sk-folding-cube .sk-cube {
float: left;
width: 50%;
height: 50%;
position: relative;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #5a5a5a;
-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
animation: sk-foldCubeAngle 2.4s infinite linear both;
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
-webkit-transform: scale(1.1) rotateZ(90deg);
transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
-webkit-transform: scale(1.1) rotateZ(180deg);
transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
-webkit-transform: scale(1.1) rotateZ(270deg);
transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
0%,
10% {
-webkit-transform: perspective(140px) rotateX(-180deg);
transform: perspective(140px) rotateX(-180deg);
opacity: 0;
}
25%,
75% {
-webkit-transform: perspective(140px) rotateX(0deg);
transform: perspective(140px) rotateX(0deg);
opacity: 1;
}
90%,
100% {
-webkit-transform: perspective(140px) rotateY(180deg);
transform: perspective(140px) rotateY(180deg);
opacity: 0;
}
}
@keyframes sk-foldCubeAngle {
0%,
10% {
-webkit-transform: perspective(140px) rotateX(-180deg);
transform: perspective(140px) rotateX(-180deg);
opacity: 0;
}
25%,
75% {
-webkit-transform: perspective(140px) rotateX(0deg);
transform: perspective(140px) rotateX(0deg);
opacity: 1;
}
90%,
100% {
-webkit-transform: perspective(140px) rotateY(180deg);
transform: perspective(140px) rotateY(180deg);
opacity: 0;
}
}
@media (max-width: 768px) {
#wheel-builder>.row>.col {
width: 100%;
min-width: 100%;
padding: 0 0px 0 0px;
}
#builder {
height: calc(100vw + 100px)
}
#wheelShadow {
transform: translate(-50%, -100%);
}
#builder canvas {
position: absolute;
bottom: 40px;
width: 100%;
height: auto;
}
.topmargin-lg {
margin-top: 0px !important;
}
#accordion>.card:first-child {
display: none;
}
#customColor {
display: none;
}
.card-body {
padding-top: 0;
}
.card #parts-wrapper {
display: block;
padding-bottom: 0px;
}
#parts-wrapper .parts {
width: auto;
height: 40px;
}
.color-wrap {
width: 75%;
margin-left: 12%;
}
}
.wheel_custom_finish_selector .finish-selector-slider .carousel-fixed-item .finish_actions .btn.customize {
border-color: red;
color: red;
}