/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;

}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    height: 100vh;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    outline: none;
}

select {
    outline: none;
}

h3 {
    display: inline-block;
    width: 87%;
    /*margin-top: 5px;*/
    margin-left: 40px;
    font-size: 14px;
    text-align: left;
    color: #b9b3b3;
    letter-spacing: 0.5;
}

a {
    color: #686868;
}

#diecut {
    display: none;
}

#static {
    display: none;
}

.fa-check-circle {
    margin-right: 5px;
}

.no-decoration {
    text-decoration: none;
}

.set-mic-btn {
    width: 120px;
    height: 30px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 16px;
    color: #03bf03;
    margin-top: 10px;
    display: none;
    background-color: transparent;
    border-radius: 3px;
    border-color: #03bf03;
    border-width: 1px;
    border-style: solid;
}

#start-section-btn {
    width: 90px !important;
    height: 35px !important;
}

.firefox #vertical_line {
    width: 3px;
    display: inline-block;
    position: relative;
    height: 25px;
    bottom: -15px;
    background-color: #dadada;
    z-index: 0;
}

.title {
    width: 100%;
    height: 70px;
    margin: auto;
    text-align: center;
}

#title-die-cut {
    display: inline-block;
    margin-top: 30px;
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
}

#title-die-cut:after {
    display: block;
    content: "";
    height: 1px;
    width: 120px;
    margin: 15px auto 20px;
    position: relative;
    background: #ff0000;
}

#title-static-cling {
    display: inline-block;
    margin-top: 30px;
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
}

#title-static-cling:after {
    display: block;
    content: "";
    height: 1px;
    width: 120px;
    margin: 15px auto 20px;
    position: relative;
    background: #ff0000;
}

.introduction-static-cling-decals {
    color: #686868;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 24px;
    order: 1;
    margin-top: 25px;
}

.introduction-die-cut-decals {
    color: #686868;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
    margin-top: 20px;
}

.drum-personalisation {
    position: relative;
    width: 1100px;
    top: 10px;
    margin: auto;
    height: calc(100% - 70px);
}

.drum-option {
    float: left;
    display: inline-block;
    width: 350px;
    background-color: #ececec;
}

.main-drum-aspect {
    display: inline-block;
    width: 100%;
    max-width: 750px;
    height: 100%;
}

.drum-aspect {
    width: 500px;
    height: 500px;
    position: relative;
    background-image: url(../images/drum-personalisation.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    /*top: 60px;*/
    left: 20px;
}

#suggestions {
    display: none;
    margin-top: 15px;
    height: 100px;
    background-color: #686868;
    color: #ececec;
    width: 255px;
    margin-bottom: 50px;
}

#suggestions::placeholder {
    color: #b9b3b3;
}

#suggestions placeholder {
    color: #000;
}

.fa-arrow-circle-up {
    color: #b0aaaa;
}

.fa-arrow-circle-down {
    color: #b0aaaa;
}

.fa-arrow-circle-left {
    color: #b0aaaa;
}

.fa-arrow-circle-right {
    color: #b0aaaa;
}

.menu-header {
    width: 350px;
    display: inline-block;
}

#static-cling-menu {
    width: 50%;
    float: left;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: -0.1px;
    height: 100%;
    text-align: center;
    color: #686868;
    font-weight: 600;
    background-color: #ececec;
    position: relative;
    display: inline-block;
}

:visited {
    text-decoration: none;
    color: #686868;

}

#personalizate-section-static-cling {
    height: 850px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

#personalizate-section-die-cut {
    height: 860px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

#static-cling-menu :active {
    color: #686868;
    text-decoration: none;
}

#dc-static-cling-menu {
    width: 50%;
    float: left;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: -0.1px;
    height: 100%;
    text-align: center;
    color: #b0aaaa;
    font-weight: 300;
    background-color: #fff;
    position: relative;
    display: inline-block;
}

:visited {
    text-decoration: none;
}

#die-cut-menu {
    width: 50%;
    float: left;
    font-size: 15px;
    line-height: 30px; /*letter-spacing: -0.1px;*/
    height: 100%;
    color: #686868;
    background-color: #fff;
    text-align: center;
    position: relative;
    display: inline-block;
}

:visited {
    text-decoration: none;
}

#dc-die-cut-menu {
    width: 50%;
    float: left;
    font-size: 15px;
    line-height: 30px;
    height: 100%;
    color: #686868;
    font-weight: 600;
    background-color: #ececec;
    text-align: center;
    position: relative;
    display: inline-block;
}

:visited {
    text-decoration: none;
}

.upload-image {
    display: inline-block;
    position: relative;
    text-align: center;
    background-color: #ececec;

}

.upload-image-static {
    display: none;
    position: relative;
    text-align: left;
    background-color: #ececec;
}

#open-image-manager {
    margin-top: 10px;
    font-size: 26px;
    margin-left: 40px;
    float: left;
    color: #686868;
    border-bottom: 1px solid;
    width: 269px;
    text-align: left;
    padding-bottom: 10px;

}

#open-image-manager-static {
    margin-top: 10px;
    font-size: 26px;
    margin-left: 40px;
    float: left;
    color: #686868;
    border-bottom: 1px solid;
    width: 269px;
    text-align: left;
    padding-bottom: 10px;
}

/*.line {*/
/*display: inline-block;*/
/*width: 77%;*/
/*color: #686868;*/
/*border-bottom: 1px solid;*/
/*}*/

.upload-image h2 {
    font-size: 24px;
    margin: 10px 0 10px 10px;
    color: #b9b3b3;
}

.upload-image input {
    width: 90px;
    z-index: -1;
    position: relative;
}

.upload-image-static input {
    width: 90px;
    z-index: -1;
    top: -15px;
    right: 90px;
    position: relative;
}

#image-file {
    color: #b9b3b3;
    border: 1px solid;
    padding: 6px 9px 6px 9px;
    left: 48px;
    position: relative;
    display: inherit;
}

#aditional_upload {
    margin-bottom: 10px;
}

#image-file-static {
    display: inline-block;
    width: 10px;
    height: 16px;
    padding: 10px 13px;
    left: 48px;
    /*margin-bottom: 10px*/
    margin-right: 5px;
    background: url(./icon/plus-ico.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.image-manager {
    display: none;
    margin-top: 15px;
}

.image-manager-static {
    display: none;
    margin-top: 5px;
    width: 310px;
    margin-bottom: 10px;
    margin-left: 40px;
}

.text-manager {
    display: none;
    /*margin-top:10px;*/
    text-align: left;
}

.drum-details {
    display: none;
    width: 289px;
}

.drum-details p {
    margin-top: 10px;
    font-size: 18px;
    color: #b9b3b3;
}

.change-background {
    display: none;
    width: 350px;
    margin-top: 15px;
    position: relative;
    text-align: center;
    background-color: transparent;

}

.set-gradient {
    display: inline-block;
    width: 350px;
    position: relative;
    text-align: center;
    background-color: transparent;
}

#open-gradient {
    margin-left: 40px;
    color: #686868;
    float: left;
    border-bottom: 1px solid;
    width: 269px;
    text-align: left;
    font-size: 15px;
    margin-top: 20px;
    padding-bottom: 20px;
}

#open-gradient:hover {
    cursor: pointer;
}

.direction-gradient {
    display: inline-block;
    width: 85%;
    text-align: left;
    margin-left: 40px;
}

.set-gradient .direction-gradient img {
    width: 45px;
    height: 45px;
}

.gradient-option {
    display: none;
    width: 100%;
}

.gradient-option p {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 40px;
    font-size: 15px;
    line-height: 20px;
    color: #b9b3b3;
}

.gradient-option h1 {
    width: 85%;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 40px;
    float: left;
    text-align: left;
    font-size: 15px;
    color: #b9b3b3;
}

.jscolor {
    -webkit-appearance: none;
    border: none;
    width: 60px;
    right: 85px;
    height: 20px;
    /* cursor: zoom-in; */
    position: relative;
    float: right;
    /* top: 5px; */
    background-color: #b0aaaa;
    padding: 0;
}

.gradient-option input[type="color"]::-webkit-color-swatch {
    border: none;
    border-radius: 5px;
    padding: 0;
}

.gradient-option input[type="color"]::-webkit-color-swatch-wrapper {
    border: none;
    /*border-radius: 50%;*/
    padding: 0;
}

.remove-gradient {
    width: 130px;
    height: 30px;
    margin-right: 0px;
    margin-bottom: 1px;
    font-size: 16px;
    color: red;
    display: inline-block;
    background-color: transparent;
    border-radius: 3px;
    border-color: red;
    border-width: 1px;
    border-style: solid;
}

.remove-gradient-image {
    width: 89px;
    height: 30px;
    margin-left: 107px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 16px;
    color: red;
    display: inline-block;
    background-color: transparent;
    border-radius: 3px;
    border-color: red;
    border-width: 1px;
    border-style: solid;
}

.background-manager span {
    display: none;
}

.background-manager:hover span {
    z-index: 99;

    color: #b9b3b3;
    width: 120px;
    line-height: 42px;
    text-align: center;
    display: block;
    font-size: 15px;
    top: 90px;
    /*background-color: #b0aaaa;*/
    background: linear-gradient(to right, #b0aaaa, #272f3d);
    position: absolute;
    left: 42px;
}

#color-code-background {
    display: inline-block;
    -webkit-appearance: none;
    width: 40%;
    height: 30px;
    position: relative;
    background-color: transparent;
    padding: 0;
    color: #b9b3b3;
    top: -3px;
    left: 40px;
    border: 1px solid;
    border-color: #b0aaaa;
    border-right: none;
}

#color-code-background::placeholder {
    color: #b0aaaa;
}

#getColorBackgroud {
    display: inline-block;
    -webkit-appearance: none;
    border: none;
    width: 89px;
    left: 40px;
    height: 32px;
    top: 9px;
    cursor: zoom-in;
    position: relative;
    padding: 0;
}

.fake-input-file {
    width: 91px;
    display: inline-block;
    position: relative;
    left: 35px;
    height: 32px;
    background: url(./icon/upload-file.svg);
    background-size: cover;
    background-position: -5px 0px;
}

#text-bk-img {
    display: inline-block;
    -webkit-appearance: none;
    width: 40%;
    height: 30px;
    margin-bottom: 5px;
    position: relative;
    background-color: transparent;
    padding: 0;
    color: #b9b3b3;
    /*top: -8px;*/
    left: 40px;
    border: 1px solid;
    border-color: #b0aaaa;
    border-right: none;
}

#text-bk-img::placeholder {
    color: #b0aaaa;
}

#getval1 {
    display: inline-block;
    width: 100%;
    position: absolute;
    height: 30px;
    opacity: 0;
}

.text-manager span {
    display: none;
}

.text-manager:hover span {
    z-index: 99;
    width: 80px;
    color: #b9b3b3;
    line-height: 42px;
    text-align: center;
    display: block;
    font-size: 15px;
    top: 175px;
    /*background-color: #b0aaaa;*/
    background: linear-gradient(to right, #b0aaaa, #272f3d);
    position: absolute;
    left: 42px;
}

.has-hole-menu span {
    display: none;
}

.has-hole-menu:hover span {
    z-index: 99;
    width: 240px;
    color: #b9b3b3;
    line-height: 42px;
    text-align: center;
    display: block;
    font-size: 15px;
    top: 213px;
    /* background-color: #b0aaaa; */
    background: linear-gradient(to right, #b0aaaa, #272f3d);
    position: absolute;
    left: 42px;
}

.gradient-manager span {
    display: none;
}

.gradient-manager:hover span {
    z-index: 99;

    width: 230px;
    color: #b9b3b3;
    line-height: 42px;
    text-align: center;
    display: block;
    font-size: 15px;
    top: 46px;
    background: linear-gradient(to right, #b0aaaa, #272f3d);
    position: absolute;
    left: 42px;
}

.upload-text {
    display: inline-block;
    width: 350px;
    position: relative;
    text-align: center;
    background-color: transparent;
}

#getColorText {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 40px;
    font-size: 15px;
    line-height: 20px;
    color: #b9b3b3;
}

#open-text-manager {
    margin-left: 40px;
    color: #686868;
    float: left;
    border-bottom: 1px solid;
    width: 269px;
    text-align: left;
    font-size: 15px;
    margin-top: 20px;
    padding-bottom: 20px;
}

#open-text-manager:hover {
    cursor: pointer;
}

.upload-text span {
    display: inline-block;
    font-size: 16px;
    color: #b9b3b3;
    padding-bottom: 2px;
}

.upload-text input {
    /*margin-bottom: 30px;*/
}

#getColor_DC {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
    display: inline-block;
    width: 237px;
    height: 30px;
    margin: 0px 0px 10px 40px;
    color: #b9b3b3;
    background-color: #646464;

    /* -webkit-border-radius: 20px; */
    /* -moz-border-radius: 20px; */
    /* border-radius: 20px; */
    padding: 0px 0 0 10px;
}

#getColor {
    /*-webkit-appearance: none;*/
    /*border: none;*/
    /*width: 70px;*/
    right: 55px;
    /*height: 24px;*/
    /*cursor: zoom-in;*/
    /*position: relative;*/
    /*top: 5px;*/
    /*background-color: #b0aaaa;*/
    /*padding: 0;*/
    /*color: #000;*/
}

#getColor::-webkit-color-swatch {
    border: none;
    border-radius: 5px;
    padding: 0;
}

#getColor::-webkit-color-swatch-wrapper {
    border: none;
    border-radius: 50%;
    padding: 0;
}

input[type="color"] {
    -webkit-appearance: none;
    border: none;
    width: 28px;
    left: 5px;
    height: 28px;
    cursor: zoom-in;
    position: relative;
    top: 8px;
    background-color: #b0aaaa;
}

input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
}

input[type="color"]::-webkit-color-swatch {
    border: none;
    padding: 0;
}

.select-font {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
    display: inline-block;
    width: 237px;
    height: 30px;
    margin: 10px 0px 10px 40px;
    color: #b9b3b3;
    background-color: #686868;
    /* -webkit-border-radius: 20px; */
    /* -moz-border-radius: 20px; */
    /* border-radius: 20px; */
    padding: 0px 0 0 10px;
    /*border: 1px solid red;*/

}

.select-style {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
    display: inline-block;
    width: 237px;
    height: 30px;
    margin: 0px 0px 10px 40px;
    color: #b9b3b3;
    background-color: #686868;
    /* -webkit-border-radius: 20px; */
    /* -moz-border-radius: 20px; */
    /* border-radius: 20px; */
    padding: 0px 0 0 10px;
    /*border: 1px solid red;*/
}

/*in drum option */
.select-drum-size {

    display: inline-block;
    width: 80%;
    height: 30px;
    margin: 0px 0px 10px 0px;
    color: #b9b3b3;
    background-color: #686868;
    /*-webkit-border-radius: 20px;*/
    /*-moz-border-radius: 20px;*/
    /*border-radius: 20px;*/
    padding: 0px 0 0 10px;

    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);

}

/*.select-drum-size {*/
/*display: inline-block;*/
/*width: 60%;*/
/*height: 30px;*/
/*margin: 10px 0px 10px 65px;*/
/*color: #686868;*/
/*!* background-color: #686868; *!*/
/*!* -webkit-border-radius: 20px; *!*/
/*!* -moz-border-radius: 20px; *!*/
/*!* border-radius: 20px; *!*/
/*padding: 0px 0 0 10px;*/
/*}*/

.select-micPort-size {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
    display: inline-block;
    width: 80%;
    height: 30px;
    margin: 0px 0px 30px 0px;
    color: #b9b3b3;
    background-color: #686868;
    /*-webkit-border-radius: 20px;*/
    /*-moz-border-radius: 20px;*/
    /*border-radius: 20px;*/
    padding: 0px 0 0 10px;
}

.select-micPort-size-2 {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
    display: none;
    width: 80%;
    height: 30px;
    margin: 0px 0px 30px 0px;
    color: #b9b3b3;
    background-color: #686868;
    /*-webkit-border-radius: 20px;*/
    /*-moz-border-radius: 20px;*/
    /*border-radius: 20px;*/
    padding: 0px 0 0 10px;
}

.head_color {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
    display: inline-block;
    width: 80%;
    height: 30px;
    margin: 25px 0px 10px 0px;
    color: #b9b3b3;
    background-color: #686868;
    padding: 0px 0 0 10px;
}

#micPortOption2 {
    display: none;
}

.notes {
    display: inline-block;
    width: 350px;
    position: relative;
    text-align: center;
    background-color: transparent;
}

#open-notes-manager {
    margin-left: 40px;
    color: #686868;
    float: left;
    border-bottom: 1px solid;
    width: 269px;
    text-align: left;
    font-size: 15px;
    margin-top: 20px;
    padding-bottom: 20px;
}

#open-notes-manager:hover {
    cursor: pointer;
}

.butons {
    width: 100%;
    height: 50px;
    margin-bottom: 30px;
}

.butons_background {
    width: 100%;
    height: 50px;
}

.delete-general {
    width: 120px;
    height: 30px;
    margin-right: 0px;
    margin-top: 15px;
    font-size: 16px;
    float: right;
    color: red;
    display: inline-block;
    background-color: transparent;
    border-radius: 3px;
    border-color: red;
    border-width: 1px;
    border-style: solid;
}

.text-btn {
    width: 65%;
    text-align: left;
    height: 50px;
    margin-left: 40px;
    margin-right: 0px;
    float: left;
    font-size: 15px;
    font-weight: 100;
    color: #b9b3b3;
    margin-bottom: 15px;
    display: inline-block;
    background-color: transparent;
    border-radius: 3px;
    border: none;
    padding: 0;
}

.delete-btn-image {
    width: 120px;
    height: 30px;
    margin-right: 0px;
    margin-bottom: 10px;
    font-size: 16px;
    color: red;
    display: inline-block;
    background-color: transparent;
    border-radius: 3px;
    border-color: red;
    border-width: 1px;
    border-style: solid;
}

.delete-btn-micport {
    width: 120px;
    height: 30px;
    margin-right: 0px;
    margin-bottom: 5px;
    font-size: 16px;
    margin-top: 10px;
    color: red;
    display: inline-block;
    background-color: transparent;
    border-radius: 3px;
    border-color: red;
    border-width: 1px;
    border-style: solid;
}

.delete-btn-text {
    width: 120px;
    height: 30px;
    margin-right: 0px;
    margin-bottom: 1px;
    font-size: 16px;
    color: red;
    display: inline-block;
    background-color: transparent;
    /*border-radius: px;*/
    border-color: red;
    border-width: 1px;
    border-style: solid;
}

.delete-btn-background {
    width: 120px;
    height: 30px;
    margin-right: 0px;
    margin-bottom: 1px;
    font-size: 16px;
    color: red;
    display: inline-block;
    background-color: transparent;
    border-radius: 3px;
    border-color: red;
    border-width: 1px;
    border-style: solid;
}

#getText {
    width: 200px;
    height: 15px;
    font-size: 15px;
    line-height: 24px;
    margin: 15px 0 0 40px;
    background-color: #686868;
    color: #b9b3b3;
}

#getText ::placeholder {
    color: #909090;
}

#getText::-webkit-input-placeholder {
    text-align: left;
    font-size: 15px;
    line-height: 24px;
    padding-left: 0px;
    color: #909090;
}

#getText:focus::-webkit-input-placeholder {
    color: transparent;
}

#c {
    /*width: 450px!important;*/
    /*height: 450px!important;*/
    border-radius: 50%;
    position: relative !important;
    touch-action: none;
    user-select: none;
    overflow: hidden;
}

.canvas-container {
    left: 25px;
    top: 27px;
}

.bg-colors {
    display: none;
    padding-top: 10px;
    width: 350px;
    float: left;
}

.upload-background {
    text-align: left;
    display: inline-flex;
    margin-top: 15px;
    float: left;
}

#validation-background-image {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    color: #b9b3b3;
}

#open-background {
    margin-top: 10px;
    margin-left: 40px;
    font-size: 26px;
    float: left;
    color: #686868;
}

.change-background span {
    display: inline-block;
    margin-top: 15px;
    font-size: 24px;
    color: #b9b3b3;
}

.has-hole {
    display: inline-block;
    text-align: center;
    width: 350px;
    position: relative;
    background-color: transparent;
}

.open-mic-port {
    margin-left: 40px;
    color: #686868;
    float: left;
    border-bottom: 1px solid;
    width: 269px;
    text-align: left;
    font-size: 15px;
    margin-top: 20px;
    padding-bottom: 20px;
}

.open-mic-port:hover {
    cursor: pointer;
}

.layers_control {
    display: inline-block;
    width: 115px;
    position: relative;
    float: right;
}

.front_image {
    width: 50px;
    display: inline-block;
    position: relative;
    height: 50px;
    background: url(../icon/backward.svg);
    background-size: cover;
    z-index: 0;
}

#vertical_line {
    width: 3px;
    display: inline-block;
    position: relative;
    height: 25px;
    bottom: 10px;
    background-color: #dadada;
    z-index: 0;
}

.back_image {
    width: 50px;
    display: inline-block;
    position: relative;
    height: 50px;
    background: url(../icon/forward.svg);
    background-size: cover;
    z-index: 0;
}

.bring_to_front_button {
    height: 100%;
    background-color: transparent;
    border-width: 0;
    width: 100%;
    z-index: 1000;
    padding: 0;
}

.send_to_back_button {
    height: 100%;
    background-color: transparent;
    border-width: 0;
    width: 100%;
    z-index: 1000;
    padding: 0;
}

#start-customization {
    width: 185px;
    height: 30px;
    margin-left: 81px;
    margin-top: 20px;
    font-size: 15px;
    color: #686868;
    display: none;
    background-color: transparent;
    border-radius: 1px;
    border-color: #686868;
    border-width: 1px;
    border-style: solid;
}

#start-customization-dieCut {
    width: 185px;
    height: 30px;
    margin-left: 81px;
    margin-top: 20px;
    font-size: 15px;
    color: #686868;
    display: none;
    background-color: transparent;
    border-radius: 1px;
    border-color: #686868;
    border-width: 1px;
    border-style: solid;
}

.next-btn {
    width: 120px;
    height: 30px;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #b9b3b3;
    display: inline-block;
    background-color: transparent;
    border-radius: 3px;
    border-color: #b9b3b3;
    border-width: 1px;
    border-style: solid;
}

#background-set-color {
    width: 130px;
    height: 30px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 15px;
    display: inline-block;
    background-color: transparent;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
}

#background-set-color:hover {
    cursor: pointer;
}

#reset-btn {
    width: 120px;
    height: 30px;
    margin-left: 110px;
    font-size: 16px;
    margin-top: 10px;

    color: #686868;
    display: inline-block;
    background-color: transparent;
    border-radius: 3px;
    border-color: #757575;
    border-width: 1px;
    border-style: solid;
}

#finish-btn {
    width: 70%;
    font-size: 15px;
    color: #fff;
    background-color: #686868;
    line-height: 30px;
    border: 1px solid;
    border-color: #686868;
    margin-top: 5px;
    margin-bottom: 40px;
    border-radius: 0px;
    height: 40px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;

}
#submit2_desktop{
    line-height: 24px;
}

.final-config {
    position: relative;
    margin-top: 90px;
    width: 100%;
    display: inline-block;
    text-align: center;
}

#priece {
    font-size: 15px;
    color: #8a8989;
    margin-bottom: 8px;
}

#calc-priece-static-cling {
    width: 70%;
    font-size: 15px;
    color: #686868;
    line-height: 38px;
    border: 1px solid;
    border-color: #686868;
    margin: auto;
    margin-bottom: 8px;
    height: 38px;
}

#calc-priece-die-cut {
    display: inline-block;
    width: 70%;
    font-size: 15px;
    color: #686868;
    line-height: 30px;
    border: 1px solid;
    border-color: #686868;
    margin: auto;
    margin-bottom: 8px;
    height: 38px;

}

#purchase {
    width: 70%;
    font-size: 15px;
    color: #fff;
    background-color: #686868;
    line-height: 30px;
    border: 1px solid;
    border-color: #686868;
    margin: auto;
    margin-bottom: 40px;
}

#start-section-btn {
    width: 90px !important;
    height: 35px !important;
}

.add-hole {
    width: 65px;
    height: 27px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    font-size: 16px;
    color: #03bf03;
    display: inline-block;
    background-color: transparent;
    border-radius: 1px;
    border-color: #03bf03;
    border-width: 1px;
    border-style: solid;
}

.delete-hole {
    width: 65px;
    height: 27px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    font-size: 16px;
    color: #b9b3b3;
    display: inline-block;
    background-color: transparent;
    border-radius: 1px;
    border-color: #b9b3b3;
    border-width: 1px;
    border-style: solid;
}

#black-color {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 20px;
    background-color: black;
}

#white-color {
    width: 42px;
    height: 42px;
    border: 1px solid;
    border-color: #8b8b8b;
    border-radius: 20px;
    background-color: white;
}

#yellow-color {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 20px;
    background-color: #ffc501;
}

#apple-color {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 20px;
    background-color: #6aa82d;
}

#burgundy-color {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 20px;
    background-color: #6f010e;
}

#teal-color {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 20px;
    background-color: #018695;
}

#grey-color {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 20px;
    background-color: #8a8f8b;
}

#magenta-color {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 20px;
    background-color: #db1b5f;
}

#blue-color {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 20px;
    background-color: #b0aaaa;
}

#brown-color {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 20px;
    background-color: #473023;
}

#biege-color {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 20px;
    background-color: #e9d3b3;
}

#pink-color {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 20px;
    background-color: #ff7baa;
}

#red-color {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 20px;
    background-color: #c80000;
}

#purple-color {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 20px;
    background-color: #602c7e;
}

#cream-color {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 20px;
    background-color: #f4d48b;
}

#green-color {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 20px;
    background-color: #008543;
}

#ltBlue-color {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 20px;
    background-color: #00a1cf;
}

#metTeal-color {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 20px;
    background-color: #005157;
}

#metSilver-color {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 20px;
    background-color: #a5b2aa;
}

#orange-color {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 20px;
    background-color: #ff5b00;
}

#drkGrey-color {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 20px;
    background-color: #4b4b49;
}

#metGold-color {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 20px;
    background-color: #ad8a46;
}

#no-color {
    width: 120px;
    height: 30px;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 1px;
    font-size: 16px;
    color: red;
    display: inline-block;
    background-color: transparent;
    border-radius: 3px;
    border-color: red;
    border-width: 1px;
    border-style: solid;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 4001; /* Sit on top */
    /*padding-top: 100px; !* Location of the box *!*/
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
#checktext{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 4001; /* Sit on top */
    /*padding-top: 100px; !* Location of the box *!*/
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    text-align: center;
    vertical-align: center;
    font-size: 30px;
}
#checktext p{
    position: relative;
    top:55%;
    color: White;
    font-size: 60px;
 }

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.pop_up_contact {
    margin: 10% 40% 10% 40%;
    float: left;
    text-align: center;
}
.pop_up_contact p {
    margin-top: 10px;
    margin-bottom: 20px;
}
.percent-two-thirdform2 {
     position: relative;
     margin: auto;
     padding-left: 0px;
}
.bold-style2 {
    font-weight: 800;
    margin-bottom: 5px;
    padding-left: 0px;
}

.lds-roller {
    display: none;
    position: absolute;
    top: 220px;
    left: 220px;
    width: 64px;
    height: 64px;
    z-index: 9999;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff0000;
    margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1120px) {
    body {
        height: 100vh;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
    }

    p {
        margin-bottom: 20px;
    }

    a {
        color: #ff0000;
    }

    h3 {
        width: 100%;
        margin-left: 0;
        color: #444;
    }

    :visited {
        color: #ff0000;
    }

    #diecut {
        display: block;
    }

    #personalizate-section-static-cling {
        display: none;
    }

    #personalizate-section-die-cut {
        display: none;
    }

    #diecut {
        display: block;
    }

    #static {
        display: block;
    }

    .percent-one-third2 {
        text-align: center;
    }

    .bold-style2 {
        padding-left: 0;
    }

    .percent-two-thirdform2 {
        width: 75%;
        padding: 0;
        margin: 0 auto;
    }

    .inputfile-6 + label strong {
         display: inline-block;
    }

    input[type=submit] {
        margin: 0 auto;
    }

    .section-title {
        line-height: 36px;
    }

}