*,
::after,
::before {
    box-sizing: inherit
}

*{
    outline: none !important;
}

html {
    box-sizing: border-box
}

body,
html {
    margin: 0;
    padding: 0;
    height: 100%
}

body {
    color: #6d6d6d;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.8
}

img {
    max-width: 100%;
    height: auto
}

#wpcontent {
    background: #f9f9f9;
}

.o-container {
    margin-top: 20px;
    margin-right: 15px;
}

.o-header {
    margin: 0;
    padding: 0
}

.o-header-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #dc446e
}

.o-header-nav__link {
    padding: 12px;
    color: #fff
}

.o-header-nav__link:hover {
    color: #fff;
    background-color: #9d1d41
}

.o-header__title {
    margin: 24px;
    padding: 0;
    color: #818181;
    font-size: 28px;
    font-weight: 300;
    text-align: center
}

.o-section {
    margin-bottom: 24px
}

.o-section:last-child {
    margin-bottom: 0
}

.o-sub-nav {
    margin: 0;
    padding: 0
}

.o-sub-nav__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.o-sub-nav__item {
    margin: 0;
    padding: 4px
}

.o-sub-nav__link {
    display: block;
    margin: 0;
    padding: 4px 24px;
    border: 2px solid #dc446e
}

.o-sub-nav__item.active .o-sub-nav__link,
.o-sub-nav__link:hover {
    color: #fff;
    background-color: #dc446e
}

.o-footer {
    padding: 12px 0;
    text-align: center
}
#tabs {
    background-color: #fff;
    padding: 25px 0 0;
    position: relative;
    width: 70%;
    float: left;
    border-radius: 2px;
    box-shadow: 0 0 5px #ccc;
}
#example_wrapper {
    background-color: #fff;
}
.right_sidebar_section {
    width: 27%;
    float: right;
    margin-left: 3%;
    background-color: #fff;
    padding: 20px 25px;
    box-shadow: 0 0 5px #ccc;
    border-radius: 2px;
}
#font-form p {
    font-size: 14px;
    color: #777777;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}
#font-form input[type="text"] {
    width: 100%;
    padding: 10px;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    border-radius: 4px;
}
#font-form .drag_drop:hover {
    background-color: #fff;
}
.c-tabs-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0 18px;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
}

.c-tabs-nav__link {
    color: #474747;
    text-align: center;
    -webkit-transition: color .3s;
    transition: color .3s;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.c-tabs-nav__link:not(:last-child) {
    margin-right: 40px;
}

.c-tabs-nav__link:last-child {
    margin-right: 0
}

.c-tabs-nav__link:hover, 
.c-tabs-nav__link.is-active {
    color: #070707;
    border-bottom: 2px solid #398651;
}
.o-main h2:not(.prev-text) {
    margin-top: 0;
    position: relative;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin-bottom: 6px;
}

.o-main h2.prev-text {
  margin-top: 2px;
}

.o-main h3.prev-text{
    margin-top: 3px;
}

.o-main h4.prev-text {
  margin-top: 9px;
}

#update-tag > div > h2 {
  font-size: 22px;
  color: #2a2a2a;
  padding: 20px 18px 0 18px;
  margin-bottom: 0;
}
.o-main .prev-text:not(.prev-text) {
  font-size: 26px;
  font-weight: 600;
  line-height: 150%;
  color: #222222;
  margin: 0;
  padding: 0;
  display: table;
  background: transparent;
  box-shadow: none;
  border: none;
  list-style: none;
}
.o-main .prev-text {
  margin:7px 0 0;
  padding: 0;
  display: table;
  color: #222222;
  text-transform: none;
}
.o-main button.prev-text {
  padding: 6px 14px 9px 14px;
  margin: 2px 0 0;
  border: none;
}
.o-main h1.prev-text {
    margin-top:-7px;
}
.o-main .main_title {
    font-size: 20px;
    margin-bottom: 15px;
    color: #2a2a2a;
}
.c-tabs-nav__link i,
.c-tabs-nav__link span {
    margin: 0;
    padding: 0;
    line-height: 1
}

.c-tabs-nav__link i {
    font-size: 18px
}

.c-tabs-nav__link span {
    font-size: 14px;
    color: inherit;
    font-weight: bold;
    padding-bottom: 20px;
    display: block;
    text-transform: uppercase;
}
.c-tab {
    display: none;
    background-color: #e1e1e1;
    margin-top: 0;
}

.c-tab.is-active {
    display: block
}

.c-tabs.no-js .c-tabs-nav {
    display: none
}

.c-tabs.no-js .c-tab {
    display: block;
    margin-bottom: 1.5rem
}

.c-tabs.no-js .c-tab:last-child {
    margin-bottom: 0
}

#carbonads {
    position: fixed;
    bottom: 12px;
    right: 12px;
    z-index: 1000;
    padding: 24px 12px 12px;
    width: 154px;
    background-color: #fff;
    line-height: 1.1;
    border: 1px solid #e7e7e7
}

.c-tab .font-options {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 30px;
    border: 1px solid #d8d8d8;
}
.c-tab .font-table, .c-tab table {
    width: 100%;
    text-align: left;
    max-width: 800px;
    border-collapse: collapse;
}
.c-tab table td, .c-tab .font-table td {
    padding: 10px 0px;
    vertical-align: top;
    position: relative;
}
.c-tab .font-table th {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    width: 200px;
    letter-spacing: 0;
    line-height: 100%;
    padding:5px 0px;
    margin: 0;
    vertical-align: top;
}
.c-tab .font-table th label {
    margin-top: 13px;
    display: block;
    font-weight: normal;
    font-size: 16px;
}
.c-tab  input[type="file"],
.c-tab  input[type="text"] {
    width: 100%;
    display: block;
    background: #f1f1f1;
    border: none;
    height: 35px;
    padding: 0px 10px;
    margin: 0;
    border-radius: 5px;
    box-shadow: none;
    font-size: 15px;
}
.c-tab form .error {
    color: #ff0000;
}
.c-tab input[type="file"] {
    padding: 6px 10px 0 20px;
}
.c-tab input[type="submit"] {
    font-size: 14px;
    line-height: 100%;
    background-color: #59c651;
    padding: 8px 20px;
    border: none;
    margin-top: 0;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #6db66d;
    margin-left: 18px;
}
#update-tag {
    background-color: #fff;
    padding: 0 0 20px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.c-tab select {
    border-radius: 2px;
    color: #000;
    font-weight: 600;
    width: 500px;
    padding: 0 10px;
    height: 35px;
    border: 1px solid #a1a1a1;
    margin: 0;
    background: transparent;
    box-shadow: none;
    outline: none;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 0.5em;
    background-position: calc(100% - 0.5em) center;
    background-repeat: no-repeat;
}
.c-tab select::-ms-expand {
    display: none;
}

.c-tab .uploas-btn {
    position: absolute;
    height: 35px;
    background: #0073aa;
    border-radius: 5px 0 0 5px;
    width: 124px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    z-index: 1;
}
.c-tab .uploas-btn:hover{
    background:#008dd0;    
}
.c-tab #update_font_files {
    height: 34px;
    padding: 5px 0 0 15px;
    font-size: 16px;
    background: transparent;
}
span.font-accept {
    display: block;
}
#update-tag td label {
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
    vertical-align: top;
    cursor: default;
}
#update-tag td label + .fource_change {
    margin-left: 4px;
    line-height: 32px;
    margin-top: 1px;
}
#update-font #custom_fonts {
    margin-right: 15px;
}
.font-selection form > div {
  background: #fff;
  padding: 0;
  border-radius: 0;
  margin-bottom: 0;
  border-top: 1px solid #ccc;
}
.font-selection form > div:nth-child(2) {
  border-top: none;
}
.font-selection form > div > ul:after {
    content: "";
    display: block;
    clear: both;
}
.font-selection form > div:after {
    content: "";
    display: block;
    clear: both;
}
.font-selection form > div > ul > li {
    float: left;
    width: 50%;
    margin-bottom: 20px;    
}
.font-selection form > div > ul > li label {
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #000;
    margin-top: 4px;
    text-transform: capitalize;
}
.font-selection form > div > ul > li > div {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    min-width: 50px;
}
.font-selection form > div > ul > li div:nth-child(2) {
    margin-right: 0;
    max-width: 450px;
    width: 100%;
}
.font-selection form > div > ul > li > div:last-child {
    padding-left: 65px;
    margin-top: 12px;
    width: 100%;
}
.font-selection form > div > ul > li > div select {
    width: 100%;
}
.font-selection form > div > ul > li > div input + label {
    display: inline-block;
    vertical-align: top;
    line-height: 150%;
    margin:0;
}

#example_filter input[type="search"] {
    border-radius: 4px;
    padding: 7px 10px 7px 35px;
    font-weight: 600;
    color: #737373;
    max-width: 180px;
    width: 100%;
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: auto 45%;
}
#example_filter {
    margin: -50px 15px 0 10px;
}
.font_search {
    position: absolute;
    right: 15px;
    top: 15px;
    display: none;
}
#example_filter label {
    font-size: 0;
}
#tabs:after,
.o-section:after {
    content: "";
    clear: both;
    display: block;
}
.o-section {
    position: relative;
    display: block;
}
body #wpfooter {
    position: relative;
}

.activation_error_message {
    color: red;
}

/*font libarary*/
.font_images_box {
    position: relative;
    display: block;
    padding: 8px;
    background: #fff;
}

.feature_font_price.added_fonts {
    pointer-events: none;
}

.feature_font_price.added_fonts p {
    font-size: 14px;
}
.font_images_box:after {content: "";display: block;clear: both;}

.font_images_box .box_item {
    float: left;
    width: 19.20%;
    margin-right: 1%;
    position: relative;
    height: 120px;
    margin-bottom: 1%;
}

.font_images_box .box_item img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.font_images_box .box_item:nth-child(5n) {
    margin-right: 0;
}

.font_images_box .box_item:nth-child(5n+1) {
    clear: both;
}

.lock_activation_form {
    background: #fff;
    padding: 8px 30px 18px;
    border-top: 1px solid #ccc;
    margin-top: 0;
}

.lock_activation_form h3 {
    margin: 0;
    color: #0073aa;
    font-weight: bold;
}

.lock_activation_form p {
    margin: 0;
}

.font-activation-form {
    position: relative;
}

.c-tab__content .font-activation-form #email_address {
    border: 1px solid #5194bf !important;
    background: #fff;
    margin-top: 10px !important;
    max-width: 390px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.c-tab__content .font-activation-form .active_form_submit {
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
    background: #5194bf;
    border: none;
    padding: 10.5px 20px;
    margin-top: 10px;
    margin-left: -8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/*files upload*/

input[type="file"] {
    /*display: none;*/
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
#font-form input[type="submit"] {
    float: left;
    background-color: #398651;
    padding: 8px 20px;
    border: none;
    margin-top: 5px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 5px;
}
#font-form input[type="submit"]:hover {
    background-color: #0b5004;
}
.font_loader {
    display: none;
    vertical-align: bottom;
    background-color: transparent;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin-top: 12px;
    margin-left: 5px;
}
#font-form .drag_drop {
    border: 1.5px dashed #6c8b90;
    padding: 54px 30px;
    width: 100%;
    display: block;
    background-color: #f0fafc;
    text-align: center;
    border-radius: 4px;
    color: #505656;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}
#file-upload-btn {
    border: 1px solid #5194bf;
    color: #5194bf;
    display: table;
    width: 130px;
    margin: 5px auto 0;
    padding: 6px 10px;
    font-weight: bold;
    font-size: 14px;
}
input[type="submit"]:hover {
  background-color: #008dd0;
  border-color: #008dd0;
}
#font-form input::-webkit-input-placeholder { /* Edge */
  color: #000;
}
.file_name {
    color: #81b47b;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 15px;
    display: block;
    line-height: 130%;
}
#font-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

#font-form input::placeholder {
  color: #000;
}

.upload_fonts_dragdrop {
    position: relative;
    overflow: hidden;
}

.fontsy_stripe_popup {
    display: none;
}
/*close files upload*/

.font-selection #example th {
    font-size: 14px;
    color: #909090;
    text-transform: capitalize;
    font-weight: 600;
    border-color: #e4e4e4;
    width: 20% !important;
}
.font-selection #example {
    max-width: 100%;
    border-bottom: none;
}
.font-selection #example_wrapper #example * {
    background-color: #ffff;
}
.font-selection #example_wrapper #example tbody td {
    padding: 10px 18px;
    color: #333333;
    font-weight: 600;
}
#example_length select {
    width: 50px;
    padding: 0 0 0 5px;
    background-position: 30px 12px;
}
#example_wrapper .bottom {
    margin: 0;
    padding: 15px 18px 15px;
    float: left;
    width: 100%;
    background-color: #f9f9f9;
    box-shadow: none;
}
#example_wrapper .bottom #example_length {
    margin-top: 5px;
}
#example_paginate .paginate_button.disabled {
    cursor: no-drop;
    margin: 0;
    color: #383838 !important;
}
.font-form label.error,
.font-form span.font_exist,
.font-form span.font_required{
    color: #ff0000;
}
#example_paginate span .paginate_button.current {
    background-color: #398651 !important;
    background-image: none;
    color: #fff !important;
    margin: 0 !important;
    font-weight: bold;
    padding: 7px 15px;
    border: none;
    border-radius: 2px !important;
}
#example_paginate .paginate_button:hover {
    background: #0b5004 !important; 
    color: #fff !important;
}
#example_paginate .paginate_button {
    border: 1px solid #398651;
    background-color: transparent;
}
.trash {
    border: 1px solid #398651;
    padding: 6px 15px;
    border-radius: 4px;
    color: #398651;
    display: inline-block;
    vertical-align: top;
    line-height: 140%;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}
.trash:hover {
    color: #0b5004;
    border-color: #0b5004;
}
#example_paginate .paginate_button#example_first {
    margin-right: 5px;
}
#example_paginate .paginate_button#example_last {
    margin-left: 5px;
}
.select-font-wrap label {
    font-size: 14px;
    text-transform: uppercase;
    color: #666;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
}
.select-font-inner {
    position: relative;
    display: block;
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
}
.select-font-inner:last-child {
  border-bottom: none;
}
.select-font-left {
    float: left;
    width: 47.5%;
    margin-right: 2.5%;
    padding: 0 18px 5px 18px;
}
.select-font-right {
    float: right;
    width: 47.5%;
    margin-left: 2.5%;
}
.select-font-inner:after {
    content: "";
    display: block;
    clear: both;
}
.select-font-inner label {
    text-transform: uppercase;
    color: #575757;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
    cursor: default;
}
.select-font-left select {
    width: 100%;
}

@-moz-document url-prefix() {
    .c-tab input[type="file"] {
        padding-top: 0px;
    }
    .c-tab input[type="file"] {
        padding-top: 0px;
        padding-left: 44px;
    }
    .c-tab #update_font_files {
        padding: 0px 0 0 38px;
    }
}

/*--------------------*/
    /* fontsy */
/*--------------------*/

.c-tab input[type="text"]#vat_number {
    border: 1px solid #5194bf;
    background: transparent;
    width: 477px;
    margin-top: 5px;
}
.fontsy-banner-box-wrapper {
    background: #afeefb;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 0;
    border: 2px solid #7ec1d0;
    position: relative;
}
.fontsy-banner-box-wrapper {
    background: #afeefb;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 0;
    border: 2px solid #7ec1d0;
    position: relative;
}
.fontsy-banner-title .main_title {
    margin: 20px 0 10px;
}
.fontsy-banner-title {
    float: left;
    width: 160px;
}
.fontsy-banner-content {
    float: right;
    width: calc(100% - 160px);
    border-left: 2px solid #63afbf;
    padding-left: 20px;
}
.fonts_filter_wrapper {
    position: relative;
    display: block;
}
.fontsy-banner-box-wrapper:after,
.fonts_filter_wrapper:after {
    content: "";
    display: block;
    clear: both;
}
.fontsy-banner-content p {
    font-size: 16px;
    color: #22879f;
    line-height: 160%;
    margin: 0 0 10px;
}
.fontsy-banner-content button {
    background: #1f8ca7;
    border: none;
    font-size: 15px;
    padding: 10px 15px;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
}
.fontsy-banner-content button:hover {
    background: #22879f;
}
.browse_font_library_content {
    background: #fff;
    padding: 25px;
}

.fontsy_font_find {
    width: 40%;
    float: left;
    margin-right: 2%;
}
.fontsy_font_find h3 {
    font-size: 18px;
    margin: 0;
}
.fontsy_font_find h3 span {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}
.fontsy_font_find input[type="text"] {
    background-color: #fff;
    border: 1px solid #ccc;
    margin-top: 10px;
    background-image: url(search.png);
    background-repeat: no-repeat;
    background-position: 10px 9px;
    background-size: auto 44%;
    padding: 0 10px 0 35px;
}
.orderby_filter_wrapper {
    float: left;
    width: 25%;
    margin-right: 1%;
    margin-top: 43px;
}
.category_filter_wrapper {
    float: left;
    width: 30%;
    margin-top: 43px;
}
.orderby_filter_wrapper h3, 
.category_filter_wrapper h3 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    font-size: 13px;
    line-height: 30px;
}
.orderby_filter_wrapper select {
    width: 150px;
    display: inline-block;
    vertical-align: top;
}
.orderby_filter_wrapper select, 
.category_filter_wrapper select {
    width: 125px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    padding: 2px 2px 3px 3px;
    height: auto;
    min-height: auto;
    border-radius: 5px;
    color: #72777c;
}
.category_filter_wrapper select {
    width: 129px;
}
.feature_font_wrapper h3 {
    font-size: 18px;
}
.list_feature_font_wrapper,
.feature_font_content {
    position: relative;
    display: block;
}
.list_feature_font_wrapper:after,
.feature_font_content:after {
    content: "";
    display: block;
    clear: both;
}
.list_feature_font {
    width: 31.33%;
    float: left;
    margin-right: 3%;
    margin-bottom: 3%;
}
.feature_font_image {
    height: 194px;
    position: relative;
    border: 1px solid #ccc;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 0;
    overflow: hidden;
}
.feature_font_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}
.list_feature_font:nth-child(3n) {
    margin-right: 0;
}
.list_feature_font:nth-child(3n+1) {
    clear: both;
}
.feature_font_content {
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.feature_font_name, 
.feature_font_price {
    display: inline-block;
    vertical-align: top;
    width: 58%;
}
.feature_font_price span {
    text-align: center;
    display: inline-block;
    background: #398651;
    position: absolute;
    right: 0;
    width: 30px;
    color:#fff;
    font-size: 21px;
    font-weight: bold;
    line-height: 100%;
    vertical-align: top;
    height: 26px;
    cursor: pointer;
    top: -1px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 6px;
}
.feature_font_price,
.download_fonts{
    width: 42%;
    border: 2px solid #398651;
    border-radius: 8px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.download_fonts {
    cursor: pointer;
    transition: all 0.5s ease;
}
.download_fonts:hover {
    background-color: #398651;
    color: #fff;
}
.feature_font_price p,
.download_fonts p {
    margin: 0px 0 0 6px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.65;
    text-transform: uppercase;
}
.download_fonts p {
    font-size: 13px;
    line-height: 22px;
    margin-left: 0px;
    display: block;
    text-align: center;
}
.feature_font_price.added_fonts  {
    text-align: center;
}
.feature_font_price.added_fonts p {;
    margin-left: 0px;
}
.feature_font_content h4 {
    margin: 0;
    font-size: 13px;
    line-height: 230%;
    white-space: nowrap;
    width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fonts_pagination_dispaly {
    margin: 0 auto;
    display: table;
}
.fonts_pagination_dispaly .btn-pagination {
    background-color: #398651;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    margin: 2px;
    height: 30px;
    min-width: 30px;
    line-height: 10px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.fonts_pagination_dispaly .btn-pagination.current,
.fonts_pagination_dispaly .btn-pagination:hover {
    background: #0b5004;
}
.feature_font_price.categoty-Premium span {
    background: #0073aa;
}
.feature_font_price.categoty-Premium {
    border-color: #0073aa;
}
/*--------------------*/
    /*close fontsy */
/*--------------------*/



/*tablet view*/
@media screen and (max-width:1024px) {

#tabs {
    width: 100%;
    margin-bottom: 30px;
    float: none;
}
.right_sidebar_section {
    width: 100%;
    margin-left: 0;
    padding: 20px 18px;
}

}

/*close tablet view*/

/*responsive view*/

@media screen and (max-width:767px) {

.c-tabs-nav__link span {
    font-size: 16px;
}
.o-main h2 {
    font-size: 16px;
}
.c-tab .font-table th {
    font-size: 12px;
    vertical-align: top;
    display: block;
}
.c-tab table td,
.c-tab .font-table td {
    padding: 5px 0px; 
}

.c-tab select {
    width: 100%;
}
#update-tag td label {
    font-size: 14px;
}
.trash {
    padding: 5px 9px;
    font-size: 13px;
}
.font-selection form > div > ul > li {
    float: none;
    width: 100%;
    margin-bottom: 30px;
}
.font-selection form > div > ul > li div:nth-child(2) {
    max-width: 79%;
}
.font-selection #example {
    overflow-x: scroll;
    display: inline-block;
}
.font-selection #example th {
    min-width: 100px;
}
.select-font-left {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.select-font-right {
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 5px 18px;
}
.feature_font_image {
    height: auto;
}
#example_filter {
  margin: 20px 15px 0 10px;
}
.c-tabs-nav__link span {
    font-size: 14px;
    padding-bottom: 10px;
}
.o-main .prev-text {
    font-size: 20px;
}
.c-tabs-nav__link:not(:last-child) {
  margin-right: 15px;
}
.font-selection #example_wrapper #example tbody td.dataTables_empty {
  text-align: left;
}
#example_filter input[type="search"] {
  padding: 5px 10px 5px 35px;
  max-width: 200px;
  float: left;
}


.category_filter_wrapper {
    float: none;
    width: 100%;
    margin-top: 10px;
}
.orderby_filter_wrapper {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
}
.fontsy_font_find {
    width: 100%;
    float: none;
    margin-right: 0;
}
.fontsy-banner-box-wrapper .fontsy-banner-title, 
.fontsy-banner-box-wrapper .fontsy-banner-content {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
}
.list_feature_font {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
}
.fontsy-banner-title .main_title {
    margin: 10px 0 0;
}


}
optgroup {
    text-transform: capitalize;
}


/*close responsive view*/