body {
    font-family: "PT Sans", sans-serif;
    color: #444;
    background: #f6f6f6;
}
h1.h2,
h3,
h4,
h5,
h6 {
    font-family: Rajdhani, sans-serif;
}
[data-tabs] {
    display: flex;
    background: #eee;
    padding: 10px;
    border: 2px solid #ccc;
}
[data-tabs] > * {
    padding: 8px 18px;
    cursor: pointer;
}
[data-tabs] .active {
    background: #454a4e;
    color: #fff;
    border-radius: 5px;
}
[data-panes] > * {
    display: none;
    border: 2px solid #ccc;
    border-top: none;
    padding: 20px;
}
[data-panes] > .active {
    display: inline-block;
    border: 0;
    background: #fff;
    padding: 0 !important;
    width: 100%;
}
.new_select_option-wrap {
    height: 62px;
}
.main-panel {
    border: 0;
    padding: 0;
    background: #565a5e;
    color: #fff;
}
.main-panel h4 {
    margin: 5px;
    text-transform: uppercase;
    font-size: 19px;
}
.vertical-tab div {
    padding: 11px 20px;
    text-transform: uppercase;
}
.vertical-tab {
    padding: 0;
    border: 0;
}
.vertical-tab .active {
    background: #c17d33;
    border-radius: 0;
}
.vertical-tab-content {
    min-height: 450px;
    padding: 15px;
    font-family: Lato, sans-serif;
    border: 2px solid #c17d33;
}
.main__wrap h3 {
    margin-top: 0;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.new_single-tab div {
    display: inline-block;
    vertical-align: top;
}
.new_single-tab {
    display: inline-block;
    padding: 0;
    border: 1px solid;
    border-radius: 7px;
}
.new_image-wrap img {
    width: 112px;
    height: 98px;
    object-fit: cover;
}
.new_li {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 36px;
}
.new_single-tab-content-wrap.new_image-wrap div {
    display: inline-block;
    vertical-align: top;
    margin-right: 24px;
}
.new_main__wrap h5 {
    margin: 0 0 11px 0;
    font-size: 13px;
    font-family: lato;
    text-transform: uppercase;
    word-spacing: 2px;
}
label.new_fontfamily {
    font-size: 16px;
    position: relative;
    top: -2px;
}
.new_main__wrap input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-top: 2px;
    appearance: none;
    width: 12px;
    height: 15px;
    border-radius: 50%;
    outline: 0;
    box-shadow: 0 0 0 1px grey;
    margin-right: 7px;
    vertical-align: top;
}
.new_main__wrap input[type="radio"]:before {
    content: "";
    display: block;
    width: 68%;
    height: 68%;
    margin: 2px 2px;
    border-radius: 50%;
}
.new_main__wrap input[type="radio"]:checked:before {
    background: #c17d33;
}
.new_tabcontent03.li .new_image-wrap img {
    width: 217px;
    border: 1px solid;
    height: 138px;
    object-fit: cover;
    object-position: left left;
}
h2 {
    text-transform: uppercase;
}
.new_input-gp {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}
.new_template-tab {
    padding: 0;
    border: 0;
    overflow: hidden;
    display: block;
    border-radius: 5px;
    height: 62px;
    background: 0 0;
}
.new_template-tab div {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 15px;
    padding-left: 0;
}
.new_tabcontent02.new_li {
    float: right;
}
.new_tabcontent02.new_li:after {
    content: "";
    display: block;
    clear: both;
}
.new_template-tab h2 {
    margin-top: 14px;
    font-size: 19px;
    font-family: Rajdhani, sans-serif;
    color: #c17d33;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.new_template-tab .new_preview-btn {
    right: 10px;
}
.template-tab .active {
    background: 0 0;
    border-radius: 0;
}
.active .new_template {
    padding: 18px;
    position: relative;
}
.new_sitedecoration,
.new_template {
    overflow: hidden;
}
.new_sitedecoration.active {
    padding: 18px;
}
label.new_color1 {
    display: inline-block;
    background: -webkit-linear-gradient(#a56527, #e39b44, #fefdb0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 23px;
    font-weight: 700;
}
label.new_color2 {
    display: inline-block;
    background: -webkit-linear-gradient(#da9e42, #edc280, #dec93d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 5px 8px rgba(212, 164, 68, 0.5);
    font-size: 23px;
    font-weight: 700;
}
label.new_color3 {
    display: inline-block;
    background: -webkit-linear-gradient(#dec93d, #edc280, #da9e42);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 23px;
    font-weight: 700;
    animation: txt3 15s 0.9s linear infinite;
}
@keyframes txt3 {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 1;
        transform: scale(0.9);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.new_message-setting textarea {
    color: #000;
    background-color: #fff !important;
    text-align: left !important;
    width: 100%;
    height: 53px;
    border-radius: 3px;
    font-size: 15px;
    padding: 10px;
    resize: none;
    background: 0 0;
}
input:focus,
textarea:focus {
    outline: 0;
    text-align: left;
    color: #000;
}
.new_message-setting .new_part-wrap {
    padding-top: 8px;
}
.new_code-input {
    margin-top: 8px;
}
::-webkit-input-placeholder {
    color: #c17d33;
}
::-moz-placeholder {
    color: #c17d33;
}
:-ms-input-placeholder {
    color: #c17d33;
}
:-moz-placeholder {
    color: #c17d33;
}
.new_code-input input,
.new_type-product input {
    color: #000;
    text-align: left !important;
    background-color: #fff !important;
    width: 200px;
    height: 35px;
    border-radius: 3px;
    font-size: 15px;
    padding-left: 7px;
    border: 1px solid #dedede;
    background: 0 0;
}
.new_product-setting .new_part-wrap {
    margin-top: 8px;
}
.new_layout-wrap {
    margin-top: 8px;
}
.new_layout-wrap div {
    display: inline-block;
    vertical-align: top;
    width: 18%;
    margin-right: 2%;
    box-sizing: border-box;
}
.new_layout-wrap label.new_role {
    width: 90%;
    display: inline-block;
}
.new_layout-wrap label.new_role img {
    width: 159px;
    height: auto;
    object-fit: cover;
    height: 216px;
}
.new_coupon-code,
.new_message-setting,
.new_product-setting {
    margin-top: 20px;
}
.new_layout-wrap input {
    margin-bottom: 11px;
}
.new_select-type div {
    padding: 6px 0;
}
.new_preview-btn label,
.new_preview-btn_tc label {
    margin: 8px 0 14px;
    font-size: 16px;
    font-family: lato;
    text-transform: uppercase;
    word-spacing: 2px;
    font-weight: 700;
}
.new_select_option-wrap div {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 44px 0;
}
.new_tabcontent01.new_li .new_hide-option {
    height: 0;
    transition: all 0.5s;
    visibility: hidden;
    display: block !important;
}
.new_tabcontent01.new_li .new_show-option {
    height: 170px !important;
    transition: all 0.5s;
    visibility: visible;
    background: rgba(193, 125, 51, 0.1);
    display: block !important;
}
.new_tc_padding {
    padding: 3%;
}
.new_hide-option {
    display: none;
}
.new_show-option {
    display: block !important;
}
.new_giftbox-effect h5,
.new_giftbox-position h5,
.new_main__wrap .duration-date h5,
.new_main__wrap .greetings-type h5 {
    margin-top: 0;
    font-family: Rajdhani, sans-serif;
    color: #c17d33;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.new_giftbox-effect .new_select-type {
    padding-top: 13px;
}
.new_select-type label {
    margin: 8px 0 14px;
    font-size: 13px;
    font-family: lato;
    text-transform: uppercase;
    word-spacing: 2px;
    font-weight: 700;
}
.new_duration-date label {
    font-size: 13px;
    font-family: lato;
    text-transform: uppercase;
    word-spacing: 2px;
    font-weight: 700;
    width: 85px;
    display: inline-block;
    line-height: 28px;
}
.new_duration-date input {
    margin-top: 0;
    height: 32px;
    margin-bottom: 8px;
}
.new_giftbox-effect img {
    width: 84px;
}
.new_giftbox-effect .new_select-type div {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.new_giftbox-position .new_select-type div {
    display: inline-block;
    margin-right: 24px;
}
.new_btn-switch {
    margin-left: 12px;
    font-size: 6em;
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 0;
    height: 46px;
    margin-bottom: 10px;
    width: 120px;
}
label.new_btn-switch__label.new_btn-switch__label_yes {
    position: absolute;
    width: 100%;
    left: -11px;
}
label.new_btn-switch__label.new_btn-switch__label_no {
    position: absolute;
    width: 100%;
    right: 0;
    text-align: right;
}
.new_btn-switch__radio {
    display: none;
}
.new_btn-switch__label {
    display: inline-block;
    padding: 7px 8px 7px 8px;
    vertical-align: top;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}
.new_btn-switch__label + .new_btn-switch__label {
    padding-right: 0.75em;
    padding-left: 0;
}
.new_btn-switch__txt {
    position: relative;
    z-index: 2;
    display: inline-block;
    min-width: 1.5em;
    opacity: 1;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
}
.new_btn-switch__radio_no:checked ~ .new_btn-switch__label_yes .new_btn-switch__txt,
.new_btn-switch__radio_yes:checked ~ .new_btn-switch__label_no .new_btn-switch__txt {
    opacity: 0;
}
.new_btn-switch__label:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #bd001d;
    border-radius: 1.5em;
    box-shadow: inset 0 0.0715em 0.3572em rgba(43, 43, 43, 0.05);
    transition: background 0.2s ease-in-out;
}
.new_btn-switch__radio_yes:checked ~ .new_btn-switch__label:before {
    background: #6ad500;
}
.new_btn-switch__label_no:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0.5em;
    bottom: 0.5em;
    left: 0.5em;
    width: 2em;
    background: #fff;
    border-radius: 1em;
    pointer-events: none;
    box-shadow: 0 0.1429em 0.2143em rgba(43, 43, 43, 0.2), 0 0.3572em 0.3572em rgba(43, 43, 43, 0.1);
    transition: left 0.2s ease-in-out, background 0.2s ease-in-out;
}
.new_btn-switch__radio_yes:checked ~ .new_btn-switch__label_no:after {
    left: calc(100% - 2.5em);
    background: #fff;
}
.new_btn-switch__radio_no:checked ~ .new_btn-switch__label_yes:before,
.new_btn-switch__radio_yes:checked ~ .new_btn-switch__label_no:before {
    z-index: 1;
}
.new_btn-switch__radio_yes:checked ~ .new_btn-switch__label_yes {
    color: #fff;
}
.new_btn-switch input {
    opacity: 0;
}
.new_select_option-wrap .new_btn-switch label {
    margin: 0;
    font-size: 16px;
    font-family: lato;
    text-transform: uppercase;
    word-spacing: 0;
    font-weight: 700;
}
label.new_fontfamily1 {
    font-family: "Great Vibes", cursive;
    font-size: 21px;
}
label.new_fontfamily2 {
    font-family: Lobster, cursive;
    font-size: 21px;
}
label.new_fontfamily3 {
    font-family: "Dancing Script", cursive;
    font-size: 21px;
}
.new_iframe-popop {
    display: block !important;
}
.new_select_option-wrap .new_preview-popop {
    border: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    display: none;
    padding: 28px;
    z-index: 99999;
    background: #000;
}
body .new_preview-popop_tc {
    border: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    display: none;
    padding: 28px;
    z-index: 99999;
    background: #000;
}
.new_iframe-popop,
.new_iframe-popop_tc {
    display: flex !important;
    margin: 0 !important;
    height: 100%;
}
.new_iframe-popopwrap {
    margin: 0 !important;
    height: 100%;
    width: 100%;
}
.new_close-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    cursor: pointer;
    text-transform: lowercase !important;
}
.new_close-overlay_1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    cursor: pointer;
    text-transform: lowercase !important;
}
.new_preview-btn,
.new_preview-btn_tc {
    width: 135px;
    padding: 0;
    height: 34px;
    line-height: 31px;
    text-align: center;
    background: #c17d33;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    position: absolute;
    right: 0;
    border-radius: 4px;
    margin: 0 !important;
}
p.new_preview-btn_tc {
    top: 18px;
}
.new_sitedecoration {
    position: relative;
}
.new_close-overlay::after {
    content: "x";
    color: #fff;
    background: #c17d33;
    width: 24px;
    display: inline-block;
    text-align: center;
    height: 24px;
    font-size: 24px;
    float: right;
    position: absolute;
    right: 27px;
}
.new_close-overlay_1::after {
    color: #fff;
    background: #c17d33;
    width: 24px;
    display: inline-block;
    text-align: center;
    height: 24px;
    font-size: 24px;
    float: right;
    position: absolute;
    right: 27px;
}
.container {
    margin: 150px auto;
}
@-webkit-keyframes iui-fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes iui-fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-ms-keyframes iui-fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes iui-fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes iui-fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes iui-fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes iui-fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-ms-keyframes iui-fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-o-keyframes iui-fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes iui-fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.dropdown-multiple,
.dropdown-multiple-label,
.dropdown-single {
    position: relative;
}
.dropdown-multiple-label.active .dropdown-main,
.dropdown-multiple.active .dropdown-main,
.dropdown-single.active .dropdown-main {
    display: block;
    -webkit-animation: iui-fadeIn 0.2s ease-in forwards;
    -moz-animation: iui-fadeIn 0.2s ease-in forwards;
    -ms-animation: iui-fadeIn 0.2s ease-in forwards;
    -o-animation: iui-fadeIn 0.2s ease-in forwards;
    animation: iui-fadeIn 0.2s ease-in forwards;
}
.dropdown-multiple-label.active .dropdown-display-label:after,
.dropdown-multiple-label.active .dropdown-display:after,
.dropdown-multiple.active .dropdown-display-label:after,
.dropdown-multiple.active .dropdown-display:after,
.dropdown-single.active .dropdown-display-label:after,
.dropdown-single.active .dropdown-display:after {
    border-top: none;
    border-bottom: 10px solid #999;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.dropdown-multiple-label.active .dropdown-display,
.dropdown-multiple-label.active .dropdown-display-label,
.dropdown-multiple.active .dropdown-display,
.dropdown-multiple.active .dropdown-display-label,
.dropdown-single.active .dropdown-display,
.dropdown-single.active .dropdown-display-label {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.dropdown-display,
.dropdown-display-label {
    position: relative;
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
}
.dropdown-display-label:after,
.dropdown-display:after {
    content: "";
    position: absolute;
    border-top: 10px solid #999;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 12px;
    right: 8px;
}
.dropdown-clear-all {
    background-color: #fff;
    border: none;
    font-size: 22px;
    z-index: 999;
    color: #999;
    position: absolute;
    right: 2px;
    top: 2px;
    display: none;
    width: 25px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.dropdown-clear-all:focus {
    outline: 0;
}
.dropdown-clear-all:hover {
    color: #ccc;
    text-decoration: none;
}
.dropdown-display {
    white-space: nowrap;
    padding: 6px 20px 6px 12px;
}
.dropdown-multiple:hover .dropdown-clear-all,
.dropdown-single:hover .dropdown-clear-all {
    display: block;
}
.dropdown-display .dropdown-chose-list {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dropdown-display .dropdown-chose-list span:before {
    content: ",";
}
.dropdown-display .dropdown-chose-list span:first-child:before {
    content: "";
}
.dropdown-display .placeholder {
    display: none;
}
.dropdown-display .placeholder:first-child {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    color: #999;
    display: block;
    text-indent: 10px;
    font-size: 13px;
    line-height: 32px;
}
.dropdown-display input {
    border: 0;
    outline: 0;
}
.dropdown-display-label {
    cursor: text;
    padding: 6px 25px 5px 0;
}
.dropdown-display-label .dropdown-search {
    display: inline-block;
}
.dropdown-display-label input,
.dropdown-display-label input:focus {
    border: none;
    outline: 0;
}
.dropdown-display-label .dropdown-chose-list {
    display: inline-block;
    padding: 0 5px;
}
.dropdown-display-label .dropdown-chose-list .placeholder {
    display: none;
}
.dropdown-display-label .dropdown-selected {
    position: relative;
    margin: 0 5px 5px 0;
    padding: 0 20px 0 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-repeat: repeat-x;
    color: #333;
    cursor: default;
    display: inline-block;
}
.dropdown-display-label .dropdown-selected .del {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    float: right;
    line-height: 1;
    color: #999;
    position: absolute;
    right: 3px;
    top: 0;
}
.dropdown-display-label .dropdown-selected .del:after {
    content: "\D7";
    font-size: 16px;
}
.dropdown-main {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1010;
    width: 100%;
    color: #444;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    margin-top: -1px;
    border-top: 0;
    padding: 4px 7px;
    display: none;
}
.dropdown-main ul {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 240px;
    margin: 0;
    padding: 0;
}
.dropdown-main input {
    margin-top: 0;
    display: block;
    box-sizing: border-box;
    height: 30px;
    border: 1px solid #ccc;
    width: 100%;
    text-indent: 5px;
    border-radius: 3px;
}
.dropdown-main .dropdown-search {
    display: block;
    padding: 5px 0;
}
.dropdown-group {
    font-weight: 700;
}
.dropdown-group,
.dropdown-option {
    margin: 0;
    padding-left: 12px;
    list-style: none;
    line-height: 26px;
    word-wrap: break-word;
}
.dropdown-option {
    cursor: pointer;
}
.dropdown-option:focus,
.dropdown-option:hover {
    background-color: #efefef;
    outline: 0;
}
.dropdown-option[disabled] {
    color: #ddd;
    background-color: #fff;
    cursor: not-allowed;
    text-decoration: line-through;
}
.dropdown-option.dropdown-chose:after {
    content: "";
    float: right;
    width: 10px;
    height: 10px;
    background: #4ab1e9;
    border-radius: 100%;
    margin: 8px 5px 0 0;
}
.dropdown-maxItem-alert {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e4e3e2;
    width: 100%;
    height: 39px;
    line-height: 39px;
    padding: 0 5px;
    border-radius: 5px;
    color: #999;
    -webkit-animation: iui-fadeIn 0.2s ease-in forwards;
    -moz-animation: iui-fadeIn 0.2s ease-in forwards;
    -ms-animation: iui-fadeIn 0.2s ease-in forwards;
    -o-animation: iui-fadeIn 0.2s ease-in forwards;
    animation: iui-fadeIn 0.2s ease-in forwards;
}
.new_type-product input {
    box-shadow: none;
    width: 90px;
    height: auto;
}
.new_type-product .new_dropdown-display-label {
    padding-top: 3px;
    padding-bottom: 5px;
}
.new_type-product {
    margin-bottom: 28px;
}
input:focus {
    box-shadow: none;
    outline: 0;
    box-shadow: none;
}
.new_product-setting .part-wrap {
    margin-top: 8px;
}
.new_type-product .dropdown-mul-1.new_dropdown-multiple-label {
    width: 45%;
}
.new_dropdown-display-label input,
.new_dropdown-display-label input:focus {
    box-shadow: none;
}
.new_switch {
    position: relative;
    margin: 20px 0 0;
    height: 26px;
    width: 120px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
}
.new_switch-label {
    position: relative;
    z-index: 2;
    float: left;
    width: 58px;
    line-height: 26px;
    font-size: 11px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
    cursor: pointer;
    text-transform: capitalize;
}
.new_switch-label:active {
    font-weight: 700;
}
.new_switch-label-off {
    padding-left: 2px;
}
.new_switch-label-on {
    padding-right: 2px;
}
.new_switch-input {
    display: none !important;
}
.new_switch-input:checked + .new_switch-label {
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
    text-shadow: 0 1px rgba(255, 255, 255, 0.25);
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    text-transform: capitalize;
}
.new_switch-input:checked + .new_switch-label-on ~ .new_switch-selection {
    left: 60px;
}
.new_switch-selection {
    display: block;
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 2px;
    width: 58px;
    height: 22px;
    background: #c17d33;
    border-radius: 3px;
    background-image: linear-gradient(to bottom, #c17d33, #c17d33);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    transition: left 0.15s ease-out;
}
.new_tc_bg {
    display: inline-block;
    min-width: 100%;
    background: rgba(193, 125, 51, 0.1);
    box-sizing: border-box;
    margin-bottom: 2%;
}
.new_title-setting .part-wrap:nth-of-type(1) {
    margin-bottom: 25px;
}
.new_tc_head {
    padding: 1.5%;
    background: rgba(193, 125, 51, 1);
}
.clr {
    clear: both;
}
.new_tc_head h3 {
    float: left;
    color: #fff;
    line-height: 26px;
}
.new_tc_head h5 {
    color: #fff !important;
    line-height: 26px;
    margin: 0 !important;
}
.new_switch {
    float: right;
    margin-top: 0;
}
.new_select-type,
.new_select-type-date {
    padding: 3%;
}
.new_tc_bg1 {
    margin-bottom: 2%;
    overflow: hidden;
}
.new_template-tab-content .tc_head {
    padding: 0.7%;
}
.new_template-tab-content .tc_body {
    padding: 1.5%;
}
#gift_form p.submit input.new_button-primary {
    background: green !important;
    border: 0 !important;
    font-size: 15px !important;
    text-shadow: none !important;
    position: fixed;
    top: 55%;
    right: 0;
    z-index: 99;
}
.new_active .new_pains_content {
    border: 2px solid #c17d33;
    width: 100%;
    background: #fff;
    color: #23282d;
}
.col-50 {
    width: 46%;
    float: left;
}
.col-50 img {
    width: 183px;
    float: left;
}
.content_right a {
    background: #00f;
    font-family: "Trebuchet MS", sans-serif !important;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    background-color: #538fbe;
    padding: 10px 40px;
    font-size: 20px;
    border: 1px solid #2d6898;
    background-image: linear-gradient(bottom, #4984b4 0, #619bcb 100%);
    background-image: -o-linear-gradient(bottom, #4984b4 0, #619bcb 100%);
    background-image: -moz-linear-gradient(bottom, #4984b4 0, #619bcb 100%);
    background-image: -webkit-linear-gradient(bottom, #4984b4 0, #619bcb 100%);
    background-image: -ms-linear-gradient(bottom, #4984b4 0, #619bcb 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4984b4), color-stop(1, #619bcb));
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 0 #2b638f, 0 3px 15px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 0 3px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 0 #2b638f, 0 3px 15px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 0 3px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 #2b638f, 0 3px 15px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 0 3px rgba(255, 255, 255, 0.5);
    margin-top: 10px;
}
.content_right {
    float: left;
}
.dropdown-chose-list,
span.dropdown-search {
    width: 100%;
}
span.dropdown-search input[type="text"] {
    width: 97%;
}
@media only screen and (max-width: 767px) {
.main-panel h4 {
    font-size: 12px;
    margin: 0;
}
.li {
    width: 100%;
    margin-bottom: 2%;
}
.input-gp,
.new_input-gp {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    margin-bottom: 20px;
}
.single-msj {
    position: absolute;
    right: -25px;
    width: 270px;
    top: 0;
    margin-top: 35px;
}
.single-msj h1{
    font-size: 14px;
    padding: 5px 0 5px 0;
}
.single-msj div:nth-of-type(1) {
    width: 100%;
}

#ch_adv_btn, #new_adv_btn {
    width: 180px;
}
.col-50 {
    width: 100%;
    float: left;
}
}