#svg-live-preview{
    display: none;
}
#svg-live-preview:before, #svg_inline_text:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .5;
    background-image: url(bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
#svg_inline_text.dark:before {
    background-image: url(bg-dark.jpg);
}
#svg-live-preview > svg, #svg_inline_text > svg{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}

.mplus-clear-fix::before{
    content: '';
    display: block;
    clear: both;
}

.preview-wrapper{
   background-color: #fafafa;
    margin-top : 45px;
    margin-bottom : 45px;
    padding: 20px 15px;
}

.product-type-simple .preview-wrapper{
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
}



.preview-option{
    float: right;
}
.product-type-simple .preview-option{
    float: left;
}

.product-type-simple .mpcos-option-field{
    padding-left: 0;
}

.preview-header{
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 8px 8px;
    box-shadow: 0 1px 0 rgba(14,19,24,.15);
    border-bottom: none;
    font-size: 15px;
    height: 40px;
}

.preview-display{
    border: 1px dashed #ccc;
    position: relative;
}

.preview-text-input-section{
    width: 65%;
    float: left;
    padding: 1%
}

.product-type-simple .preview-text-input-section,
.product-type-simple .preview-font-input-section,
.product-type-simple .preview-color-input-section{
    width: 100%;
    float: none;
}

.preview-text-input-section input, #decal-size-chooser{
    height: 2.625rem !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    -webkit-appearance: none !important;
    margin: 0;
}

.preview-text-input-section .field-desc{
    color: #777;
    font-size: .75rem;
}

.preview-font-input-section{
    width: 35%;
    float: left;
    padding: 1%;
}

.preview-color-input-section{
     width: 50%;
    float: left;
    padding: 1%
}

.preview-size-input-section{
     width: 50%;
    float: left;
    padding: 1%
}

#decal-font-chooser{
    width: 100%;
    box-shadow: none;
    border-radius: 0px;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    font-weight: bold;
    padding: 8px 10px;
    text-transform: capitalize;
    margin: 25px 0px 0px 0;
    background-color: #fff;
    display: inline-block;
    height: 2.625rem;
    text-transform: uppercase;
}

.product-type-simple #preview-text-input,
.product-type-simple #decal-font-chooser{
    margin-top: 0;
    margin-bottom: 0;
}

/*.product-type-simple #preview-text-input{
    min-height: 100px;
}*/

input[type="number"].decal-dim {
    font-size: 1.1rem;
    color: #404040;
    padding: 10px;
    border: 1px solid #c8c8c8;
    background-color: #fff;
    border-radius: 3px;
    -webkit-font-smoothing: antialiased;
    max-width: 80px;
    box-shadow: none;
    -moz-appearance: textfield;
    appearance: textfield;
    width: 100px;
    margin-bottom: 0;
    margin-right: 5px;
}

#decal-color-chooser, #background-color-chooser{
    width: 100%;
    box-shadow: none;
    border-radius: 0px;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    font-weight: bold;
    padding: 8px 10px;
    font-size: 20px;
    text-transform: capitalize;
    background-color: #fff;
    display: inline-block;
    height: 2.625rem;
    text-transform: uppercase;
}

#decal-font-chooser .fa-sort-down, #decal-color-chooser .fa-sort-down, #background-color-chooser .fa-sort-down {
    float: right;
    font-size: 15px
}

.selected-color{
    width: 24px;
    height: 100%;
    display: inline-block;
    border-radius: 20px;
    margin: 0;
    float: left;
    border: 1px solid #888;
}

.selected-color img{
    width: 100%;
    height: 100%;
    padding: 0;
    float: left;
    border-radius: 50%;
}

.selected-color-name{
    font-size: 15px;
    text-transform: none;
    margin-left: 5px;
    float: left;
}

.swatch-opiton {
    display: inline-block;
    height: 100px;
    width: 100px;
    background: whitesmoke;
    padding: 1%;
    font-size: 9px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    margin: 0;
    float: left;
    transition: all 0.5s ease 0s;
}
.swatch-opiton:hover {
    background: #afafaf;
}
span.swatch-body {
    display: block;
    height: 70px;
    width: 70px;
    margin: 0 auto;
    border-radius: 35px;
    border: 1px solid #999;
}

span.swatch-body img {
    border-radius: 35px;
}

div#modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    background: rgba( 1, 1, 1, .5);
    display: none;
}

.main-modal {
    max-width: 600px;
    padding: 50px 0;
    margin: 20px auto;
    max-height: calc(100vh - 40px);
    background: #fff;
    position: relative;
    z-index: 999999;
    display: none;
    overflow-y: scroll;
}
#order_sample_modal{
    overflow: hidden;
}
.main-modal-container{
    width: 500px;
    margin: 0 auto;
}
button.main-modal-close {
    position: absolute;
    height: 45px;
    width: 45px;
    background-color: #222;
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    top: 0;
    right: 0;
    margin: 0;
    font-weight: bold;
    display: block;
    padding: 0;
}

.font-opiton {
    text-align: center;
    font-size: 25px;
    cursor: pointer;
    margin: 0;
    border-top: 2px solid #d6d6d6;

}
.font-opiton:{
    transition: all 0.5s ease 0s;
    background: #90ffe9;
}
.font-opiton small{
    font-size: 50%;
}

.modal-description{
    text-align: center;
    margin-bottom: 30px;
    background-color: #d7ffdc;
}
.modal-heading{
    text-align: center;
}

#preview-text-input:hover, #decal-font-chooser:hover, #decal-color-chooser:hover, #decal-size-chooser:hover{
    border: 1px solid #1abc9c;
    transition: all 0.5s ease 0s;
}
#preview-text-input:focus, #decal-font-chooser:focus, #decal-color-chooser:focus, #decal-size-chooser:focus{
    border: 1px solid #1abc9c;
    transition: all 0.5s ease 0s;
}

.focused_item{
    color: #1abc9c !important;
    border: 1px solid #1abc9c !important;
}

p.font-text-container{
    margin: 0;
}

.chars_error{
    color: #ff1c1c;
}

.limit-warnings{
    font-size: 0.60rem;
    background: #b9b9b9;
    display: inline-block;
    padding: 0px 6px;
    border-radius: 10px;
    color: #222;
    font-weight: bold;
}

#product-addons-total{
  display: none;
}

p.alt-call-to-action a {
    color: #fff;
}

p.size-input-section, p.lamination-input-section {
    width: 100%;
    float: left;
    margin-bottom: 0;
    line-height: 100%;
}

select.size-input-lamination.lamination-input-field {
  width: 100%;
  text-align: center;
  background-color: #fff;
}

select.size-input-height.size-input-field {
    width: 44%;
    float: left;
    text-align: center;
    margin-bottom: 0;
    background-color: #fff;
}

p.size-input-section em {
    width: 12%;
    float: left;
    text-align: center;
    line-height: 42px;
    color: #444;
    font-style: normal;
}

select.size-input-width.size-input-field {
    width: 44%;
    float: left;
    text-align: center;
    margin-bottom: 0;
    background-color: #fff;
}

.variation_form_section {
    padding: 5px;
    background-color: #f7f7f7;
}

.variation_form_section .pricing__summary.clearfix {
    color: #000;
    margin-top: 40px;
    padding: 0 5px;
    position: relative;
    vertical-align: bottom;
}

.variation_form_section .pricing__final {
    float: right;
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
}

.variation_form_section .pricing__summary>span {
    text-transform: uppercase;
    display: inline-block;
    bottom: 0;
}

.variation_form_section select {
    height: 2.5rem;
    margin: 0 0 1.25rem;
    padding: .625rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    background-color: #fbfbfb;
    font-family: inherit;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(0,0,0,.85);
    background-origin: content-box;
    background-position: right -1.25rem center;
    background-repeat: no-repeat;
    padding-right: 1.875rem;
    transition: box-shadow .5s,border-color .25s ease-in-out;
}

.variation_form_section select:focus {
    border: 1px solid #1abc9a;
    transition: all 0.5s ease 0s;
    box-shadow: none !important;
}

.variation_form_section.custom_size_only_product {
    margin-bottom: 20px;
}

.variation_form_section .pricing__final small {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    margin-right: 8px;
}

.easy-apply-color{
    display: none;
}

.da-hero-ex {
    position: relative;
    margin-bottom: 25px;
    z-index: 9;
}

/*Responsive*/

@media only screen and (max-width: 600px) {

    .main-modal{
        width: 500px;
    }

    .main-modal-container{
        width: 400px;
    }

}

@media only screen and (max-width: 500px) {

    .main-modal{
        width: 400px;
    }
    .main-modal-container{
        width: 300px;
    }
    .product-container .product-main{
        padding: 0;
    }
    .product-container .product-info{
        padding: 5px 15px 0 15px;
    }
    .product-container .preview-wrapper{
        padding: 0;
    }
    .product-container .is-divider{
        display: none;
    }
    .product-container .col{
        padding-bottom: 0;
    }
    .product-container .yotpo{
        margin: 0;
    }
    .product-container .mpcos-option-field{
        padding-top: 0;
    }

}

@media only screen and (max-width: 400px) {
	.preview-header {
	  font-size: 14px;
	}
	.preview-dimension {
	  font-size: 10px;
	}
	.main-modal {
	  width: 95%;
	}
	.selected-color-name {
	  display: none;
	}

}
