#maincontent #content .modal-request span, #maincontent #content .modal-request a span, #maincontent #content .modal-request a, #maincontent #content .modal-request p, #maincontent #content .modal-request div {
    color: #000;
}

.modal-notice span{
    font-size: 20px;
    font-weight: 600;
    color: #78c555 !important;
    display: none;
}

.gallery-contactproduct{
    position: relative;
}
.gallery-contactproduct .contactproduct-icon{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    padding: 20px 15px;
    cursor: pointer;
    opacity: 0.8;
}
.gallery-contactproduct .contactproduct-icon:hover{
    opacity: 1;
}
.gallery-contactproduct .custom_tooltip .tooltiptext{
    bottom: 90% !important;
}
.gallery-contactproduct .contactproduct-icon .icon-calculator{
    display: grid;
    background: url("../images/calculator.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 80px 100px;
    width: 80px;
    height: 100px;
}
.top-row, .bottom-row{
    margin-bottom: 15px;
    width: 100%;
}

.modal-request .clearfix{
    display: table;
}
.modal-request,.modal{
    display: none;
}
.modal-request.open,.modal.active{
    display: block;
    visibility: visible;
    -webkit-animation: slide-down .5s ease-out;
            -moz-animation: slide-down .5s ease-out;
}
.modal-request .modal-overlayer,.modal .modal-overlayer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0.9;
    z-index: 999;
}
.modal-request .modal-frontlayer,.modal .modal-frontlayer {
    position: fixed;
    background: #fff;
    border-radius: 5px;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
}
@media(max-width: 768px){
    .modal-request .modal-frontlayer,.modal .modal-frontlayer{
        height: 90%;
        width: 90%;
    }
}
.modal-request .modal-frontlayer .modal-inner,.modal .modal-frontlayer .modal-inner {
    display: grid;
    position: relative;
    background: #fff;
    height: 100%;
    width: 100%;
    padding: 10px;
    margin: auto;
    /*-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    border-radius: 5px;*/
}

@media(max-width: 768px){
    .modal-request .modal-frontlayer .modal-inner .modal-body{
        overflow-y: scroll;
    }
}

.modal-request .modal-frontlayer .modal-inner .modal-header {
    font-weight: bold;
    color: #02182F;
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #bebebe;
}
.modal-request .modal-frontlayer .modal-inner .closeModal,.modal .closeModal{
    float: right;
    cursor: pointer;
    padding: 0px 8px 2px 8px;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #333;
    border-radius: 100%;
    color: #fff !important;
    font-weight: bolder;
    border: 3px solid #fff;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    vertical-align: middle;
    font-size: 18px;
    z-index: 9;
}
.modal-request table {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
}
.modal-request table, .modal-request td, .modal-request th {
    border: 1px solid #bebebe;
    padding: 10px;
}
.modal-request td{
    background: #fff;
}
.modal-request th{
    background-color: #f1f1f1;
    text-transform: capitalize;
}
.modal-request input[type="text"],.modal input[type="text"]{
    padding: 10px;
    width: 100%;
    border: 1px solid #DFDFDF;
    border-radius: 3px;
}
.modal-request textarea,.modal textarea{
    padding: 10px;
    width: 100%;
    height: 260px;
    border: 1px solid #DFDFDF;
    border-radius: 3px;
}
.modal-request .col-left{
    width: 60%;
    padding-right: 10px;
    float: left;
}
.modal-request .col-right{
    width: 40%;
    padding-left: 10px;
    float: right;
}
.modal-request .group,.modal .group{
    margin-bottom: 5px;
}
.modal-request .label,.modal .label{
    all: unset;
    padding: 5px 0px;
    font-weight: bold;
    display: block;
}
.modal-request .error{
    font-size: 12px;
    font-weight: 500;
    color: #ff0000;
}

.col-left-bottom, .col-right-bottom{
    margin-bottom: 15px;
}

.col-right-bottom input[type="submit"]{
    width: 100%;
    background: #78C555;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    font-size: 18px;
    border: none;
    border-radius: 3px;
}

.col-right-bottom input[type="submit"]:hover{
    background: #69ad4b;
}

.col-left-bottom input[type="radio"] { display: none; } 
.col-left-bottom input[type="radio"] + label { font-weight: 400; font-size: 14px; } 
.col-left-bottom input[type="radio"] + label span,.modal-request input[type="radio"] + label span { display: inline-block; width: 18px; height: 18px; margin: -2px 10px 0 0; vertical-align: middle; cursor: pointer; -moz-border-radius: 50%; border-radius: 50%; border: 3px solid #424244; } 
.col-left-bottom input[type="radio"] + label span,.modal-request input[type="radio"] + label span { background-color: #fff; } 
/*input[type="radio"]:checked + label { color: #333; font-weight: 700; } */
.col-left-bottom input[type="radio"]:checked + label span,.modal-request input[type="radio"]:checked + label span { background-color: #424244; border: 2px solid #424244; box-shadow: 2px 2px 2px rgba(0,0,0,.1); } 
.col-left-bottom input[type="radio"] + label span, input[type="radio"]:checked + label span { -webkit-transition: background-color 0.24s linear; -o-transition: background-color 0.24s linear; -moz-transition: background-color 0.24s linear; transition: background-color 0.24s linear; }
#popup_custom_production_form .input-file{
    display: none;
}
#popup_custom_production_form .upload{
    background: #edb015;
}
#popup_custom_production_form input[type="radio"]{
    display: none;
}
#popup_custom_production_form .image-list li{
    float: left;
    width: 30%;
    border: 1px solid #ccc;
    margin-left: 3%;
    list-style: none;
}
.ship-item  img{
    max-width: 85px;
}
.ship-item input[type="radio"] + label img{
    border: 3px solid #fff;
}

.ship-item input[type="radio"]:checked + label img{
    border-color: #69ad4b;
}
.badge_size input[type="text"]{
    width: 100%;
    border-radius: 3px;
    border: 1px solid #bebebe;
    padding: 10px;
}
.badge_size .choosetypesize{
    margin-bottom: 15px;
}
.badge_size .choosetypesize select{
    height: 40px;
    border-radius: 3px;
    border: 1px solid #bebebe;
}
.badge_size .inputsize .input{
    padding: 0px;
}
.badge_size .xlabel label{
    font-weight: bold;
    font-size: 20px;
    padding: 2px;
}