@import url('https://fonts.googleapis.com/css?family=Nunito:400,600');

.notice-warning,
.settings-error,
.notice,
.is-dismissible {
    display:none;
}

.-shwproduct-modal {
    display:none;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    overflow-y:scroll;
    left:0;
    justify-content:center;
    align-items:center;
    background-color:rgba(0, 0, 0, .6);
    z-index:99999;
    font-family:'Nunito', sans-serif;
}
.-shwproduct-modal-content {
    width:80%;
    margin:0 auto;
    position:relative;
    top:5%;
    min-width:400px;
    background:#fff;
    border-radius:3px;
    overflow:hidden;
    -webkit-box-shadow:0 3px 6px rgba(0, 0, 0, 0.3);
    box-shadow:0 3px 6px rgba(0, 0, 0, 0.3);
    -webkit-animation-duration:.7s;
    -moz-animation-duration:.7s;
    animation-duration:.7s;
}
.-shwproduct-modal-content-body {
    padding:15px 35px;
    max-height:700px;
    overflow-y:auto;
}
.-shwproduct-modal-content-header {
    position:relative;
    display:flex;
    justify-content:flex-start;
    align-items:center;
    background:#6199f3;
    color:#fff;
}
.-shwproduct-modal-content-header h2 {
    color:#fff;
}
.-shwproduct-modal-header-icon {
    margin:14px 19px;
}
.-shwproduct-modal-header-icon i {
}
.-shwproduct-modal-header-title {
    font-size:24px;
    margin-bottom:10px;
}
.-shwproduct-modal-header-subtitle {
    font-size:14px;
    margin-right:50px;
}
.-shwproduct-modal-close {
    display:block;
    position:absolute;
    width:17px;
    height:17px;
    top:17px;
    right:22px;
    cursor:pointer;
}
.-shwproduct-modal-close i {
    font-size:16px;
}
.-shwproduct-modal-content-footer {
    padding-bottom:23px;
    text-align:center;
}
.-shwproduct-modal-cb {
    margin-bottom:11px;
}
.-shwproduct-modal-cb input {
    margin-right:16px;
}
.-shwproduct-modal-cb span {
    font-size:14px;
    color:#000;
}
.-shwproduct-modal-textarea {
    margin-top:20px;
}
.-shwproduct-modal-textarea label {
    display:block;
    font-size:14px;
    font-weight:600;
    color:#000;
}
.-shwproduct-modal-textarea textarea {
    width:100%;
    height:65px;
}
.shwproduct-deactivate-plugin-image-product {
    display:inline-block;
    height:34px;
    padding:0 29px;
    margin-right:7px;
    line-height:34px;
    background-color:#fff;
    border:1px solid #dd1629;
    border-radius:3px;
    font-size:15px;
    color:#dd1629;
    text-decoration:none;
}
.shwproduct-deactivate-plugin-image-product:hover {
    color:#fff;
    background-color:#dd1629;
}
.shwproduct-cancel-deactivation-image-product {
    display:inline-block;
    height:34px;
    padding:0 29px;
    margin-right:7px;
    line-height:34px;
    background-color:#dd1629;
    border:1px solid #dd1629;
    border-radius:3px;
    font-size:15px;
    color:#fff;
    text-decoration:none;
}
.shwproduct-cancel-deactivation-image-product:hover {
    color:#dd1629;
    background-color:#fff;
}