#breadcrumbs{
    padding: 20px 10px;
}
#breadcrumbs a,
#breadcrumbs span,
#breadcrumbs .breadcrumb_last {
    color: #808080;
    font-size: 19px;
}

#breadcrumbs a,
#breadcrumbs .breadcrumb_last {
    padding: 0 16px;
}

h2 {
font-size: 31px;
color: #00A12F; }

h3 {
    font-size: 28px;
    color: #1A1A1A;
    font-weight: 100;
}


.green-button {
    border: 1px solid #00A12F;
    min-width: 230px;
    color: #00A12F;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 5px 50px;
    background-color: transparent;
    cursor: pointer;
}

.green-button:hover {
    background: #00A12F;
    color: #ffffff;
}

.green-button.invert{
    background: #00A12F;
    color: #ffffff;
}

.green-button.invert:hover {
    background: #ffffff;
    color: #00A12F;
}

#customize .nav-tabs .nav-link{
    border: none;
    text-align: center;
    font-size: 24px;
    margin-top: 15px;
    color: #000000;
    padding: 10px 50px;
}

#customize .nav-tabs .nav-link.active{
    background-color: transparent;
}

#customize .nav-tabs .nav-link p{
    margin-top: 15px;
}

#customize h2 {
font-size: 39px;
color: #808080; }
#customize h2::after {
    content: '';
    background-color: #00A12F;
    display: block;
    height: 1px;
    width: 100px;
    background-color: #00A12F;
    margin: 0 auto;
    margin-top: 15px; }

#customize .icon {
cursor: pointer;
top: 0; }
#customize .icon p {
    font-size: 24px;
    margin-top: 15px;
    color: #000000;
    padding: 0; }
#customize .icon:hover {
    top: 10px; }

#customize .card-blank {
position: absolute;
top: 0;
left: 0;
z-index: 99; }

#customize .blank {
position: absolute;
top: 0;
z-index: 99; }

#customize .card-draw {
position: absolute;
top: 0;
left: 0;
z-index: 90;
border-radius: 25px; }

#customize .card {
background-color: transparent; }

#customize .card-container {
width: 400px;
margin: auto;
position: relative;
overflow: hidden;
border: 1px solid #ccc;
border-radius: 29px; }

#customize #cropContainerEyecandy {
width: 400px;
height: 259px;
position: relative;
border-radius: 25px; }
#customize #cropContainerEyecandy img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

#customize .card {
position: absolute;
top: 0;
z-index: 999; }

#customize .croppedImg {
border-radius: 25px; }

#customize .wPaint-menu-icon-name-pencil {
padding: 1px 10px; }
#customize .wPaint-menu-icon-name-pencil .wPaint-menu-icon-img {
    background-image: url("../images/customize-cards/pencil.png") !important;
    background-position: 0 0 !important; }

#customize .wPaint-menu-icon-name-text {
padding: 1px 10px; }
#customize .wPaint-menu-icon-name-text .wPaint-menu-icon-img {
    background-image: url("../images/customize-cards/text.png") !important;
    background-position: 0 0 !important; }

#customize .wPaint-menu-icon-name-fillStyle .wPaint-menu-icon-img {
margin: 0;
width: 32px;
height: 32px;
background-color: transparent  !important;
background-image: url("../images/customize-cards/color-picker.png") !important;
background-position: 0 0 !important; }

#customize .wPaint-menu-icon-name-strokeStyle .wPaint-menu-icon-img {
margin: 0;
width: 32px;
height: 32px;
background-color: transparent  !important;
background-image: url("../images/customize-cards/color-picker.png") !important;
background-position: 0 0 !important; }

#customize #wPaint {
position: relative;
background-color: transparent !important; }

#customize .wPaint-menu {
position: relative !important;
z-index: 998;
width: 400px;
top: 0px !important;
left: 0px !important; }

#customize .wPaint-canvas-bg {
position: relative !important;
z-index: 998;
width: 400px;
top: 0px !important;
left: 0px !important;
border-radius: 25px;
border: 1px solid #ccc; }

#customize .wPaint-canvas {
z-index: 999;
border-radius: 25px;
border: 1px solid transparent;}

#customize .wPaint-canvas-temp {
border: 1px solid #ccc; }

/* ::-webkit-file-upload-button {
    background: black;
    color: red;
    padding: 1em;
} */

input[type="file"] {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    min-width: 250px;
    width: 60%;
    cursor: pointer;
}

#upload_file {
    position: absolute;
    top: 0;
    bottom: 0;
    min-width: 250px;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #00213C;
    border-radius: 21px;
    cursor: pointer;
}

/* .bottom_line::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #00213C;
} */

@media only screen and (max-width: 768px) {
    #customize .wPaint-menu{
        width: 100% !important;
    }
    
    #customize .wPaint-canvas-bg {
        width: 300px;
    }

    #customize .card-blank,
    #customize .card-draw{
        left: 4% !important;
    }

    #wPaint-img-result{
        min-height: 250px;
        margin-top: 40px;
    }

    .green-button{
        min-width: 160px;
        width: 100%;
        padding: 15px 50px;
    }

    #upload_file{
        display: block;
        height: 60px;
        width: 100%;        
        position: relative;
        border-radius: 30px;
        margin-bottom: 20px;
    }
    
}