@font-face {
    font-family: 'FbGofanSans-Regular';
    src: url('../fonts/logo/FbGofanSans-Regular.woff') format('woff2');
	font-display: swap;
}

@font-face {
    font-family: 'Fontbit Logo new1';
    src: url('../fonts/new/FontbitLogo-Regular.eot');
    src: url('../fonts/new/FontbitLogo-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/new/FontbitLogo-Regular.woff2') format('woff2'),
        url('../fonts/new/FontbitLogo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fontbit Logo icon';
    src: url('../fonts/new/FontbitLogo-Regular-icon.eot');
    src: url('../fonts/new/FontbitLogo-Regular-icon.eot?#iefix') format('embedded-opentype'),
        url('../fonts/new/FontbitLogo-Regular-icon.woff2') format('woff2'),
        url('../fonts/new/FontbitLogo-Regular-icon.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*url('../fonts/new/FontbitLogo-Regular.ttf') format('truetype')*/
@font-face {
    font-family: 'Fontbit Logo new';
    src: url('../fonts/logo/new/FontbitLogo-Regular.eot');
    src: url('../fonts/logo/new/FontbitLogo-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/logo/new/FontbitLogo-Regular.woff2') format('woff2'),
        url('../fonts/logo/new/FontbitLogo-Regular.woff') format('woff'),
        url('../fonts/logo/new/FontbitLogo-Regular.ttf') format('truetype'),
        url('../fonts/logo/new/FontbitLogo-Regular.svg#FontbitLogo-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

a:active {
    text-decoration: none;
    outline: medium none;
}

a:hover {
    text-decoration: none !important;
}

input:hover,
input:focus,
input:active {
    text-decoration: none;
    outline: medium none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header,
nav,
section,
article,
aside,
footer {
    display: block;
}

body {
    min-height: 100vh;
    line-height: 1;
    color: #231f20;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: 500;
}

img {
    max-width: 100%;
}

select.type_font {
    width: 110px;
    border: 0px solid #000;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* remove default arrow */
    background-image: url('../img/arrow_black.png');
    /* add custom arrow */
    background-position: 0px center;
    background-size: 12px;
    background-repeat: no-repeat;
}

select.type_font option {
    /*background: #00a9b4;*/
}

.addToCartBlue {
    margin-top: 20px;
}

.oh {
    overflow: hidden;
}

.container {
    width: 1215px;
    margin: 0 auto;
}

.overflowHidden {
    overflow: hidden;
}

.ninPerWidth {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    padding: 0px 2%;
}

.fontListOneImg {
    width: 100%;
}

.page {
    display: flex;
    direction: rtl;
    justify-content: space-between;
}

.right_page {
    width: calc(100vw - 255px);
    min-height: 100vh;
    overflow: hidden;
}

.header {
    padding: 25px 0;
    margin-bottom:
        /*72px*/
        0;
}

.header.fixed,
.left_header.fixed {
    position: fixed;
    background: rgba(224, 228, 231, 1);
    z-index: 99;
    width: 100%;
}

.custom-search {
    padding: 20px;
}

.left_header.fixed {
    background-color: #6f6d6d !important;
}

.header_wrapper {
    display: flex;
    height: 20px;
    justify-content: space-between;
}

a.logo {
    /*width: 64px;height: 19px;display: block;background: url("../img/logo.png") no-repeat 0 0;*/
    font-family: FbGofanSans-Regular;
    color: #000;
    font-size: 20px;
}

a.logo:hover {
    color: #000;
    text-decoration: none;
}

.logo img {
    margin-top: 0px;
    width: 150px;
}

.header_nav {
    margin-right: -20px;
}

.header_nav>li {
    display: inline-block;
    margin-left: 8px;
    vertical-align: top;
}

.header_nav>li>a {
    color: #231f20;
    font-size: 14px;
    height: 20px;
    display: block;
    line-height: 20px;
}

.header_nav>li>a.bw_circle {
    width: 14px;
    height: 14px;
    display: block;
    background: url("../img/circle.png") no-repeat center center;
}

.header_nav>li.has_submenu {
    position: relative;
}

.has_submenu.open {
    font-family: 'Fbgofansans-Bold';
}

.submenu {
    width: 175px;
    left: auto;
    right: 0;
    border-radius: 0;
    padding: 0;
}

.submenu li {
    height: 39px;
    width: 100%;
}

.submenu li a {
    display: block;
    color: #231f20;
    font-size: 14px;
    text-align: right;
    height: 100%;
    line-height: 39px;
    padding-top: 0;
    padding-bottom: 0;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background: #00a9b4;
    color: #ffffff;
    text-decoration: none;
}

.nav_block {
    display: flex;
    align-items: center;
}

.nav_block a.logo {
    font-size: 30px;
    font-family: 'Fontbit Logo new1';
    color: #fff;
    margin: 0 0 0 25px;
}

.nav_block a.logo:hover {
    color: #00aab5;
}

.sign_block {
    display: flex;
    align-items: center;
}

.btn_login {
    color: #231f20;
    display: inline-block;
    vertical-align: top;
    padding-top: 2px;
}

.sign_block .sep {
    height: 14px;
    width: 1px;
    background: #55c5ce;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
}

.btn_basket {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: normal;
    /* 'FbCoherentiSansEnHeb-Bold'; font-weight:500;*/
    padding: 4px 0px 3px 6px;
    font-size: 13px;
}

.btn_basket i {
    display: none;
}

.btn_basket:hover {
    color: #00a9b4;
    text-decoration: none;
    /*background: #00a9b4*/
    ;
}

.main_banner {
    margin-bottom: 45px;
    overflow: hidden;
}

.single_mainwrapper {
    width: 100%;
    position: relative;
}

.single_mainwrapper .slider {
    height: auto;
    background: transparent;
}

.carousel-control.left {
    width: 48px;
    background: url("../img/svg/slider_arrow.svg") no-repeat center center;
    left: -48px;
    opacity: 1;
}

.carousel-control.right {
    width: 48px;
    background: url("../img/svg/slider_arrow.svg") no-repeat center center;
    right: -48px;
    transform: rotate(180deg);
    opacity: 1;
}

#homeSlider:hover .carousel-control.left,
#homeSlider:hover .carousel-control.right {
    background: url("../img/svg/slider_arrow_hover.svg") no-repeat center center;
}

.swiper-container-rtl .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -26px;
    display: none;
    background: url("../img/svg/slider_arrow_hover.svg") no-repeat center center;
}

.swiper-container-rtl .swiper-button-prev {
    transform: rotate(180deg);
    right: -26px;
}

.container:hover .swiper-button-prev,
.container:hover .swiper-button-next {
    display: block;
}

h2 {
    margin: 0 0 15px;
    adding: 0;
    font-size: 24px;
    line-height: 24px;
}

h3 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 18px;
    line-height: 18px;
}

.text_block {
    margin-bottom: 75px;
}

.text_block h2 {
    text-align: center;
}

.text_block .description {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    line-height: 1.5;
    text-align: justify;
    padding-top: 10px;
}

.catgory_item_wrapper.swiper-slide {}

.catalog_blocks {
    margin-bottom: 85px;
}

.catalog_blocks h3 {
    padding: 0px 17px;
}

.categories {
    display: flex;
}

.font_slider_list {
    display: flex;
}

.catgory_item {
    height: 100px;
    /*width: 190px;*/
    background: #e0e4e7;
    border-radius: 5px;
    /*margin-left: 5px;*/
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #466B73;
    font-family: 'Fbgofansans-Regular';
}

.catgory_item_wrapper {
    width: auto;
}

.catgory_item.light {
    font-family: 'Fbgofansans-Light';
}

.catgory_item.bold {
    font-family: 'Fbgofansans-Bold';
}

.catgory_item.medium {
    font-family: 'Fbgofansans-Medium';
}

.catgory_item.black {
    font-family: 'Fbgofansans-Black';
}

.new_font_item {
    width: 325px;
}

.new_font_item .image {
    margin-bottom: 15px;
}

.new_font_item .info {
    color: #b2b2b2;
}

.new_font_item .name {
    font-family: 'Fbgofansans-Bold';
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}

.new_font_item .date {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
}

.font_item {
    width: 25%;
    margin: 0px 0px;
}

.font_item .image {
    height: 150px;
    margin-bottom: 20px;
    /*padding-right: 26px;background: url("../img/f_bg_l.png") no-repeat right bottom;*/
}

.font_item:first-child .image {
    padding-right: 0;
    background: transparent;
}

.font_item .info {
    color: #b2b2b2;
}

.font_item .name {
    font-family: 'Fbgofansans-Bold';
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}

.font_item .date {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
}

.filter_wrapper {
    display: flex;
    justify-content: flex-end;
    /*margin-bottom: 20px;min-height: 70px;*/
}

.filter_wrapper .filter {
    width: 100%;
    min-height: 55px;
}

.cartPrewFilter .filter {
    width: 250px;
}

.filter .top_block {
    display: flex;
    justify-content: space-between;
    color: #000000;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #989797;
}

.filter .tb_item.active {
    color: #000 !important;
}

.filter .tb_item.elemitb3.active:hover {
    background: #9e9fa2;
    color: #fff !important;
}

.filter .bottom_block {
    line-height: 26px;
    display: flex;
    justify-content: space-between;
}

.range_block {
    color: #000000;
    display: flex;
    align-items: center;
}

.range_block .range {
    height: 24px;
    width: 78px;
    background: url("../img/range.png") no-repeat 0 0;
    margin-right: 8px;
}

.type_font_block {
    color: #000000;
}

.cursorPointer {
    cursor: pointer;
}

/*span.select2-search.select2-search--dropdown {display: none;}
span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {outline: none;}*/
/*span.select2-search.select2-search--dropdown {
    //display: none; 
    padding: 0px;
    height: 0px;
    border: 0px solid #000;
}*/

/*span.select2-search.select2-search--dropdown .select2-search__field {
    height: 0px;
    padding: 0px;
    border: 0px solid #000;
}*/

.select2-container--default .select2-selection--single {
    /*border: none;*/
    border-radius: 0;
    text-align: right;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 1px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #9c9ea1 transparent transparent transparent;
    border-width: 7px 5px 0 5px;
}

.select2-results__option[aria-selected] {
    text-align: right;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background: #ffffff;
    color: #3d414c;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #9c9ea1;
    color: #ffffff;
}

.select2-results__option[aria-selected]:hover {
    background: #00a9b4;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    outline: none;
    padding-left: 20px;
    padding-right: 5px;
}

.select2-container--default .select2-selection--single {
    /*outline: none;*/
    padding: 0 10px;
    height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
    padding-left: 25px;
}

.select2-dropdown {
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #00a9b4;
}

.catalog_list {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.product_item {
    width: 260px;
    max-width: 24%;
}

#selectedFontBox {
    font-size: 60px;
    display: flex;
    align-items: center;
    min-height: 150px;
}

.product_item_image {
    /*height: 190px;font: 40px/1 'Fbgofansans-Medium';*/
    cursor: default;
    color: #000000;
    padding: 0 20px 0 10px;
}

.slideFontSize {
    font-size: 35px;
    max-height: 183px;
    outline: none;
    min-height: 183px;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
}

.single-product .catalog_list {
    display: block;
    margin: 30px -50px 0px 0px;
}

.single-product .catalog_list .product_item {
    float: right;
    width: calc(20% - 80px) !important;
    margin: 0px 50px 0px 0px;
}

.tb_item_sitefont {
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: 500;
}

.product_item_info {
    /*border-top: 1px solid #ababab;*/
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0px;
    padding: 0px 15px;
}

.product_item_info .name {
    font-size: 12px;
    color: #000000;
}

.productItemLoop .btn_blue {
    margin-top: 20px !important;
}

.product_item_info .name span {
    font-size: 14px;
    /*font-family: 'Fbgofansans-Bold';*/
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: 500;
}

.product_item_info .icons {
    display: flex;
}

.product_item_info .icon_like {
    position: relative;
    margin-right: 10px;
    display: block;
    color: #d6d6d2;
    font-size: 18px;
    /*height: 15px;width: 15px;background: url("../img/icon_like.png") no-repeat 0 0;*/
}

.product_item_info .icon_like .fa {
    color: #cccccc;
}

.product_item_info .icon_like.liked .fa,
.product_item_info .icon_like.unliked .fa {
    color: #ff0000;
}

.product_item_info .icon_plus {
    position: relative;
    margin-right: 10px !important;
    display: block;
    color: #00aab5;
    font-size: 19px;
    /*width: 13px;*/
    font-family: 'Fontbit Logo new1';
    /*height: 15px;width: 15px;background: url("../img/icon_plus.png") no-repeat 0 0;*/
}

.product_item_info .icon_plus:hover,
.product_item_info a[data-action="remove-font-cart"].icon_plus {
    color: #00aab5;
}

.btn_blue {
    height: 40px;
    display: block;
    background: #00a9b4;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}

.btn_blue span {
    display: inline-block;
    vertical-align: top;
}

.btn_blue .plus {
    font-size: 21px;
    /*font-family: 'FbCoherentiSansEnHeb-Bold';*/
    font-weight: normal;
}

.btn_blue .bold {
    font-family: 'FbCoherentiSansEnHeb-Bold';
    font-weight: 500;
}

.btn_blue:hover {
    color: #ffffff;
    text-decoration: none;
}

.last_block {
    margin-bottom: 85px;
}

section.last_block.sajal_product_box {
    margin-left: -15px;
    margin-right: -15px;
}

.right_page .catalog_blocks.last_block {
    margin-top: 0px !important;
}

.footer {
    padding-top: 30px;
    padding-bottom: 80px;
    border-top: 2px solid #313131;
}

.footer_btn_block {
    display: flex;
    height: 30px;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
    margin-top: 30px;
}

.btn_footer_white {
    height: 30px;
    width: 127px;
    border: 1px solid #00aab5;
    margin: 0 5px;
    color: #00a9b4;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    transition: 0.2s all;
    background: none;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-size: 13.51px;
}

.btn_footer_white:hover {
    color: #ffffff;
    text-decoration: none;
    background: #00a9b4;
    border-color: #00a9b4;
}

.fb_title {
    font-size: 18px;
    color: #000000;
    margin-left: 5px;
}

.footer_links {
    text-align: center;
    color: #7a7773;
    padding-bottom: 15px;
    border-bottom: none
        /*1px solid #6d6965*/
    ;
    font-size: 12px;
    margin-bottom: 5px;
}

.footer_links a {
    color: #7a7773;
    line-height: 16px;
    font-size: 12px;
}

.footer_container {
    width: 760px;
    margin: 0 auto;
}

.footer_description {
    color: #7a7773;
    font-size: 11px;
    line-height: 16px;
    margin: 0px auto;
    max-width: 530px;
    text-align: center;
    font-family: 'FbCoherentiSansEnHeb-Regular';
}

.footer_description p {
    display: block !important;
}

.footer_logos {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.footer_logos img {
    margin: 0 25px;
}

.left_page {
    width: 255px;
    min-height: 100vh;
    background: #272727;
    position: relative;
    z-index: 10;
}

.left_header {
    background: #272727 !important;
}

.left_header .custom-search #search_prod {
    left: 1px !important;
    top: 120px !important;
    width: 38px;
    height: auto;
}

.custom-search #search_prod {
    position: absolute;
    left: 10px;
    top: 0px;
    font-family: 'Fontbit Logo new1';
    height: 100%;
    font-size: 30px;
    color: #00aab5;
    cursor: pointer;
}

.custom-search #search_prod span {
    display: block;
    padding-top: 0px !important;
    line-height: 36px;
}

.left_header .custom-search #search {
    height: 38px;
    vertical-align: top;
    background: none;
    border: none;
    color: #686868;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    padding: 0px 15px 0 40px;
    border: 1px solid #686868;
    border-radius: 15px;
    -webkit-border-radius: 15px;
}

.left_header .custom-search {
    padding: 20px 0;
}

.adv_title {
    line-height: 20px;
    color: #ffffff;
}

.adv_item {
    color: #ffffff;
    padding: 22px 45px;
    display: block;
}

.adv_item: hover {
    background: #00a9b4;
}

.adv_item_name {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 5px;
    font-family: 'Fbgofansans-Bold';
}

.adv_item_anons {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
}

.adv_item_data {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    font-family: 'Fbgofansans-Bold';
}

.adv_item_link {
    font-size: 14px;
    line-height: 16px;
    font-family: 'Fbgofansans-Bold';
    display: inline-block;
    color: #ffffff;
}

.adv_item_link:hover {
    color: #ffffff;
}

.left_header {
    padding: 24px 45px;
    margin-bottom: 50px;
}

#homeSlider {
    height: 425px;
}

#homeSlider .item {
    width: 100%;
}

#homeSlider .item img {
    width: 100%;
}

#homeSlider .item .main_banner_hover {
    display: flex;
    width: 100%;
    height: 100%;
    background: rgba(0, 169, 180, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
    opacity: 0;
    transition: 0.2s all;
}

#homeSlider .item .main_banner_hover span {
    display: block;
    position: absolute;
    text-align: center;
    color: #ffffff;
    padding-bottom: 45px;
    background: url("../img/arrow_white.png") no-repeat center bottom;
}

#homeSlider .item:hover .main_banner_hover {
    opacity: 1;
}

.slidecontainer {
    width: 80px;
    margin-right: 10px;
}

.link_hover_element {
    display: flex;
    width: 100%;
    height: 100%;
    background: rgba(0, 169, 180, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
    opacity: 0;
    transition: 0.2s all;
}

.link_hover_element span {
    display: block;
    position: absolute;
    text-align: center;
    color: #ffffff;
    padding-bottom: 45px;
    background: url("../img/arrow_white.png") no-repeat center bottom;
}

.link_hover_element_wrapper {
    position: relative;
    overflow: hidden;
}

.link_hover_element_wrapper:hover .link_hover_element {
    opacity: 1;
}

/* The slider itself */
.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 1px;
    background: #acabab;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 17px;
    height: 17px;
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.45);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 17px;
    height: 17px;
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.45);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    border: none;
}

.prowedivbot .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 17px;
    height: 17px;
    background: #FFF;
    border: 1px solid #00aab5;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
}

.prowedivbot .slider::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 17px;
    height: 17px;
    background: #FFF;
    border: 1px solid #00aab5;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
}

.list.slider::-moz-range-thumb {
    width: 17px;
    height: 17px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.45);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
}

.list .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 17px;
    height: 17px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.45);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
}

.swiper-container {
    /*padding: 0 40px;margin-left: -40px;margin-right: -40px;*/
}

.swiper_slider__prev {
    width: 40px;
    height: 102%;
    background: #ffffff;
    position: absolute;
    z-index: 10;
    right: 0;
    transform: rotate(180deg);
    cursor: pointer;
    top: -1px;
}

.swiper_slider__next {
    width: 40px;
    height: 102%;
    background: #ffffff;
    position: absolute;
    z-index: 10;
    left: 0;
    cursor: pointer;
    top: -1px;
}

.categories:hover .swiper_slider__prev {
    background: url(../img/svg/slider_arrow.svg) no-repeat center center #ffffff;
}

.categories:hover .swiper_slider__next {
    background: url(../img/svg/slider_arrow.svg) no-repeat center center #ffffff;
}

.filter_wrapper,
.addToCartBlue {
    display: none;
}

.productItemLoop.currentActive .productItemInfoBottom {
    display: none;
}

.productItemLoop.currentActive .filter_wrapper,
.productItemLoop.active .filter_wrapper {
    display: block;
}

.productItemLoop.currentActive .addToCartBlue {
    display: block;
}

.editFontGray .slideFontSize {
    color: #ccc;
}

.single_product_mainwrapper .icon_plus .fa {
    left: inherit;
    top: 2px;
}

.icon_plus .fa {
    position: absolute;
    left: 0px;
    top: 4px;
    color: #FFF;
    font-size: 9px;
    background: #00aab5;
    padding: 2px 3px;
}

.left_page .left_header,
.left_page .adv_item {
    padding-left: 25px;
    padding-right: 25px;
}

/*.left_page .adv_item:hover {background: #00a9b4;}*/
.limitTxtChar {
    display: block;
    width: 130px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.single_product_mainwrapper {}

.proDetailBox {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 70px 0px;
}

.proLeftPart {
    width: 50%;
    float: left;
}

.proRightPart {
    width: 40%;
    float: right;
}

.proRightPart h1 {
    margin-top: 0px;
    margin-bottom: 25px;
}

.proRightPart p {
    line-height: 1.5;
    white-space: pre-line;
    max-width: 292px;
}

.proFontPlayingBox {
    width: 100%;
    position: relative;
    padding: 70px 0px;
    overflow: hidden;
}

.playingFontWrapper {
    width: 70%;
    float: right;
}

.playingFontAction {
    width: 20%;
    float: right;
}

.playingFontEdited {
    outline: none;
    font-size: 18px !important;
    line-height: 150%;
}

.playingFontEdited_chn {
    font-size: 14px !important;
    width: 50%;
    outline: none;
    line-height: 150%;
}

.singleProduct select.type_font {
    line-height: 25px;
    width: 150px;
    background-color: transparent;
    border: 1px solid #908f8f;
    padding: 0px 10px;
    background-position: 6px center;
    background-size: 10px;
}

.singleProduct .prowedivbot .range_block {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
}

i.addToCardBtn {
    color: #00a9b4;
    font-size: 40px;
    background: #fff;
}

.singleProduct .adv_item {
    padding: 0px;
}

.singleSidebarTitle {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    top: 100px;
    margin: 0px;
    position: relative;
    width: 280px;
    left: 25%;
}

.singleProduct .left_header {
    padding: 0px;
    margin: 20px 0px 0px 0px;
}

.singleProduct hr.leftSideLine {
    width: 80px;
    margin: 15px auto;
    border: 1px solid #fff;
}

.productHeaderBox {
    width: 100%;
    position: relative;
}

.productHeaderBox h2 {
    color: #00aab5;
    border-bottom: 1px solid #00aab5;
    font-size: 12px;
}

.productHeaderList {
    width: 100%;
    position: relative;
    padding: 10px 0px;
    border-bottom: 2px solid #d8d6d6;
}

.productHeaderList ul {
    width: 50%;
    overflow: hidden;
}

.productHeaderList ul li {
    display: inline-block;
    width: 24%;
    padding: 7px 10px;
    color: #999;
}

.resetSingleFont {
    outline: none;
    border: 0px solid #000;
    width: 150px;
    height: 30px;
    line-height: 33px;
}

a.addToCartSingle {
    display: inline-block;
    background: #00aab5;
    padding: 8px 10px 3px;
    margin-bottom: 15px;
}

.proDetailBox1 {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 57px;
}

.proDetailBox1 .fontMapWrapper {
    width: 50%;
    float: left;
}

.proDetailBox1 .proImage {
    width: 50%;
    float: right;
}

.allProWeight {
    margin-top: 20px;
}

.proGallery {
    width: 100%;
    position: relative;
    margin: 0px auto;
    padding: 120px 0px 52px 0px;
}

.proGallery ul {
    width: 100%;
    overflow: hidden;
    font-size: 0px;
}

.proGallery ul li {
    width: 19%;
    float: right;
    margin: 0px 0.5%;
}

/***************** My Style Product Detail page ***********************/
.singleProduct .header {
    margin-bottom: 30px;
}

.navigator ul li {
    display: inline-block;
    margin: 0px 5px;
    vertical-align: top;
    position: relative;
    color: #00aab5;
}

.navigator ul li a {
    color: #00aab5;
    padding: 5px 5px;
    display: inline-block;
}

.navigator ul li a:hover,
.navigator ul li a:focus {
    color: #00aab5;
    opacity: 0.8;
    text-decoration: none;
}

.navigator {
    border-bottom: 2px solid #00aab5;
    padding: 10px 0px;
}

.navigator ul li::after {
    content: "/";
    position: absolute;
    left: -10px;
    top: 5px;
}

.navigator ul li:last-child::after {
    display: none;
}

.nav-btn {
    background: transparent;
    border: 2px solid #00a9b4;
    padding: 10px 30px;
    color: #00a9b4;
    display: inline-block;
    float: left;
    margin-top: 0px;
    position: relative;
    left: 32px;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    z-index: 9;
}

.nav-btn:hover {
    color: #fff;
    background: #00a9b4;
    text-decoration: none;
    border: 2px solid #00a9b4;
}

.navigator ul {
    display: inline-block;
    vertical-align: middle;
}

.productHeaderList ul li a {
    color: #999;
}

.productHeaderList ul li a.active {
    color: #333;
    font-weight: 600;
}

.productHeaderList ul li a:hover {
    color: #333;
    text-decoration: none;
}

.related-blog {
    padding-bottom: 70px;
    padding-top: 30px;
}

.related-blog h2 {
    font-size: 15px;
    padding: 0px 30px;
    font-weight: 600;
    padding-bottom: 20px;
}

.related-blog .col-md-3 {
    width: 25%;
}

.blog-grid {
    padding: 20px 30px;
}

.blog-grid h3 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 600;
    padding-bottom: 30px;
}

.blog-footer {
    border-top: 1px solid #b9b6b6;
    padding: 10px 0px;
    float: left;
    width: 100%;
}

.blog-footer .b-left {
    width: 35%;
    float: left;
    text-align: left;
}

.blog-footer .b-right {
    width: 65%;
    float: left;
}

.b-left i.fa.fa-plus {
    background: #00aab5;
    color: #fff;
    padding: 5px;
    font-size: 11px;
    border-radius: 2px;
}

.b-left i.fa.fa-heart {
    color: #999;
}

.b-left i {
    margin: 0px 2px;
}

.text-grey {
    color: #999;
}

.b-right span {
    font-weight: 600;
    font-size: 12px;
}

.container.hii .swiper-button-next,
.container.hii .swiper-button-prev {
    opacity: 0;
}

.container.hii:hover .swiper-button-next,
.container.hii:hover .swiper-button-prev {
    opacity: 1;
}

.header.fixed {
    background: rgba(224, 228, 231, 0.2) !important;
}

.btn_bar {
    display: none;
}

.btn_cross {
    display: none;
}

.catalog_blocks.last_block h3 {
    padding: 0px 0px;
}

/*---------POPUP--------*/
.popup_gallery {
    display: block;
    opacity: 0;
    height: 0px !important;
    visibility: hidden;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 9999;
}

.popup_gallery.activeg {
    display: block;
    opacity: 1;
    height: 100% !important;
    visibility: visible;
}

.popup_gallery .popcontent,
.home .popup_gallery {
    z-index: 0 !important;
}

.popup_gallery.activeg .popcontent,
.popup_gallery.activeg {
    z-index: 9999 !important;
}

.popup_gallery .galleryslideh {
    max-width: 100%;
    margin: 0px auto;
    border-top: 2px solid #aaaaaa !important;
}

.popup_gallery .galleryslideh .owl-nav {
    position: absolute;
    margin: 0px auto;
    text-align: center;
    width: 100%;
    padding-top: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.popup_gallery .galleryslideh .owl-nav span {
    display: block;
}

.popup_gallery .galleryslideh .owl-nav .owl-prev,
.popup_gallery .galleryslideh .owl-nav .owl-next {
    width: 40px;
    height: 52px;
    position: absolute;
    margin: 0px 0px;
    display: inline-block;
    cursor: pointer;
    border: none;
}

.popup_gallery .galleryslideh .owl-nav .owl-prev {
    background: url(../img/left_arrow.png) no-repeat center center;
    left: 0px;
}

.popup_gallery .galleryslideh .owl-nav .owl-next {
    background: url(../img/right_arrow.png) no-repeat center center;
    right: 0px;
}

.popup_gallery .galleryslideh .owl-nav .owl-next:hover {
    background: url(../img/right_arrow.png) no-repeat center center;
}

.popup_gallery .galleryslideh .owl-nav .owl-prev:hover {
    background: url(../img/left_arrow.png) no-repeat center center;
}

.popup_gallery .galleryslideh .owl-dots {
    text-align: center;
    padding-top: 20px;
    display: none;
}

.popup_gallery .galleryslideh .owl-dot {
    display: inline-block;
    margin: 0px 5px;
    cursor: pointer;
}

.popup_gallery .galleryslideh .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #FFF;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    display: block;
}

.popup_gallery .galleryslideh .owl-dot:hover span,
.popup_gallery .galleryslideh .owl-dot.active span {
    background: #CCC;
}

.popup_gallery .popcontent img {
    display: inline-block;
    margin-bottom: 15px;
    width: auto !important;
    max-height: 70vh !important;
    margin: 0px auto;
}

.popup_gallery .popcontent .popupbuttompart {
    padding: 20px 0px 15px;
}

.popup_gallery .popcontent h3 {
    font-size: 24px;
    text-align: right;
    float: right;
    color: #101010;
}

.popup_gallery .popcontent a.mailtopgallery {
    float: left;
    color: #4a4949;
    padding-right: 30px;
    background-size: contain !important;
    font-size: 24px;
    background: url(images/email.png) no-repeat right center;
    position: relative;
    top: 5px;
}

.overlaygall {
    background: rgba(40, 40, 40, 0.95);
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999;
}

.popup {
    display: none;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 9999;
}

.popup_gallery .popcontent {
    position: fixed;
    left: 36px;
    right: 36px;
    top: 100px;
    width: 100%;
    background: none;
    max-width: inherit;
    width: auto;
    text-align: center;
    margin: 0px 0px;
}

.b-close {
    background: url(../img/closen.png) no-repeat center center;
    width: 27px;
    height: 27px;
    position: fixed;
    top: 43px;
    right: 36px;
    cursor: pointer;
    z-index: 99999;
}

.b-close:hover {
    opacity: 0.8;
}

.overlay1 {
    background: #000;
    opacity: 0.3;
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999;
}

.poptp_titl {
    padding: 30px 0px 60px 0px;
}

.poptp_titl p {
    font-size: 20px;
    text-align: right;
    color: #FFFF;
    font-weight: normal;
}

.poptp_titl p span {
    font-weight: bold;
}

/*----------Account Page----------*/
.woocommerce-account .right_page .catalog_blocks {
    margin-top: 0px !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right !important;
    width: 100% !important;
}

.page-template-page-account-design footer.footer.container {
    width: 100% !important;
}

.cf:after,
.cf:before {
    clear: both;
    content: '';
    display: block;
    width: 100%;
}

.page-template-page-account-design {
    display: block;
}

.accoult_left .woocommerce-MyAccount-navigation {
    padding: 0 0 50px 0;
    width: 100% !important;
    min-height: calc(100vh - 70px);
    /*overflow: auto;*/
}

.accoult_left {
    width:
        /*490px*/
        25.75%;
    /*position: fixed;left: 0px;*/
    float: left;
    height: 100%;
    background: #706d6e;
}

.accoult_left ul {
    margin: 0px;
    padding: 0px;
}

.accoult_left ul li {
    display: block;
    border-bottom: 1px solid #c9cbcc;
    font-size: 20px;
    font-family: 'FbCoherentiSansEnHeb-Medium';
    margin: 0px !important;
}

.accoult_left ul li a {
    display: block;
    padding: 45px 23px 45px 23px;
    color: #FFF;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

/*.accoult_left ul li:first-child{ font-size:16px; font-weight:normal; font-family:'FbCoherentiSansEnHeb-Regular'; }*/
.accoult_left ul li:first-child a {
    padding: 40px 23px 40px 23px;
}

.accoult_left ul li a:hover,
.accoult_left ul li.is-active a {
    background: #00aab5;
}

.left_foot {
    padding: 110px 20px;
}

.left_foo_bo {
    border: 1px solid #c9cbcc;
    max-width: 345px;
    padding: 14px 12px 7px 12px;
}

.left_foo_bo h3 {
    color: #c9cbcc;
    font-size: 20px;
    font-family: 'FbCoherentiSansEnHeb-Medium' !important;
    margin-bottom: 12px;
}

.left_foo_bo p {
    color: #c9cbcc;
    font-size: 15px;
}

.left_foo_bo a {
    color: #c9cbcc;
    font-size: 15px;
    border-bottom: 1px solid #c9cbcc;
    padding-bottom: 2px;
}

.left_foo_bo a:hover {
    border: none;
}

/*----My Profile---*/
.accoult_right {
    float: right;
    width:
        /*1430px*/
        74.25%;
}

.accounwrap {
    padding: 44px 130px 44px 98px;
}

.accoult_right h1 {
    font-size: 26px;
    font-weight: normal;
    color: #00aab5;
    border-bottom: 3px solid #00aab5;
    padding-bottom: 5px;
}

.myprofile_ri.cahpasspage {
    width: 50%;
}

.myprofile_ri {
    padding: 35px 0px 0px 0px;
}

.myprofile_ri .formfield_n {
    border: 2px solid #ced0d1;
    margin-bottom: 23px;
    position: relative;
}

.myprofile_ri .formfield_n label.labelform {
    float: right;
    width: 350px;
    display: block;
    margin: 0px;
    font-size: 24px;
    font-family: 'FbCoherentiSansEnHeb-Light';
    font-weight: normal;
    color: #625e5a;
    padding: 7px 18px 0px 0px;
}

.myprofile_ri .formfield_n.cf input {
    width: calc(100% - 350px);
    border: none;
    float: right;
    font-size: 24px;
    font-family: 'FbCoherentiSansEnHeb-Light';
    font-weight: normal;
    color: #625e5a;
    height: 41px;
    padding-left: 54px;
}

.myprofile_ri .formfield_n.cf span.editbut {
    position: absolute;
    left: 0px;
    width: 54px;
    height: 41px;
    background: url(../img/edit.jpg) no-repeat center center;
    cursor: pointer;
}

.form_checkb {
    position: relative;
    margin: 6px 21px;
}

.form_checkb input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    vertical-align: top;
    margin: 0px 0px;
    cursor: pointer;
    border: 2px solid #6c6864;
}

.form_checkb input[type="checkbox"]:checked::before {
    background: #6c6864;
    right: 0px;
    width: 18px;
    height: 18px;
    content: "";
    position: absolute;
    top: 2px;
}

.form_checkb label {
    margin: 0px;
    font-size: 16px;
    vertical-align: bottom;
    display: inline-block;
    cursor: pointer;
    margin-right: 6px;
}

.formsubi {
    float: left;
    width: auto;
    padding-top: 48px;
}

.formsubi input,
.formsubi button[type="submit"] {
    height: 49px;
    border: none;
    font-size: 22px;
    background: #00aab5;
    color: #FFF;
    font-family: 'FbCoherentiSansEnHeb-Medium' !important;
    margin: 0px;
    padding: 0px 30px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    display: block;
    border-radius: 0px !important;
    font-weight: normal !important;
    width: 100%;
}

.formsubi input:hover,
.formsubi button[type="submit"]:hover {
    background: #686868;
    color: #fff;
}

/*----My Credit---*/
.creditpag {
    padding: 47px 22px 47px 0px;
}

.totalcredit {
    font-size: 36px;
    font-family: 'FbCoherentiSansEnHeb-Light';
    font-weight: normal;
    padding-bottom: 44px;
}

.exipredat_c {
    font-size: 22px;
    font-family: 'FbCoherentiSansEnHeb-Light';
    font-weight: normal;
}

.buy_credit_b {
    float: left;
    padding-top: 22px;
}

.buy_credit_b a.buyextraecre {
    height: 49px;
    border: none;
    font-size: 22px;
    background: #00aab5;
    color: #FFF;
    font-family: 'FbCoherentiSansEnHeb-Medium';
    margin: 0px;
    padding: 13px 20px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    display: block;
}

.buy_credit_b a.buyextraecre:hover {
    background: #686868;
}

/*---Patmetn Detail----*/
.mypayent_ri {
    padding: 35px 0px 0px 0px;
}

.mypayent_ri .formfield_n {
    border: 2px solid #ced0d1;
    margin-bottom: 23px;
    position: relative;
}

.mypayent_ri .formfield_n label.labelform {
    float: right;
    width: 350px;
    display: block;
    margin: 0px;
    font-size: 24px;
    font-family: 'FbCoherentiSansEnHeb-Light';
    font-weight: normal;
    color: #625e5a;
    padding: 7px 18px 0px 0px;
}

.mypayent_ri .formfield_n.cf input {
    width: calc(100% - 350px);
    border: none;
    float: right;
    font-size: 24px;
    font-family: 'FbCoherentiSansEnHeb-Light';
    font-weight: normal;
    color: #625e5a;
    height: 41px;
    padding-left: 54px;
}

.mypayent_ri .formfield_n.cf span.editbut {
    position: absolute;
    left: 0px;
    width: 54px;
    height: 41px;
    background: url(../img/edit.jpg) no-repeat center center;
}

.mypayent_ri .formsubi {
    padding-top: 30px;
}

.addnotherc_card {
    border-top: 2px solid #ced0d1;
    margin: 54px 0px 0px 0px;
    padding: 50px 0px 0px 0px;
}

.addnotherc_card a {
    font-size: 18px;
    color: #625e5a;
    text-decoration: underline !important;
}

.addnotherc_card a:hover {
    text-decoration: none !important;
}

/*--------Recent Payment----*/
.rece_payment_col {
    padding: 22px 0px;
}

.rece_payment_col .rece_pay_head {
    margin: 0px;
    padding: 0px 20px;
    border-bottom: 1px solid #ced0d1;
}

.rece_payment_col .rece_pay_head .recolcols {
    font-family: 'FbCoherentiSansEnHeb-Medium';
}

.rece_payment_col .recolcols {
    float: right;
    font-size: 20px;
    font-family: 'FbCoherentiSansEnHeb-Light';
    padding: 27px 0px;
}

.rece_payment_col .rece_col1 {
    width:
        /*200px*/
        17.47%;
}

.rece_payment_col .rece_col2 {
    width:
        /*360px*/
        31.44%;
}

.rece_payment_col .rece_col3 {
    width:
        /*205px*/
        18%;
}

.rece_payment_col .rece_col4 {
    width:
        /*345px*/
        30%;
}

.rece_payment_col .rece_col5 {
    width: 33px;
    float: left !important;
}

.rece_payment_col .rece_col5 a {
    display: block;
}

.rece_payment_col .rece_col5 a img {
    max-width: 100%;
}

.rece_payment_col .rec_orders {
    padding: 0px 20px;
    border-bottom: 1px solid #ced0d1;
}

/*--------My Fonts----*/
.my_fonts_col {
    padding: 22px 0px;
}

.my_fonts_col .my_fonts_head {
    margin: 0px;
    padding: 0px 10px 0px 20px;
    border-bottom: 1px solid #ced0d1;
}

.my_fonts_col .my_fonts_head .myfont_col {
    font-family: 'FbCoherentiSansEnHeb-Medium';
}

.my_fonts_col .myfont_col {
    float: right;
    font-size: 20px;
    font-family: 'FbCoherentiSansEnHeb-Light';
    padding: 27px 0px;
}

.my_fonts_col .myfont_col1 {
    width: 50px;
}

.my_fonts_col .myfont_col2 {
    width:
        /*203px*/
        17.6%;
}

.my_fonts_col .myfont_col3 {
    width:
        /*365px*/
        /*31.6%*/
        36.6%;
}

.my_fonts_col .myfont_col4 {
    width:
        /*325px*/
        /*28.1%*/
        31.6%;
}

.my_fonts_col .myfont_col5 {
    width:
        /*100px*/
        8.6%;
    display: none;
}

.my_fonts_col .myfont_col6 {
    width: 35px;
}

.my_fonts_col .myfont_col7 {
    width: 33px;
    float: left !important;
}

.my_fonts_col .rece_col6 a {
    display: block;
}

.my_fonts_col .rece_col6 a img,
.my_fonts_col .rece_col7 a img {
    max-width: 100%;
}

.my_fonts_col .fonts_orders {
    padding: 0px 10px 0px 20px;
    border-bottom: 1px solid #ced0d1;
}

.my_fonts_col .checkfield,
.my_fonts_col .checkfield_all {
    position: relative;
    height: 18px;
    overflow: hidden;
}

.my_fonts_col .checkfield input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    vertical-align: top;
    margin: 0px 0px;
    cursor: pointer;
    border: 1px solid #6c6864;
}

.my_fonts_col .checkfield input[type="checkbox"]:checked::before {
    background: #6c6864;
    right: 0px;
    width: 18px;
    height: 18px;
    content: "";
    position: absolute;
    top: 1px;
}

.my_fonts_col .checkfield_all input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    vertical-align: top;
    margin: 0px 0px;
    cursor: pointer;
    border: 3px solid #6c6864;
}

.my_fonts_col .checkfield_all input[type="checkbox"]:checked::before {
    background: #6c6864;
    right: 0px;
    width: 18px;
    height: 18px;
    content: "";
    position: absolute;
    top: 3px;
}

.font_marked_download {
    float: left;
    padding-top: 58px;
}

.font_marked_download a {
    height: 49px;
    border: none;
    font-size: 22px;
    background: #00aab5;
    color: #FFF;
    font-family: 'FbCoherentiSansEnHeb-Medium';
    margin: 0px;
    padding: 13px 15px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    display: block;
}

.font_marked_download a:hover {
    background: #686868;
}

.font_marked_download a.disablelink {
    pointer-events: none;
    cursor: default;
    background: grey;
}

.messageinfontb {
    text-align: left;
    padding-top: 15px;
}

.messageinfontb p {
    font-size: 16px;
    color: #F00;
}

.messageinfontb a {
    font-weight: bold;
    color: #F00;
}

.plist_popup .cartnprightin {
    padding: 50px 16px 50px 35px !important;
}

.plist_popup .cartnrdivh {
    height: 130px !important;
}

.plist_popup .cartnpright {
    min-height: 240px !important;
}

.plist_popup .cartnprightin .pmnuuy a {
    height: 49px;
    border: none;
    font-size: 22px;
    background: #00aab5;
    color: #FFF;
    font-family: 'FbCoherentiSansEnHeb-Medium';
    margin: 0px;
    padding: 13px 15px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    display: block;
    margin-top: 20px;
    text-align: center;
}

.plist_popup .cartnprightin .pmnuuy a:hover,
.plist_popup .cartnprightin .pmnuuy a:focus {
    background: #686868;
}

.my_fonttoptxt {
    padding-top: 15px;
}

.my_fonttoptxt p {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3;
}

.chmess_ns {
    padding-top: 15px;
}

.chmess_ns p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 1.3;
    color: #F00;
}

.fieldset--username .usernote {
    display: block;
    font-size: 12px;
    padding-top: 5px;
}

.detail_block {
    display: none;
}

/* .font_pages { display: block; margin: 10px; }
.font_pages li { display: inline-block; margin: 0 5px; }
.font_pages li a { padding: 5px 8px; border: 1px solid #999595; color:#000; cursor:pointer;}
.font_pages li a:hover, .font_pages li a.active {background-color: #00aab5; color: #fff;} */

.customregform {
    max-width: 426px;
    margin: 0 auto;
    padding: 4px 0;
}

.cregfield {
    margin: 0 0 22px 0;
}

.cregfield input {
    display: block;
    width: 100%;
    border: 0px;
    height: 47px;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: 500 !important;
    padding: 0 20px;
    font-size: 20px;
    background: #fff;
    color: #000 !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

.cregfield span.usernote {
    display: block;
    font-size: 12px;
    padding: 5px 0 0 0;
    line-height: 1;
}

.cregfbot {
    padding: 0 19px 0 0;
}

.cregfcheck {
    float: right;
    margin: 15px 0 0 0;
}
.cregfcheck input {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    border: 0px;
    padding: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    cursor: pointer;
    margin: 0px;
}
.cregfcheck label {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 20px;
    color: #635f5b;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: 500;
    margin: 0px;
    padding: 0 8px 0 0;
}
.cregfsub {
    float: left;
    width: 145px;
}
.cregfsub input {
    display: block;
    width: 100%;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
    height: 48px;
    background: #00aab5;
    border: 0px;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: 500 !important;
    font-size: 20px;
    color: #fff !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border: 0px;
}
.customregform .form-msg {
    padding-bottom: 10px;
    color: #000;
    font-family: 'FbCoherentiSansEnHeb-Medium';
    font-size: 12px;
}
.fb_button {
    padding: 8px 8px;
    border: 1px solid #00a9b4;
    background: #00a9b4;
    color: #fff;
    min-width: 100px;
    margin: 0 5px;
}
.paydesc {
    font-weight: bold;
}
.font-lics {
    padding-bottom: 10px;
}
.sec_font_action {
    display: block;
    margin-top: 20px;
}
.sec_font_action .button_sec {
    float: left;
    width: 50%;
    text-align: left;
}
.sec_font_action .cost_sec {
    float: left;
    width: 49%;
}
.cost_sec .necolpric {
    width: 125px;
    display: block;
    text-align: center;
    float: left;
    margin-left: 150px;
    font-size: 22px;
    margin-top: 10px;
}
.sec_font_action a.addToCartSingle, .sec_font_action a.rmFromCartSingle {
    width: auto;
    margin: 0;
    background-color: unset;
}
.woocommerce-checkout-payment .pay_desc {
    display: none;
}
.paywithcredit .woocommerce-form-coupon-toggle {
    display: none;
}
.paywithcredit form.checkout.woocommerce-checkout {
    margin: 50px 0 0 0;
}
/* CSS Loader Animation */
.cssloader {
    width: 16px;
    height: 16px;
    border: 3px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* -------- CSS Loader Animation End -------- */

@media screen and (max-width: 1920px) {
    .container.hii {
        width: calc(100vw - 290px) !important;
        padding: 0px 70px !important;
    }

    section.main_banner .container {
        width: calc(100vw - 290px) !important;
        padding: 0px 70px !important;
    }
}

@media only screen and (max-width: 1700px) {
    .progwrap {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1300px) {
    .container.hii {
        padding: 0px 58px 0 48px !important;
    }
}

@media screen and (max-width: 1440px) {
    .container {
        width: calc(100vw - 255px) !important;
        padding: 0px 70px !important;
    }

    .woocommerce-account .container {
        width: 100% !important;
        padding: 0px 50px 0 0 !important;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        width: calc(100vw - 290px) !important;
    }
}

@media screen and (max-width: 768px) {
    .container {
        width: calc(100vw) !important;
    }

    .right_page {
        width: calc(100vw);
    }

    .left_page {
        width: 0;
        transition: all 0.5s;
    }

    section.main_banner .container {
        width: calc(100vw) !important;
    }

    #homeSlider {
        height: auto;
    }

    .container.hii {
        width: calc(100vw) !important;
    }

    .font_item .image {
        height: 120px;
    }

    .font_item {
        width: 25% !important;
    }

    .footer_btn_block {
        margin-top: 30px;
    }

    .text_block .description {
        max-width: 870px;
        width: 100%;
    }

    .footer_container {
        max-width: 570px;
        width: 100%;
    }

    .btn_bar {
        font-size: 20px;
        color: #333;
        /*display: inline-block;*/
        vertical-align: top;
        font-family: 'Fbgofansans-Bold';
        padding: 6px 6px 3px;
        cursor: pointer;
    }

    .btn_cross {
        font-size: 20px;
        color: #fff;
        display: none;
        vertical-align: top;
        font-family: 'Fbgofansans-Bold';
        padding: 6px 6px 3px;
        position: absolute;
        left: 5px;
        cursor: pointer;
    }

    .btn_cross:hover,
    .btn_cross:focus {
        color: #fff;
    }

    div#respond {
        padding: 50px 0px;
    }

    .comment-form textarea {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    section.main_banner .container {
        padding: 0px 20px !important;
    }

    .container {
        padding: 0px 20px !important;
    }

    .new_font_item {
        width: 50% !important;
        margin-left: 2px !important;
    }

    .font_item {
        width: 100% !important;
    }

    section.catalog_blocks.last_block .catalog_list {
        display: block;
    }

    section.catalog_blocks.last_block .catalog_list .product_item {
        width: 100%;
        max-width: 100%;
    }

    .container.hii {
        padding: 0px 40px !important;
    }

    ul.header_nav {
        display: none;
    }

    .catgory_item_wrapper.swiper-slide {
        margin-left: 30px !important;
        width: 100% !important;
    }

    .woocommerce .woocommerce-message .button {
        float: none;
    }
}

@media screen and (min-width: 1500px) {
    .catalog_blocks h3 {
        padding: 0px 26px;
    }

    #homeSlider {
        height: 575px;
    }

    .catalog_blocks.last_block h3 {
        padding: 0px 0px;
    }
}

body.page.page-id-179,
body.page.page-id-179 .page.productlistpage,
.page.singleProduct.commdes {
    opacity: 1 !important;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: transparent;
}

.overlay .loader3 {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    position: fixed;
    left: 50%;
    top: 50%;
}

.overlay .loader3 span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: rgb(0, 170, 181);
    -webkit-animation: loader3 1.5s linear infinite;
    animation: loader3 1.5s linear infinite;
}

.overlay .loader3 span:last-child {
    animation-delay: -0.9s;
    -webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
    0% {
        transform: scale(0, 0);
        opacity: 0.8;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes loader3 {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.8;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

.left_page .style-box label {
    cursor: pointer;
}

select.type_font option:checked {
    color: black;
    font-weight: bold;
}

/*----------New Home -----------------*/
.clr {
    clear: both;
}

.page.rebg,
.page.commdes {
    display: block;
}

.header_nav {
    margin-right: 0px !important;
}

.rebg .header.home-1.header,
.header.home-1.header {
    width: 100% !important;
    background: #272727;
    direction: rtl;
}

.rebg .header.home-1.header .wrap,
.header.home-1.header .wrap {
    width: 100%;
    padding: 0px 25px 0px 25px !important;
}

.rebg {}

.logo img {
    width: 64px !important;
    margin-left: 30px !important;
}

.header_nav>li>a {
    color: #FFF;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-size: 13px;
}

.header_nav>li>a:hover {
    color: #00aab5;
    text-decoration: none;
}

.btn_login {
    color: #00a9b4 !important;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-size: 13px;
    padding: 4px 6px 3px 0px !important;
}

a.lrm-login {
    color: #FFF !important;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-size: 13px;
    padding: 4px 6px 3px 0px !important;
}

.btn_login:hover,
a.lrm-login:hover {
    color: #00a9b4 !important;
}

.tinvwl_add_to_wishlist_button {
    padding-top: 0px;
}

.btn_login

/*a.lrm-login:hover */
    {
    /* background:#00a9b4;*/
}

.btn_login:hover {
    color: #00aab5;
}

.hometopsearch {
    padding: 122px 0px 18px 0px;
    background: #272727;
}

.topwrap {
    max-width: 730px;
    margin: 0px auto;
}

.hometopsearch h3 {
    line-height: 100%;
    font-size: 22.83px;
    font-weight: normal;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    color: #FFF;
    letter-spacing: 0.34px;
    text-align: center;
    margin-bottom: 26px;
}

.hometopsearch h3 .two {
    display: none;
}

.homesearch_form {
    max-width: 458px;
    border: 1px solid #dddddd;
    background: #FFF;
    border-radius: 15px;
    height: 32px;
    margin: 0px auto;
}

.homesearch_form input#search {
    width: calc(100% - 35px);
    background: none;
    border: none;
    color: #00aab5;
    letter-spacing: 0.9px;
    height: 30px;
    padding: 0px 12px;
    vertical-align: top;
    font-size: 13.51px;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: 500;
}

.homesearch_form input#search_prod {
    width: 15px !important;
    height: 30px !important;
    margin-left: 15px;
    height: auto;
    padding-top: 7px;
    vertical-align: top;
    background: url(../img/searchicon.jpg) no-repeat center center;
    border: 0px;
}

.homesearch_form input::-webkit-input-placeholder {
    color: #00aab5;
    letter-spacing: 0.9px;
}

.homesearch_form input:-moz-placeholder {
    color: #00aab5;
    opacity: 1;
    letter-spacing: 0.9px;
}

.homesearch_form input::-moz-placeholder {
    color: #00aab5;
    opacity: 1;
    letter-spacing: 0.9px;
}

.homesearch_form input:-ms-input-placeholder {
    color: #00aab5;
    letter-spacing: 0.9px;
}

.hometopsearch .searchtxt {
    font-size: 13.51px;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    color: #7f7f7f;
    text-align: center;
    padding: 12px 0px;
}

.hometopsearch .searchfilterby {
    font-size: 0px;
    text-align: center;
    padding: 7px 0px 0px 0px;
}

.hometopsearch .searchfilterby span {
    font-size: 13.51px;
    display: inline-block;
    color: #55c5ce;
    vertical-align: top !important;
    padding-left: 5px;
    vertical-align: inherit;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: 500;
    padding-top: 5px;
}

.hometopsearch .searchfilterby .filtertxt {
    display: inline-block;
    padding: 0px 17px;
    position: relative;
    line-height: 25px;
}

.hometopsearch .searchfilterby .filtertxt.style-box:after {
    position: absolute;
    content: '';
    left: 0px;
    width: 1px;
    height: 25px;
    background: #424243;
    top: 0px;
}

.hometopsearch .searchfilterby .filtertxt.style-box:last-child:after {
    display: none;
}

.hometopsearch .searchfilterby .filtertxt label {
    font-size: 21px;
    color: #7f7f7f;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    width: 100%;
}

.hometopsearch .searchfilterby .filtertxt label:hover {
    color: #fff;
}

.hometopsearch .searchfilterby .filtertxt input[type="checkbox"] {
    display: none;
}

.product_gal {
    padding: 18px 0px 32px 0px;
    background: #272727;
}

.product_gal .itemcol ul {
    margin: 0px;
    padding: 0px;
}

.product_gal .itemcol ul li {
    margin: 0px 0px;
    padding: 4px 0px;
    width: 100%;
    display: block;
}

.product_gal .itemcol ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.product_gal .itemcol ul li a .hovereffect {
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 170, 181, 0.9);
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block
        /*table*/
    ;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}

.product_gal .itemcol ul li a:hover .hovereffect {
    opacity: 1;
    visibility: visible;
}

.product_gal .itemcol ul li a .hovereffect .hovinner {
    /*display:table-cell; vertical-align:middle;*/
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.product_gal .itemcol ul li a .hovereffect h5 {
    font-size: 41px;
    color: #FFF;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    letter-spacing: 0.1px;
    margin: 0px 0px 6px 0px;
}

.product_gal .itemcol ul li a .hovereffect span {
    width: 36px;
    margin: 0px auto;
    display: block;
}

.product_gal .itemcol ul li img {
    max-width: 552px;
    height: auto;
}

.product_gal .itemcol ul li .hovinner img {
    height: auto;
    width: auto;
}

.rebg .fb_title {
    color: #FFF;
    font-family: 'FbCoherentiSansEnHeb-Regular';
}

.rebg footer.footer.container {
    width: 100% !important;
    padding: 66px 30px 55px 30px !important;
    background: #272727;
    border: none !important;
}

/*footer.footer.container{ border-top:2px solid #272727 !important;}*/
footer.footer.container .footer_btn_block {
    border: none !important;
}

.footer_wrap {
    max-width: 760px;
    margin: 0px auto;
}

.rebg footer.footer.container .footer_btn_block,
.rebg .footer {
    border: none;
}

.rebg .footer_links {
    color: #FFF;
    border-bottom: none;
}

.rebg .footer_links a {
    color: #FFF;
    font-size: 11.51px;
    font-family: 'FbCoherentiSansEnHeb-Regular';
}

.rebg .footer_inner {
    display: none;
}

.footre_home {
    display: none;
}

.rebg .footre_home {
    display: block;
}

.rebg .footer_description {
    color: #FFF;
}

.fnewbotleft .footerfontlogo {
    margin-bottom: 20px;
}

.fnewbotleft .footerfontlogo span {
    display: block;
    font-size: 41px;
    font-family: 'Fontbit Logo new1';
    color: #000;
}

.rebg .fnewbotleft .footerfontlogo span {
    color: #fff;
}

.coomheight {
    height: 68px;
}

.commdes .right_page {
    width: 100%;
    /*max-width:1560px;*/
    margin: 0px auto;
    /*padding:0px 50px;*/
}

.single-product .right_page {
    overflow: unset;
}

.commdes .right_page .container {
    width: 100% !important;
    padding: 0px !important;
}

.single_topheadingbar {
    /*background:#474646;*/
    padding: 90px 0px 0px 0px;
}

.single_topheadingbar .topbar_wrap {
    /*max-width:1460px; */
    max-width: 100%;
    padding: 0px 25px;
    ;
    margin: 0px auto;
}

.single_maintitle {
    float: none;
    width: 100%;
    padding-top: 0px;
}

.single_topheadingbar .header_title {
    float: none;
    width: 100%;
    padding: 16px 0px 11px 0px;
}

.single_topheadingbar .singleSidebarTitle {
    width: 100% !important;
    position: static;
    transform: none !important;
    margin: 0px !important;
    color: #000;
    line-height: 100% !important;
    font-size: 27px;
    height: auto;
    display: table;
    letter-spacing: 3px;
    border-bottom: 2px solid #000;
    padding-bottom: 9px;
}

.single_topheadingbar .singleSidebarTitle span {
    display: table-cell;
    vertical-align: middle;
}

.single_topheadingbar a.addToCartSingle,
.single_topheadingbar a.rmFromCartSingle {
    width: auto;
    background: none;
    padding: 0px;
    margin: 0px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.single_topheadingbar a.addToCartSingle span.plnn {
    /*background: #00aab5 url(../img/plus_in.png) no-repeat center center;*/
    height: 41px;
    display: block;
    width: 41px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    -moz-border-radius: 5px;
    margin: 0px auto;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    font-size: 35px;
    font-family: 'Fontbit Logo new1';
    color: #00aab5;
}

.single_topheadingbar a.addToCartSingle:hover span.plnn {
    /*background: transparent url(../img/plus_in_h.png) no-repeat center center; border:1px solid #00aab5;*/
    color: #00aab5;
}

.single_topheadingbar a:hover p

/*, .single_topheadingbar a.activefav p*/
    {
    color: #00aab5;
}

.single_topheadingbar a.rmFromCartSingle span.plnn {
    /*background: #00aab5 url(../img/minus_in.png) no-repeat center center;*/
    height: 41px;
    display: block;
    width: 41px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0px auto;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    font-size: 30px;
    font-family: 'Fontbit Logo new1';
    color: #d31e20;
}

.single_topheadingbar a.rmFromCartSingle:hover span.plnn {
    /*background: transparent url(../img/minus_in_h.png) no-repeat center center; border:1px solid #00aab5;*/
    color: #00aab5;
}

.single_topheadingbar .header_title ul li a span.hearnn {
    /*background: #FFF url(../img/heart_in.png) no-repeat center center;*/
    height: 41px;
    display: block;
    width: 41px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0px auto;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    font-size: 35px;
    font-family: 'Fontbit Logo new1';
    color: #00aab5;
}

.single_topheadingbar .header_title ul li a.activefav span.hearnn,
.single_topheadingbar .header_title ul li a.activefav:hover span.hearnn {
    /*background: #FFF url(../img/heart_in_h.png) no-repeat center center;*/
    color: #d31e20;
}

.single_topheadingbar .header_title ul li a:hover span.hearnn {
    color: #00aab5;
}

.single_topheadingbar .header_title ul li a.productlistback span.bck {
    height: 41px;
    display: block;
    width: 41px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0px auto;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    font-size: 35px;
    font-family: 'Fontbit Logo new1';
    color: #00aab5;
}

.single_topheadingbar .header_title ul li a.productlistback:hover span.bck {
    color: #000;
}

.single_topheadingbar .header_title ul {
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    text-align: left;
    display: block;
    direction: ltr;
    float: left;
}

.single_topheadingbar .header_title ul li {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    direction: rtl;
    vertical-align: top;
    /*min-height:84px;*/
    padding: 0px 18px 10px 17px;
    /*border-right:1px solid #656464;*/
}

.single_topheadingbar .header_title ul li:first-child {
    padding-left: 0px;
}

/*.single_topheadingbar .header_title ul li:last-child{ border: none; vertical-align:middle; padding-right:0px; padding-top:0px;}*/
.single_topheadingbar .header_title ul li a {
    text-align: center;
    text-decoration: none !important;
    padding: 0px !important;
}

.single_topheadingbar .header_title ul li p {
    margin: 0px;
    padding: 2px 0px 0px 0px;
    font-size: 13px;
    color: #00aab5;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    text-align: center;
    display: block !important;
}

.single_topheadingbar .header_title ul li a.rmFromCartSingle p,
.single_topheadingbar .header_title ul li a.activefav p {
    color: #d31e20;
}

.single_topheadingbar .header_title ul li a:hover p,
.single_topheadingbar a.addToCartSingle:hover span.plnn,
.single_topheadingbar a.rmFromCartSingle:hover span.plnn,
.single_topheadingbar .header_title ul li a.activefav:hover span.hearnn,
.single_topheadingbar .header_title ul li a:hover span.hearnn,
.single_topheadingbar a.colchange_tool:hover span.colch,
.single_topheadingbar a.pdfdd:hover span.pdfc {
    color: #000;
}

.single_topheadingbar .header_title ul li .adv_item p {
    font-size: 12px;
    text-align: left;
    padding: 0px;
}

.concenter {
    display: table;
    width: 100%;
    min-height: 82px;
}

.con_ce_in {
    display: table-cell;
    vertical-align: middle;
}

.close-icon-class.singpag {
    position: absolute;
    top: -90px;
    right: 35px;
}

.close-icon-class.singpag img {
    max-width: 100%;
}

/*.search_r_single{ padding-right:32px;}*/
.search_r_single .navigator {
    padding: 0px 0px 10px 0px;
}

.search_r_single .container {
    width: 100% !important;
}

.single_topheadingbar a.colchange_tool span.colch,
.single_topheadingbar a.pdfdd span.pdfc {
    height: 41px;
    display: block;
    width: 41px;
    border-radius: 5px;
    margin: 0px auto;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    font-size: 35px;
    font-family: 'Fontbit Logo new1';
    color: #00aab5;
}

.header_title .pro_infotop {
    float: right;
    width: 40%;
}

.header_title .pro_infotop .adv_item_am {
    display: block;
}

.header_title .pro_infotop .adv_item_am p {
    display: block;
    color: #000 !important;
    margin: 0px;
    padding: 0px;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-size: 13px;
    line-height: 16px;
}

.header_title .pro_infotop .concenter {
    min-height: inherit;
    display: block;
}

.proDetailBox .proRightPart {
    float: none !important;
    width: 100% !important;
    background: #00aab5;
    padding: 50px 0 30px 0;
}

.prowrap {
    max-width: 1460px;
    margin: 0 auto;
}

.prowrap1 {
    max-width: 1460px;
    margin: 0px auto;
    padding: 0px;
}

.proDetailBox .col-demo-1 {
    display: block !important;
    width: 100% !important;
}

.proRightPartin {
    max-width: 963px;
}

.proDetailBox .proRightPart .proRightPartin p {
    max-width: 100% !important;
    font-size: 15.34px !important;
    line-height: 25.57px !important;
    color: #fdfafa !important;
    font-family: 'FbCoherentiSansEnHeb-Regular' !important;
    font-weight: 500 !important;
    margin: 0 0 20px 0 !important;
}

.proRightPart h1 {
    color: #fdfafa !important;
}

.proweightdiv {
    background: #FFF;
    /* border-bottom:2px solid #e8e5e5;*/
    padding: 0px 0 0px 0;
}

.proDetailBox .allProWeight {
    margin: 0px;
}

.single_product_mainwrapper .proDetailBox {
    padding: 0px;
}

.eng-fonts .allProWeight p:nth-child(even),
.hb-fonts .allProWeight p:nth-child(2n) {
    margin: 0px !important;
}

.one.my_own_font_style {
    font-size: 55px;
    line-height: 60px;
    /*word-break: break-all;*/
}

.two.my_own_font_style {
    font-size: 50px;
    line-height: 60px;
}

.prowedivbot {
    padding: 15px 0px 0px 0px;
    float: right;
    width: 140px;
    margin-left: 46px;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
}

.prowedivbot .pwbone a.addcart {
    color: #00aab5;
    font-size: 14px;
    display: block;
    border: 2px solid #00aab5;
    text-align: center;
    padding: 0 10px;
    line-height: 26px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.prowedivbot .pwbone a.addcart span {
    font-family: 'Fontbit Logo new1';
    font-size: 23px;
    color: #00aab5;
    position: relative;
    top: 2px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.prowedivbot .pwbone a.addcart:hover {
    color: #FFF;
    background: #00aab5;
}

.prowedivbot .pwbone a.addcart:hover span {
    color: #FFF;
}

.prowedivbot .pwbone a.remcart {
    color: #f80404;
    font-size: 14px;
    display: block;
    border: 2px solid #f80404;
    line-height: 26px;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.prowedivbot .pwbone a.remcart span {
    font-family: 'Fontbit Logo new1';
    font-size: 27px;
    color: #f80404;
    top: 3px;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.prowedivbot .pwbone a.remcart:hover {
    color: #FFF;
    background: #f80404;
}

.prowedivbot .pwbone a.remcart:hover span {
    color: #FFF;
}

.prowedivbot .slidecontainer {
    width: 100px;
}

.prowedivbot .range_block .range_title {
    font-size: 24px;
    color: #00aab5;
}

.prowedivbot .range_block .range_title span {
    font-size: 17px;
    color: #00aab5;
}

.prowedivbot .pwbone a:hover,
.prowedivbot .pwbone a:focus {
    text-decoration: none;
}

.prowcomw {
    position: relative;
    border-bottom: 1px solid #918f8f;
}

.prowcomw:before {
    content: '';
    width: 186px;
    right: 0px;
    height: 3px;
    position: absolute;
    background: #FFF;
    bottom: -2px;
}

.prowcomw:after {
    position: absolute;
    width: 4000px;
    left: -4000px;
    height: 100%;
    top: 0px;
    background: #FFF;
    content: '';
}

.singleProduct .prowcomw .range_block {
    padding-bottom: 6px;
}

.proweightdiv:first-child .singl_confil {
    min-height: 170px;
}

.singl_confil {
    float: right;
    width: calc(100% - 186px);
    display: table;
    vertical-align: middle;
    min-height: 240px;
    margin-right: 176px;
}

.singl_confil p {
    overflow: hidden;
}

.singl_confil.showtitle p.two {
    display: block;
}

.singl_confil.showtitle p.one {
    display: none;
}

.singl_confil.showdesc p.one {
    display: block;
    margin-bottom: 0px;
}

.singl_confil.showdesc p.two {
    display: none;
}

.singl_confil p.one {
    font-size: 25px;
    /*height:100px;*/
    line-height: 100%;
    width: 75%;
}

.singl_confil p.two {
    font-size: 119px;
    /*height:119px;*/
    line-height: 110%;
    position: relative;
    /*min-width:5000px;*/
    width: 75%;
}

.singl_confil p.two:after {
    content: '';
    background: #FFF;
    height: 100%;
    width: 100%;
    left: -25%;
    top: 0px;
    position: absolute;
    display: none;
}

.singl_confil p span.intxtn1 {
    display: table;
    width: 100%;
    vertical-align: middle;
    height: 100%;
    padding-right: 10px;
    padding-left: 50px;
}

.singl_confil p span.intxtn1 span.intxtn2 {
    /*display:table-cell;*/
    display: block;
    vertical-align: middle;
    min-height: 170px;
}

.singl_confil p.two span.intxtn1 span.intxtn2 {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    /*vertical-align: middle; white-space: nowrap;text-overflow: ellipsis;*/
}

.single_p {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 0px;
}

.pwbone img {
    display: inline-block;
    vertical-align: middle;
}

/*.pwbone span {display:inline-block; vertical-align:middle; color:#020202; font-size:15.34px; line-height:25.57px;}*/
.pwbone span.sone {
    font-family: 'FbCoherentiSansEnHeb-Medium';
    font-weight: 500;
    margin: 0 7px 0 15px;
}

.pwbone span.stwo {
    margin: 0 0 0 14px;
}

.pwbone div.fweight {
    font-size: 15px;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    line-height: 19px;
    color: #000;
    display: block;
    padding-bottom: 18px;
}

.align-left {
    text-align: left;
}

.displayty .displayc {
    float: right;
    width: 65px;
    color: #00aab5;
    font-size: 0px;
    margin-left: 10px;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    cursor: pointer;
}

.displayty .displayc.lastdisp {
    margin: 0px;
}

.displayty .displayc span.disp1 {
    /*font-family: 'FbCoherentiSansEnHeb-Regular'; */
    font-family: 'Fontbit Logo new1';
    font-size: 28px;
    line-height: 22px;
    width: 22px;
    height: 22px;
    /*border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; border:1px solid #00aab5; */
    color: #00aab5;
    text-align: center;
    padding: 0px;
}

.displayty .displayc span {
    display: inline-block;
    font-size: 11px;
    line-height: 11px;
    width: calc(100% - 22px);
    padding-right: 5px;
    color: #00aab5;
}

.displayty .displayc.lastdisp span.disp1 {
    /* color:#FFF; background:#00aab5;*/
}

.displayty .displayc span.disp1 {
    display: inline-block;
}

.displayty .displayc span.disp1.act,
.displayty .displayc.active span.disp1 {
    display: none;
}

.displayty .displayc.active span.disp1.act {
    display: inline-block;
}

.single_product_mainwrapper .proDetailBox1 .fontMapWrapper {
    float: none !important;
    width: 100% !important;
}

.single_product_mainwrapper .proDetailBox1 .proImage {
    float: none !important;
    width: 100% !important;
}

.left_side_demo:before {
    display: none;
}

.proimgin {
    border-bottom: 1px solid #c0c0c0;
}

.proimgin span {
    color: #020202;
    font-size: 15.34px;
    line-height: 25.57px;
    display: block;
}

.single_product_mainwrapper .proFontPlayingBox {
    padding: 0 !important;
    border: 0 !important;
    margin: 124px 0 130px 0;
}

.single_product_mainwrapper .playingFontAction {
    /*float:right !important; width:285px !important; padding:0 0 0 30px;*/
    width: 100% !important;
}

.single_product_mainwrapper .playingFontWrapper {
    /*float:right !important; width:calc(100% - 285px) !important;*/
    width: 100%;
}

/*.prowrap1 { padding:0 10.8% 0 0;}*/
.single_product_mainwrapper .playingFontAction p.detail-product-class {
    font-size: 35px;
    color: #00aab5;
    font-weight: 500;
    padding-bottom: 31px;
}

.single-product .prowrap,
.single-product .prowrap1 {
    /* max-width:1680px; padding-left:120px;*/
    max-width: 100%;
    width: 100%;
    padding: 0px 25px;
    margin: 0px auto;
}

.progwrap {}

.single.single-product footer.footer.container,
.single-product .catalog_blocks .container {
    /*width:100%!important; padding:0px 25px !important;*/
}

.single footer.footer.container {
    /*width: calc(100vw - 255px)!important*/
}

.search_r_single .swiper-container {
    max-width: 100%;
    margin: 0px;
}

.search_r_single #search-prd .filtered-prods {
    border-bottom: 1px solid #d1d0d1;
    margin-bottom: 8px;
    padding: 20px 120px;
    background: #e8e5e5;
    display: block !important;
}

.search_r_single a.filter-prod {
    margin: 5px 0px 5px 10px;
}

.search_r_single div#search-prd h5 {
    padding-right: 120px;
    font-size: 0px;
}

.search_r_single div#search-prd h5 strong {
    font-size: 14px;
}

#search-prd a.filter-prod {
    line-height: 100%;
}

.single_product_mainwrapper {
    margin: 0px !important;
}

.singleProduct .range_block img {
    width: 15px;
}

.proFontPlayingBox button.dropdown-toggle.custom-toggle {
    width: 155px !important;
    text-align: right;
    padding: 0px 8px 0px 7px !important;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #838181;
    font-family: 'FbCoherentiSansEnHeb-Regular' !important;
    font-weight: 500 !important;
    line-height: 22px !important;
}

.dropdown .caret {
    border-top: 8px solid;
    margin-top: 8px;
    margin-left: 0px;
}

.dropdown .dropdown-menu {
    min-width: 100%;
    text-align: right;
}

.dropdown .dropdown-menu>li>a {
    padding: 3px 8px;
}

.proFontPlayingBox .slidecontainer {
    width: 125px;
}

.proFontPlayingBox .resetSingleFont {
    margin-top: 100px;
}

.proFontPlayingBox .resetSingleFont.btn_blue {
    border: 2px solid #00a9b4 !important;
    background: none;
    color: #00a9b4;
    line-height: 24px;
    letter-spacing: 2px;
    font-size: 14px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    margin-top: 31px;
    width: 155px;
    height: 27px;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: 500;
}

.proFontPlayingBox .resetSingleFont.btn_blue:hover {
    color: #FFF;
    background: #00a9b4;
}

.playingFontAction p.detail-product-class {
    letter-spacing: 1px;
    padding-bottom: 14px;
    font-size: 15px;
}

.proGallery h3 {
    font-size: 15px;
    color: #000;
    margin: 0px 0 26px 0;
    line-height: 17px;
    padding: 0px;
    font-family: 'FbCoherentiSansEnHeb-Medium';
    font-weight: 500;
}

.singleProduct .range_block {
    padding: 0 4px 0 0;
}

.proImage1 {
    display: none;
}

.proGallery #canvas {
    display: none;
}

.proGallery {
    /*border-bottom: 1px solid #c0c0c0; background:#282828; padding:140px 0 204px 0;*/
    padding: 0px;
}

.progwrap {
    max-width:
        /*1510px*/
        1680px;
    margin: 0 auto;
}

.proGallery .progwrap {
    max-width: 100%;
    padding: 0px 25px;
}

.progwrap .fontMapWrapper {
    max-width: 1510px;
}

.fontMapWrapper {
    background: #fff;
    margin: 0 0 70px 0;
}

.proGallery h2.toptitle {
    font-size: 35px;
    color: #00aab5;
    margin: 0px 0 39px 0;
    padding: 0px;
    font-family: 'FbCoherentiSansEnHeb-Medium';
    font-weight: 500;
}

.singleProduct .slideFontSize {
    font-size: 32px;
    max-height: 183px;
    min-height: 183px;
    position: relative;
}

.singleProduct .slideFontSize textarea {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px 0px 0 0;
    border: 0px;
    color: #000000;
    margin: 0px;
    top: 0px;
    right: 0px;
    overflow: hidden;
    outline: none;
    resize: none;
}

.singleProduct .slideFontSize textarea::-webkit-input-placeholder {
    color: #000;
}

.singleProduct .slideFontSize textarea:-moz-placeholder {
    color: #000;
    opacity: 1;
}

.singleProduct .slideFontSize textarea::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.singleProduct .slideFontSize textarea:-ms-input-placeholder {
    color: #000;
}

.singleProduct .slideFontSize textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}

.singleProduct .slideFontSize textarea:focus:-moz-placeholder {
    opacity: 0;
}

.singleProduct .slideFontSize textarea:focus::-moz-placeholder {
    opacity: 0;
}

.singleProduct .slideFontSize textarea:focus:-ms-input-placeholder {
    opacity: 0;
}

.singleProduct .range_block {
    margin: 0px !important;
}

.singleProduct .catalog_blocks h3 {
    font-size: 15px;
    font-weight: bolder;
    color: #000;
    padding-right: 25px;
}

.singleProduct .product_item_info {
    /* margin-top:20px; border-top:1px solid #c0c0c0;*/
}

.product_item_info .name span.firstllt {
    font-family: 'FbCoherentiSansEnHeb-Medium';
    font-weight: 500;
}

.product_item_info .name span.firstllt.engli {
    display: inline-block;
}

.product_item_info .name span.weight-name-class,
.product_item.added .added-to-cart {
    font-family: 'FbCoherentiSansEnHeb-Regular' !important;
    font-weight: 300 !important;
    font-size: 10px;
}

p.pop-up-text,
.wishlist-textclass {
    color: #231f20 !important;
    font-family: 'FbCoherentiSansEnHeb-Regular' !important;
    font-weight: 300 !important;
}

.wishlist-textclass {
    font-size: 14px !important;
}

.wishlist-popup-message {
    transform: scaleX(1) !important;
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

.wishlist-popup-message:after,
.wishlist-popup-message:before {
    bottom: 40px !important;
}

.btn_blue .bold {
    font-family: 'FbCoherentiSansEnHeb-Regular' !important;
    font-weight: 500 !important;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
    content: '\e908' !important;
    color: #cdcec9 !important;
    display: none;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
    content:
        /*'\e909'*/
        '\e908' !important;
    color: #F00 !important;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart span {
    color: #00aab5;
    font-family: 'Fontbit Logo new1';
    font-size: 19px;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart span.afno:hover {
    color: #d73537;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart span.afse,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list span.afno {
    display: none;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list span {
    color: #d73537;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list span.afse {
    display: block;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:active {
    outline: none;
}

#search-prd .filtered-prods .filter-prod.filter_active_class {
    color: #00a9b4;
}

#search-prd .filtered-prods .filter-prod:hover {
    color: #00a9b4;
}

#search-prd .filtered-prods .filter-prod {
    margin: 5px 0px 5px 10px;
    line-height: 120%;
    padding-bottom: 0px;
}

#search-prd .filtered-prods .filter-prod.factive {
    color: #00a9b4;
}

/*--- Product List Page----*/
div#search-prd {
    background: #FFF;
    transition: 0.8s !important;
    -webkit-transition: 0.8s !important;
    -moz-transition: 0.8s !important;
}

.display_result div#search-prd {
    display: block !important;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 199px;
    left: 0px;
}

/* .nrospcing{ display:none; height:245px; width:100%;}  */
.nrospcing {
    display: none;
    height: 80px;
    width: 100%;
}

.display_result .nrospcing {
    display: none;
}

.woocommerce.columns-5 {
    display: none;
}

.productlistpage .right_page {
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
    ;
}

.productlistpage .right_page .container {
    width: 100% !important;
    padding: 0px !important;
}

.productlistpage .right_page .catalog_blocks {
    padding: 0px 150px;
    margin-top:
        /*117*/
        0px !important;
}

.productlistpage div#search-prd .result-wrapper {
    border: none;
    margin-left: -32px;
}

.productlistpage #search-prd .filtered-prods {
    border-bottom: 1px solid #d1d0d1;
    margin-bottom: 8px;
    padding: 20px 120px;
    background: #e8e5e5;
}

.productlistpage div#search-prd h5 {
    font-size: 13px !important;
    color: #d31e20 !important;
    margin: 0 !important;
    padding-top: 5px;
    padding-bottom: 5px !important;
    margin-bottom: 15px !important;
    border: none !important;
    padding-right: 0px;
    display: none !important;
}

.productlistpage .style-head span:after {
    padding-right: 5px;
}

.colnn {
    color: #00aab5;
    display: inline-block;
}

.colnn.rte {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    position: relative;
    right: -5px;
}

.misc-head,
.style-head,
.size-head,
.tag-head {
    display: inline-block;
}

.productlistpage a.close-icon-class.prolipage {
    position: absolute;
    top: -113px;
    right: 15px;
    z-index: 99;
    display: none;
}

.productlistpage .close-icon-class img {
    max-width: 100%;
}

.productlistpage .right_page {
    overflow: inherit;
}

.page-id-179 .display_result div#search-prd {
    top: 22px !important;
    position: relative;
    z-index: 9;
    margin-top: -14px;
    background: none;
}

.left_page.resourcfilter {
    width: 100%;
    min-height: initial;
    background: #FFF;
    direction: rtl;
    padding: 0px 0px 0px 0px;
    position: relative;
    /*z-index:9;*/
}

.left_page.resourcfilter .wrap,
.topresourcfilter .wrap {
    /*max-width:1460px;*/
    width: 100%;
    padding: 0px 25px;
    margin: 0px auto;
}

.left_page.resourcfilter .wrap .paddingps {
    padding: 26px 127px 3px 175px;
}

/*---New filter changes----*/
.serfixed .left_page.resourcfilter {
    top: -100%;
}

.serfixed.openfilter .left_page.resourcfilter {
    top: 70px;
    position: fixed;
}

.serfixed.openfilter .topresourcfilter {
    position: fixed;
    top: 185px;
    width: 100%;
    background: #FFF;
}

.serfixed.openfilter .search_togn:before {
    display: block !important;
}

.serfixed.openfilter .topresourcfilter.macnew .search_togn a.seartodown,
.serfixed.openfilter .topresourcfilter .search_togn a.seartodown {
    display: none;
}

.serfixed.openfilter .topresourcfilter.macnew .search_togn a.seartoup,
.serfixed.openfilter .topresourcfilter .search_togn a.seartoup {
    display: inline-block !important;
}

.serfixed.openfilter .productlistpage div#search-prd .result-wrapper {
    position: fixed;
    top: 198px;
    width: 100%;
    background: #FFF;
    z-index: 9;
}

/*---New filter changes end----*/
.resourcfilter .layoutview {
    width: 45px;
    float: right;
    margin: 0px 40px;
}

.resourcfilter .layoutview .colview {
    padding-bottom: 14px;
}

.resourcfilter .layoutview .colview,
.resourcfilter .layoutview .listview {
    display: block;
}

.resourcfilter .layoutview a {
    display: block;
    color: #000;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: 500;
    /*line-height:21px;*/
    text-align: center;
    text-decoration: none;
}

.resourcfilter .layoutview a span {
    display: block;
    color: #000;
    font-family: 'Fontbit Logo new1';
    font-size: 20px;
}

.resourcfilter .layoutview .active a,
.resourcfilter .layoutview .active a span,
.resourcfilter .layoutview a:hover,
.resourcfilter .layoutview a:hover span {
    color: #00aab5;
}

.resourcfilter .searchbox_n {
    float: right;
    width:
        /*491px33.631%*/
        /*636px*/
        36%;
    /* border-left:1px solid #686868;*/
    padding: 0px 0px 0px 0px;
    /* min-height:94px;*/
    margin-left:
        /*2.8%*/
        45px;
}

.left_page.resourcfilter .rfilsearb {
    float: right;
    width:
        /*236px*/
        /*35%*/
        calc(58.5% - 130px);
    padding-top: 3px;
    min-height: 79px;
    position: relative;
}

.nsresult {
    position: absolute;
    bottom: -2px;
}

.left_page.resourcfilter .fseartx {
    padding-top: 14px;
    line-height: 16px;
    font-size: 12px;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: 500;
    color: #00aab5;
    text-align: right;
    display: none;
}

.left_page.resourcfilter .custom-search {
    margin: 0px;
    width:
        /*90.022%*/
        98%;
    padding: 0px;
    height: 38px;
    border: 1px solid #999595;
    border-radius: 18px;
    position: relative;
}

.left_page.resourcfilter .custom-search input#search {
    height: 38px;
    vertical-align: top;
    background: none;
    border: none;
    color: #000;
    width: 90%;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: 500;
    padding: 0px 16px;
    text-align: right;
    font-size: 15px;
    float: right;
}

.left_page.resourcfilter .custom-search input#search:focus {
    /*color:#fff;*/
}

.left_page.resourcfilter .custom-search input#search::-webkit-input-placeholder {
    color: #000;
}

.left_page.resourcfilter .custom-search input#search:-moz-placeholder {
    color: #000;
    opacity: 1;
}

.left_page.resourcfilter .custom-search input#search::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.left_page.resourcfilter .custom-search input#search:-ms-input-placeholder {
    color: #000;
}

.nsresult em {
    font-style: inherit;
}

.nsresult .search_terms span {
    display: inline;
    position: static;
    color: #eb4337 !important;
}

.nsresult h5 {
    margin: 6px 0 0 0 !important;
    padding: 0 !important;
    color: #eb4337 !important;
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
}

.left_page.resourcfilter .style-filter .filbox_s {
    font-size: 13px;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: 500;
    color: #00aab5;
    text-align: center;
    line-height: 25px;
}

.left_page.resourcfilter .style-filter label.labelcheck {
    display: none;
}

.left_page.resourcfilter .style-filter {
    font-size: 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    width:
        /*244px*/
        41.5%;
    border: 1px solid #999595;
}

.left_page.resourcfilter .style-filter .style-box {
    float: none;
    margin: 0px;
    display: inline-block;
    width: 33.33%;
    color: #00aab5;
    border-top: 1px solid #999595;
    border-left: 1px solid #999595;
    padding: 0px 5px;
    position: relative;
    text-align: center;
}

.left_page.resourcfilter .style-filter .style-box.sb4,
.left_page.resourcfilter .style-filter .style-box.sb7,
.left_page.resourcfilter .style-filter .style-box.sb10 {
    border-left: 0px;
}

.left_page.resourcfilter .style-filter .style-box:first-child {
    padding-right: 0px;
}

.left_page.resourcfilter .style-filter .style-box.sb1 {
    width: 100%;
    border: none;
}

.left_page.resourcfilter .style-filter .style-box:after {
    position: absolute;
    content: '';
    left: 0px;
    width: 1px;
    height: 16px;
    background: #393939;
    top: 5px;
    display: none;
}

.left_page.resourcfilter .style-filter .style-box:last-child:after {
    display: none;
}

.left_page.resourcfilter .style-filter .style-box label {
    width: 100%;
    font-size: 13px !important;
    line-height: 25px;
    margin: 0px;
    padding: 0px;
    color: #000;
    font-family: 'FbCoherentiSansEnHeb-Regular' !important;
    font-weight: 500 !important;
}

.left_page.resourcfilter .style-filter .style-box.active-style,
.left_page.resourcfilter .style-filter .style-box:hover {
    background: #00aab5;
}

.left_page.resourcfilter .style-filter .style-box.sb4 label:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    height: 100%;
    width: 5px;
    background: #00aab5;
    opacity: 0;
}

.left_page.resourcfilter .style-filter .style-box.active-style label:after,
.left_page.resourcfilter .style-filter .style-box:hover label:after {
    opacity: 1;
}

.left_page.resourcfilter .style-filter .style-box.active-style label,
.left_page.resourcfilter .style-filter .style-box:hover label {
    color: #FFF;
}

.left_page.resourcfilter .custom-search input#search_prod {
    float: left;
    margin: 2px 0px 0px 0px;
    left: 0px;
    top: 0px;
    position: absolute;
}

.product_item button.dropdown-toggle.custom-toggle {
    text-align: right !important;
    width: 80px !important;
}

.list button.dropdown-toggle.custom-toggle {
    width: 80px !important;
}

.resourcfilter.left_page .tag-filter {
    width:
        /* 538px*/
        /*36.85%*/
        /*566px*/
        30.549%;
    float: right;
    padding: 0px;
    font-size: 0px;
    border-left: 1px solid #999595;
    border-right: 1px solid #999595;
    border-bottom: 1px solid #b5b7b9;
    margin: 0px 0%
        /*45px*/
    ;
}

.resourcfilter.left_page .tag-filter .check-select {
    display: inline-block;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: 500 !important;
    vertical-align: top;
    margin: 0px;
    padding-right: 3px;
}

.resourcfilter.left_page .tag-filter .tag-box {
    display: inline-block;
    float: none;
    width: 14.286%;
    height: 26px;
    color: #272727;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px !important;
    vertical-align: top;
    background: none;
    position: relative;
    border-top: 1px solid #999595;
    border-radius: 0px;
}

.resourcfilter.left_page .tag-filter .tag-box:after {
    content: '';
    height: 100%;
    position: absolute;
    left: 0px;
    width: 1px;
    top: 0px;
    background: #999595;
}

.resourcfilter.left_page .tag-filter .tag-box:before {
    content: '';
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    background: #999595;
}

.left_page .tag-filter .tag-box:nth-child(7):after,
.left_page .tag-filter .tag-box:nth-child(14):after,
.left_page .tag-filter .tag-box:nth-child(21):after {
    opacity: 0;
}

.resourcfilter.left_page .tag-filter .tag-box.muiv input[type="checkbox"] {
    display: none;
}

.resourcfilter.left_page .tag-filter input[type="radio"],
.resourcfilter.left_page .tag-filter input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

.resourcfilter.left_page .tag-filter span {
    top: -20px;
    float: none;
    width: 56px;
    background: #686868;
    font-size: 11px;
    border-radius: 6px;
    padding: 0;
    line-height: 18px;
    display: inline-block;
    text-align: center;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: 500;
    color: #272727;
}

.resourcfilter.left_page .tag-filter .tag-box.active-tag span {
    color: #FFF;
    background: #0c828a;
}

.resourcfilter.left_page .tag-box.muiv label {
    top: -20px;
    float: none;
    width: 100%;
    background: none;
    font-size: 13px;
    border-radius: 0px;
    padding: 0;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: 500;
    color: #000 !important;
    height: 100%;
    margin: 0px;
}

.resourcfilter.left_page .tag-box.muiv label:hover {
    background: #00aab5;
    cursor: pointer;
    color: #FFF !important;
}

.resourcfilter.left_page .tag-filter .tag-box.muiv input[type="checkbox"]:checked+label {
    color: #FFF !important;
    background: #00aab5;
}

.resourcfilter.left_page .tag-filter .check-select input[type="checkbox"] {
    border: 1px solid #686868;
    display: none;
}

.resourcfilter.left_page .tag-filter input[type="checkbox"]:checked::before {
    background: url(../img/check_n.png);
    content: '';
    width: 24px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: -5px;
    top: -5px;
}

.resourcfilter.left_page .tag-filter label {
    padding-bottom: 0px;
    color: #686868;
    font-size: 12px;
    line-height: 16px;
    padding: 0px 0px 0px 10px;
}

.resourcfilter.left_page .tag-filter label {
    color: #fff !important;
}

.resourcfilter.left_page .misc-filter {
    float: right;
    width:
        /*13.5%*/
        190px;
    ;
    padding: 0px 45px 0px 0px;
    /*min-height:94px;*/
    margin-top: -4px;
}

.resourcfilter.left_page .misc-filter .misc-box {
    margin: 0px 0px 1px 0px;
}

.resourcfilter.left_page .misc-filter .misc-box span {
    color: #000;
    vertical-align: inherit;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: 500;
    font-size: 13px !important;
    line-height: 21px;
    display: inline-block;
}

.resourcfilter.left_page .misc-filter .misc-box span .hearnw {
    font-family: 'Fontbit Logo new1';
    font-size: 14px !important;
    padding: 0px;
    color: #eb4337;
    display: inline-block;
}

.resourcfilter.left_page .misc-filter .misc-box:first-child span {
    padding-right: 6px;
}

.resourcfilter.left_page .misc-filter input[type="radio"] {
    border: 1px solid #000;
}

.resourcfilter.left_page .misc-filter input[type="radio"]:checked:before {
    background: #00aab5;
    width: 8px;
    height: 8px;
    position: absolute;
    content: '';
    top: 1px;
    right: 1px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.resourcfilter.left_page .misc-filter input[type="radio"]:checked,
.resourcfilter.left_page .misc-filter.circbut input[type="checkbox"]:checked {
    border: 1px solid #000;
    background: #FFF;
}

.resourcfilter.left_page .misc-filter input[type="radio"],
.resourcfilter.left_page .misc-filter.circbut input[type="checkbox"] {
    width: 12px;
    height: 12px;
    position: relative;
    top: 0px;
}

.resourcfilter.left_page .misc-filter.circbut input[type="checkbox"] {
    background: transparent;
    border: 1px solid #999595;
    /*border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%;*/
}

.resourcfilter.left_page .misc-filter.circbut input[type="checkbox"]:focus {
    outline: none;
}

/*.resourcfilter.left_page .misc-filter.circbut input[type="checkbox"].active-radio, */
.resourcfilter.left_page .misc-filter.circbut input[type="checkbox"]:checked {
    border: 1px solid #000;
}

/*.resourcfilter.left_page .misc-filter.circbut input[type="checkbox"].active-radio::before, */
.resourcfilter.left_page .misc-filter.circbut input[type="checkbox"]:checked::before {
    background: url(../img/check_n_w1.png);
    right: -2px;
    width: 14px;
    height: 12px;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
}

/*.resourcfilter.left_page .misc-filter.circbut input[type="checkbox"]:checked::before, .resourcfilter.left_page .misc-filter.circbut input[type="checkbox"]:checked::before{ display:none;}*/
.resourcfilter.left_page .misc-filter .misc-box span.active-radio {
    color: #FFF;
}

/*.resourcfilter.left_page .misc-filter.circbut .misc-box span.active-radio*/
,
.resourcfilter.left_page .misc-filter.circbut .misc-box input[type="checkbox"]:checked span {
    color: #000;
}

.resourcfilter.left_page .misc-filter.circbut .misc-box {
    cursor: pointer;
}

.resourcfilter.left_page .misc-filter.circbut input[type="checkbox"]:checked+span,
.resourcfilter.left_page .misc-filter.circbut .misc-box:hover span {
    color: #000;
}

.nrospcing.height50 {
    height: 80px !important;
}

.resourcfilter.left_page .misc-filter.mb20px {
    width:
        /*11.4%*/
        175px;
    float: right;
    padding: 0px 45px 0px 0px;
    border: none;
    margin-bottom: 0px !important;
    margin-top: 0px;
}

.resourcfilter.left_page .misc-filter.mb20px input[type="checkbox"] {
    width: 12px;
    height: 12px;
    border: 1px solid #00aab5;
    margin: 0px 0px 9px 0px;
    display: none;
}

.resourcfilter.left_page .misc-filter.mb20px input[type="checkbox"]:checked::before {
    background: url(../img/check_n_w1.png);
    right: -1px;
    width: 14px;
    height: 12px;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 1px;
}

.resourcfilter.left_page .misc-filter.mb20px input[type="checkbox"]:focus {
    outline: none;
}

.resourcfilter.left_page .misc-filter.mb20px input[type="checkbox"]:checked {
    border: 1px solid #000;
}

.resourcfilter.left_page .misc-filter.mb20px input[type="checkbox"]:checked+.dropdown button,
.resourcfilter.left_page .misc-filter.mb20px .check-select:hover input[type="checkbox"]+.dropdown button {
    color: #00aab5;
}

.resourcfilter.left_page .misc-filter.mb20px .dropdown {
    font-size: 12px;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: 500 !important;
    margin: 0px 0px;
}

.resourcfilter.left_page .misc-filter.mb20px .check-select {
    margin: 0 0 7px 0;
}

.resourcfilter.left_page .misc-filter.mb20px .dropdown button {
    color: #000;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: 500 !important;
    font-size: 13px;
}

/*.resourcfilter.left_page .misc-filter.mb20px .dropdown.open button { color:#00aab5;}*/
.resourcfilter.left_page .misc-filter.mb20px .dropdown button em {
    font-style: normal;
}

.resourcfilter.left_page .misc-filter span.caret {
    margin-top: 3px;
}

.resourcfilter.left_page button.reset {
    display: none;
}

.resourcfilter.left_page .filterrest {
    float: left;
    width: 50px;
    height: 80px;
    display: table;
    vertical-align: middle;
}

.resourcfilter.left_page .filterrest .resubucne {
    display: table-cell;
    vertical-align: middle;
}

.resourcfilter.left_page .filterrest button.reset {
    display: block;
    height: 50px;
    margin: 0px;
    width: 50px;
    background: none;
    border: 1px solid #999595;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #999595;
    padding: 0px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.resourcfilter.left_page .filterrest button.reset:hover {
    background: #00aab5;
    border-color: #00aab5;
    color: #FFF;
}

.mobiletog {
    display: none;
}

.style-filter label:hover {
    color: #fff;
}

.prslider .owl-nav .owl-prev {
    position: absolute;
    width: 50px;
    height: 100%;
    background: none;
    top: 0px;
    font-size: 0;
    right: 0px;
    cursor: ew-resize !important;
}

.prslider .owl-nav .owl-next {
    position: absolute;
    width: 50px;
    height: 100%;
    background: none;
    top: 0px;
    font-size: 0;
    left: 0px;
    cursor: ew-resize !important;
}

.mobsearch {
    display: none;
}

.mobsdiv {
    display: none;
}

.header_wrapper .clr {
    display: none;
}

.bodyoverlay,
.bodyoverlay1 {
    display: none;
}

.mobmenu {
    display: none;
}

.search_togn {
    text-align: center;
    padding-top: 0px;
    position: relative;
}

.search_togn:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #00aab5;
    z-index: 8;
}

.topresourcfilter.macnew .search_togn:before,
.serfixed .search_togn:before {
    display: none;
}

.search_togn a {
    display: inline-block;
    margin-top: -30px;
    position: relative;
    z-index: 1;
}

.topresourcfilter .search_togn a.seartodown {
    display: none;
}

.topresourcfilter .search_togn a.seartodown span {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 37px;
    height: 37px;
    background: #FFF;
    display: inline-block;
    font-family: 'Fontbit Logo new1';
    font-size: 37px;
    line-height: 37px;
    color: #00aab5;
}

.topresourcfilter .search_togn a.seartoup {
    display: inline-block;
    background: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 37px;
    width: auto;
    position: relative;
    z-index: 9;
}

.topresourcfilter .search_togn a.seartoup span {
    /*border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; width:37px; height:37px;*/
    background: none;
    display: inline-block;
    font-family: 'Fontbit Logo new1';
    font-size: 37px;
    line-height: 37px;
    color: #00aab5;
    position: absolute;
    left: -17px;
    top: 24px;
    display: none;
}

.topresourcfilter.macospc .search_togn a.seartoup span {
    top: 24px;
}

.topresourcfilter .search_togn a.seartoup span:before {
    background: #FFF;
    width: 33px;
    height: 100%;
    content: '';
    position: absolute;
    z-index: -9;
    right: 1.8px;
}

.topresourcfilter .search_togn a.seartoup img {
    margin-top: 11px;
}

.topresourcfilter.macnew .search_togn a.seartodown,
.serfixed .topresourcfilter .search_togn a.seartodown {
    display: inline-block;
    position: fixed;
    top: 85px;
    left: 0px;
    right: 0px;
}

.topresourcfilter.macnew .search_togn a.seartoup,
.serfixed .topresourcfilter .search_togn a.seartoup {
    display: none;
}

.serfixed.page-id-179 .display_result div#search-prd,
.productlistpage.macnew .display_result div#search-prd {
    margin-top: 0px;
}

/*.left_page .left_header, .left_page .style-filter, .left_page .misc-filter, .left_page .misc-filter.mb20px, .left_page .tag-filter {display:none !important;}
.left_page {display:none;}
.resourcfilter.left_page {display:block;}
.resourcfilter.left_page .left_header, .resourcfilter.left_page .style-filter, .resourcfilter.left_page .misc-filter, .resourcfilter.left_page .misc-filter.mb20px, .resourcfilter.left_page .tag-filter {display: block !important;}*/

.miancontainer {
    overflow: hidden;
}

.custom-search label {
    font-family: 'FbCoherentiSansEnHeb-Bold' !important;
    font-weight: 500 !important;
}

.dropdown button {
    font-family: 'FbCoherentiSansEnHeb-Regular' !important;
    font-weight: 500 !important;
}

.dropdown-menu>li>a {
    font-family: 'FbCoherentiSansEnHeb-Regular' !important;
    /* font-weight:500 !important;*/
}

.tag-filter label {
    font-family: 'FbCoherentiSansEnHeb-Regular' !important;
    font-weight: 500 !important;
}

.left_page .tag-filter span {
    font-family: 'FbCoherentiSansEnHeb-Regular' !important;
    font-weight: 500 !important;
}

.reset {
    font-family: 'FbCoherentiSansEnHeb-Regular' !important;
    font-weight: 500 !important;
}

.woocommerce-MyAccount-navigation {
    padding: 0 0 50px 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin: 0 0 10px 0;
}

.woocommerce form .form-row input.input-text {
    height: 30px !important;
    padding: 0 10px;
}

.woocommerce form .form-row textarea {
    height: 100px !important;
    padding: 10px;
}

.woocommerce fieldset {
    margin: 20px 0 0 0 !important;
}

header.home-1.header {
    top: 0;
}

.page-template-page-wishlist .left_page.resourcfilter {
    display: none !important;
}

.page-template-page-wishlist .footer_wrap {
    max-width: 100%;
}

.page-template-page-wishlist footer.footer.container .footer_btn_block {
    border-top: 2px solid #313131 !important;
}

.page-template-page-wishlist footer.footer.container {
    border-top: 0 !important;
}

.woocommerce-cart .left_page.resourcfilter {
    display: none !important;
}

.woocommerce-cart .footer_wrap {
    max-width: 100%;
}

.woocommerce-cart footer.footer.container .footer_btn_block {
    border-top: 2px solid #313131 !important;
}

.woocommerce-cart footer.footer.container {
    border-top: 0 !important;
}

a.checkout-button.button.alt.wc-forward {
    display: inline-block !important;
}

.woocommerce-account .left_page.resourcfilter {
    display: none !important;
}

.woocommerce-account .footer_wrap {
    max-width: 100%;
}

.woocommerce-account footer.footer.container .footer_btn_block {
    border-top: 2px solid #313131 !important;
}

.woocommerce-account footer.footer.container {
    border-top: 0 !important;
}

.page-id-82 .left_page.resourcfilter {
    display: none !important;
}

.page-id-82 .footer_wrap {
    max-width: 100%;
}

.page-id-82 footer.footer.container .footer_btn_block {
    border-top: 2px solid #313131 !important;
}

.page-id-82 footer.footer.container {
    border-top: 0 !important;
}

.woocommerce-checkout.page {
    display: block;
}

.woocommerce-checkout .woocommerce-info,
.woocommerce-info {
    border-top-color: #00aab5 !important;
}

.woocommerce-checkout .woocommerce-info::before,
.woocommerce-info::before {
    color: #00aab5 !important;
}

.woocommerce-checkout .right_page {
    width: /1430px;
    margin: 0px auto;
}

.woocommerce-checkout .right_page .container {
    width: 100%;
    padding: 44px 130px 44px 98px;
}

.woocommerce-checkout a {
    color: #00aab5;
}

.woocommerce-checkout .left_page {
    display: none;
}

.checkleft_b {
    float: left;
    width: 48%;
}

.checkleft_b .col-2 {
    padding-bottom: 20px;
}

.woocommerce-checkout-review-order table.shop_table {
    /* margin-bottom: 30px !important; */
    border: 0px;
    /* display: none; */
}
.woocommerce-checkout-review-order table.shop_table thead {
    display: none;
}
.woocommerce-checkout-review-order table.shop_table tbody {
    display: none;
}
.woocommerce-checkout-review-order table.shop_table tfoot th {
    border-top: 0px;
}
.woocommerce-checkout-review-order table.shop_table tr.cart-subtotal {
    display: none;
}
.woocommerce-checkout-review-order table.shop_table tr.tax-total {
    display: none;
}
.woocommerce-checkout-review-order table.shop_table tr.order-total {
    display: none;
}

.woocommerce-page .col2-set.halfw {
    float: right;
    width: 48%;
}

.rtl.woocommerce-checkout .woocommerce .col2-set .col-1,
.rtl.woocommerce-checkout .woocommerce-page .col2-set .col-1 {
    float: none !important;
    width: 100% !important;
    margin-bottom: 15px;
}

.rtl.woocommerce-checkout .woocommerce .col2-set .col-2,
.rtl.woocommerce-checkout .woocommerce-page .col2-set .col-2 {
    float: none !important;
    width: 100% !important;
}

.woocommerce-checkout .woocommerce form .form-row input.input-text,
.woocommerce-checkout .select2-container--default .select2-selection--single {
    border: 2px solid #ced0d1;
    height: 41px !important;
    line-height: 41px !important;
    color: #625e5a !important;
    font-size: 14px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
    color: #625e5a !important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px
}

.woocommerce-checkout .woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: 500;
    color: #625e5a;
    font-size: 16px;
}

.woocommerce-checkout .woocommerce form .form-row .input-text,
.woocommerce-checkout .woocommerce-page form .form-row .input-text {
    border: 2px solid #ced0d1;
    line-height: 41px !important;
    color: #625e5a !important;
    font-size: 18px;
}

.woocommerce-checkout h3 {
    color: #625e5a !important;
    font-size: 20px;
    font-family: 'FbCoherentiSansEnHeb-Bold';
    font-weight: normal;
    padding: 15px 0px 10px 0px;
}

.woocommerce table.shop_table th {
    text-align: right !important;
}

.woocommerce-checkout .woocommerce #respond input#submit,
.woocommerce-checkout .woocommerce a.button,
.woocommerce-checkout .woocommerce button.button,
.woocommerce-checkout .woocommerce input.button {
    height: 49px;
    border: none;
    font-size: 22px;
    background: #00aab5;
    color: #FFF;
    font-family: 'FbCoherentiSansEnHeb-Medium' !important;
    margin: 0px;
    padding: 0px 30px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    display: block;
    border-radius: 0px !important;
    font-weight: normal !important;
}

.woocommerce-checkout .woocommerce #respond input#submit:hover,
.woocommerce-checkout .woocommerce a.button:hover,
.woocommerce-checkout .woocommerce button.button:hover,
.woocommerce-checkout .woocommerce input.button:hover {
    background: #686868;
}

.paymentin {
    background: #ebe9eb;
    border-radius: 5px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: none !important;
    border-radius: 0px !important;
}

.woocommerce-checkout .left_page.resourcfilter {
    display: none !important;
}

.woocommerce-checkout .footer_wrap {
    max-width: 100%;
}

.woocommerce-checkout footer.footer.container .footer_btn_block {
    border-top: 2px solid #313131 !important;
}

.woocommerce-checkout footer.footer.container {
    border-top: 0 !important;
}

.topresourcfilter {
    position: relative;
    z-index: 9;
}

.serfixed .topresourcfilter,
.topresourcfilter.macnew {
    z-index: 999;
}

/*.sticky .topresourcfilter{z-index: 9;}*/
.page-template-default .left_page.resourcfilter,
.page-template-default .topresourcfilter {
    display: none !important;
}

.page-id-179.page-template-default .left_page.resourcfilter,
.page-id-179.page-template-default .topresourcfilter {
    display: block !important;
}

.page-template-default .footer_wrap {
    max-width: 100%;
}

.page-template-default footer.footer.container .footer_btn_block {
    border-top: 0px solid #313131 !important;
}

.page-template-default footer.footer.container {
    border-top: 0 !important;
}

.page-id-179 .miancontainer .resourcfilter.hide {
    display: none !important;
}

.page-id-179 .miancontainer .topresourcfilter.hide {
    display: none !important;
}

.page-id-179 .loader {
    display: none;
}

/* .single .left_page.resourcfilter { display:none !important;} */
.single .footer_wrap {
    max-width: 100%;
}

/*.single footer.footer.container .footer_btn_block { border-top:0px solid #313131 !important;}*/
/*.single footer.footer.container {border-top:0 !important;}*/
.archive .left_page.resourcfilter {
    display: none !important;
}

.archive .footer_wrap {
    max-width: 100%;
}

.archive footer.footer.container .footer_btn_block {
    border-top: 0px solid #313131 !important;
}

.archive footer.footer.container {
    border-top: 0 !important;
}

.lrm-signup-section.signupsecnew {
    display: block;
}

.lrm-user-modal {
    background: none !important
}

.lrm-user-modal .overlaylrm {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(52, 54, 66, 0.9);
}

.lrm-user-modal-container.lrmmodelnew {
    display: table-cell;
    vertical-align: middle;
    background: none;
    margin: 0px;
    max-width: 100%;
    width: 100%;
}

.lrm-signup-section.signupsecnew {
    float: right;
    width: 62.9%;
    background: #cdcfd0;
    padding: 120px 10% 94px 10%;
}

.lrm-user-modal-container.lrmmodelnew .lrm-form {
    padding: 0 !important;
}

.lrm-signin-section.signinsecnew {
    float: left;
    width: 37.1%;
    background: #ffffff;
    padding: 120px 4% 62px 4.7%;
}

.lrm-reset-password-section.is-selected {
    float: left;
    width: 37.1%;
    background: #ffffff;
    padding: 90px 4% 62px 4.7%;
}

.lrm-reset-password-section.is-selected .lrm-form .fieldset {
    margin-top: 40px !important;
}

.lrm-reset-password-section.is-selected label.image-replace.lrm-email.lrm-ficon-mail {
    display: none;
}

.lrmmodelnewin {
    max-width: 995px;
    margin: 0 auto;
    position: relative;
    direction: rtl;
    background: #fff;
    box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.2)
}

.lrm-user-modal {
    display: table;
}

.lrmmodelnewin .lrm-form .fieldset {
    margin: 0px 0 22px 0 !important;
}

.lrm-signup-section.signupsecnew h1 {
    text-align: center;
    font-size: 30px;
    margin: 0 0 60px 0;
    padding: 0px;
    line-height: normal;
    font-family: 'Fb GofanSans';
    font-weight: 300;
}

.lrmmodelnewin .lrm-form .fieldset input,
.lrm-reset-password-section.is-selected .fieldset input {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 12px 20px 12px 20px;
    border: 1px solid #fff;
    background: #fff;
    box-shadow: none !important;
    font-size: 20px;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: 500;
}

.fieldset .one {
    float: right;
    padding: 0 19px 0 0;
}

.fieldset .two {
    float: left;
    width: 145px;
}

.fieldset .two button {
    background: #00aab5;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 14px 5px !important;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: 500;
}

.lrmmodelnewin .lrm-nice-checkbox__indicator {
    left: inherit;
    right: 0px;
}

.lrmmodelnewin .lrm-nice-checkbox__label {
    padding: 0 28px 0 0;
    font-size: 15px;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: 500;
}

.one .lrm-nice-checkbox__label .lrm-nice-checkbox__indicator {
    border: 2px solid #635f5b;
}

.one .lrm-nice-checkbox__label {
    color: #635f5b;
}

.lrmsocial a {
    display: block;
    width: 197px;
    line-height: 48px;
    background: #fff;
    color: #635f5b;
    font-weight: 500;
    font-family: 'FbCoherentiSansEnHeb-Bold';
}

.lrmsocial a.fb {
    float: right;
    padding: 0 13px;
}

.lrmsocial a img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 9px;
}

.lrmsocial a.gplus {
    padding: 0 29px 0 14px;
    float: left;
}

.lrm-signin-section.signinsecnew h1 {
    text-align: center;
    font-size: 30px;
    margin: 0 0 60px 0;
    padding: 0px;
    line-height: normal;
    font-family: 'Fb GofanSans';
    font-weight: 300;
}

.lrmmodelnewin .lrm-signin-section.signinsecnew .lrm-form .fieldset input,
.lrm-reset-password-section.is-selected .fieldset input {
    border: 1px solid #cdcfd0;
    background: #fff;
}

.lrm-signin-section.signinsecnew .lrm-nice-checkbox__label {
    margin: 0px;
}

.lrm-signin-section.signinsecnew .lrm-nice-checkbox__label .lrm-nice-checkbox__indicator {
    border: 2px solid #d2d3d4;
}

.lrm-signin-section.signinsecnew button {
    width: 145px !important;
    margin: 0 auto;
    background: #00aab5;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 14px 5px !important;
    display: block;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: 500;
}

.addToCartSingle.addtoCartNew button,
.lrm-form .rmFromCartSingle button, .rmFromCartSingle button {
    background: #00aab5;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    display: block;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: 500;
    line-height: 29px;
    font-size: 16px;
    margin: 0 0 14px 0;
    color: #FFF;
    width: 200px !important;
    padding: 14px 25px !important;
}

.lrm-reset-password-section.is-selected button {
    width: 185px !important;
    margin: 0 auto;
    background: #00aab5;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 14px 5px !important;
    display: block;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: 500;
}

.lrm-signin-section.signinsecnew .lrm-nice-checkbox__label {
    color: #9b9b9b;
}

.lrmmodelnew .lrm-close-form {
    background: url(../img/popclose.png);
    width: 24px;
    height: 25px;
    top: 0px !important;
}

.lrmmodelnewin .lrm-form .fieldset.logincheckbox {
    padding: 16px 0 6px 0 !important;
}

.lrmmodelnewin .lrm-nice-checkbox__label input:checked~.lrm-nice-checkbox__indicator {
    border-color: #0b76ef !important;
}

.lrmmodelnewin .lrm-form-message {
    border-right: 4px solid #6d6d6d;
    border-left: 0px;
    padding: 0.35em 0.7em 0.3em 0;
    margin: 5px 0 10px 0;
    text-align: right;
}

.lrmmodelnewin .lrm-form .lrm-fieldset-wrap {
    padding: 0px !important;
}

.lrmmodelnewin p.lrm-form-bottom-message {
    display: block;
    position: static;
}

.lrmmodelnewin p.lrm-form-bottom-message a {
    color: #000 !important;
}

.lrmmodelnewin ul.lrm-switcher {
    display: none;
}

.woocommerce-account .left_page {
    display: none;
}

.woocommerce-account .right_page {
    width: 100%;
}

.woocommerce-account .page {
    display: block;
}

.woocommerce-account footer.footer.container {
    display: none;
}

.woocommerce-account .container {
    width: 100%;
    padding: 0px;
}

.woocommerce-account.page {
    display: block;
}

.woocommerce-cart .left_page {
    width: 484px;
}

.woocommerce-cart .right_page {
    width: calc(100vw - 484px)
}

.woocommerce-cart .container {
    width: 100% !important;
    padding: 0px 126px 0 99px !important;
}

.woocommerce-cart .right_page .catalog_blocks {
    margin-top: 65px !important;
}

/*.woocommerce-cart footer.footer.container {display:none;}*/
.cartitle h2 {
    color: #00aab5;
    margin: 0 0 10px 0;
}

.woocommerce-cart #accordion .catalog_list {
    padding: 15px 0;
}

.woocommerce-cart .button span.cart-title::before {
    right: 9px;
}

.woocommerce-cart .catalog_list .button.active span.cart-title::before {
    right: 9px;
}

.woocommerce-cart .button span.cart-title {
    padding-right: 30px;
    float: right;
    width: 70%;
}

.woocommerce-cart .custom-product-price {
    float: left;
}

.woocommerce-cart .slide {
    padding: 0 50px;
}

.woocommerce-cart .font-check input {
    width: 14px;
    height: 14px;
    margin: 5px 0 0 0;
}

.woocommerce-cart .font-check input[type="checkbox"]:checked:before {
    width: 17px;
    height: 17px;
    top: 0px;
}

.woocommerce-cart .font-check {
    min-width: 85px;
}

.woocommerce-cart .slidecontainer {
    width: 63px;
    margin-left: 44px;
}

.woocommerce-cart .type_font_block.intro .product_item_image.slideFontSize,
.woocommerce-cart .type_font_block .product_item_image.slideFontSize {
    float: right;
}

.woocommerce-cart .sub-total {
    margin: 37px 0px 15px 0px;
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0px !important;
}

.woocommerce-cart .order-total {
    padding: 0px;
    width: 285px;
    float: left;
}

.woocommerce-cart .regular-price {
    margin-left: 7px;
    text-decoration: none;
    position: relative;
}

.woocommerce-cart .regular-price:after {
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    background: #b7b3b3;
    top: 3px;
    left: 0px;
    transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
}

.woocommerce-cart a.print-button {
    margin: 0 13px;
    padding: 16px 10px !important;
    max-width: 108px;
    border: 3px solid #b3b3b3;
    color: #b3b3b3;
    font-weight: 500;
}

.woocommerce-cart a.checkout-button.button.alt.wc-forward {
    max-width: 285px;
    padding: 16px 10px;
    margin: 0px;
    border-radius: 0px;
}

.woocommerce-cart span.totl-price {
    margin: 0px;
    font-size: 18px;
    float: right;
    font-weight: 500;
}

.woocommerce-cart .ordtleft {
    float: left;
}

.woocommerce-cart .catalog_list .product_item:last-child .type_font_block {
    padding: 23px 0 0 0;
}

.woocommerce-cart .sidenav {
    /*background:#706e6e;*/
    padding: 20px 0 0 0;
    height: 100%;
    background: #272727;
}

.woocommerce-cart .sidenav h5 {
    margin: 17px 0 37px 0;
    padding: 0px;
    color: #fff;
    font-size: 16px;
    padding: 0 24px;
}

.woocommerce-cart .sidebar-main-div {
    padding: 14px 20px 11px 80px;
    margin: 0px 0 35px 0;
    width: 100%;
}

.woocommerce-cart .sub-div label:before {
    right: 0px;
    top: 3px;
    border: 1px solid #8c8a8a;
}

.woocommerce-cart .sidebar-main-div.active .sub-div label:before {
    border: 1px solid #fff;
}

.woocommerce-cart .sub-div {
    padding: 0px;
    margin: 0 0 3px 0;
}

.woocommerce-cart .sub-div label {
    margin: 0px;
    padding: 0 30px 0 4px;
}

.woocommerce-cart .sub-div label:after {
    right: -9px;
    top: -5px;
}

.woocommerce-cart .sidebar-main-div.active {
    background: #00aab5;
}

.woocommerce-cart .sidebar-main-div p {
    padding: 0px;
    font-size: 14px;
    font-weight: 500;
}

.woocommerce-cart .sidebar-main-div.btn .sub-div label {
    font-size: 18px;
    color: #9b999a;
    font-weight: 500;
    font-family: 'FbCoherentiSansEnHeb-Bold';
}

.woocommerce-cart .sidebar-main-div.active .sub-div a {
    color: #fff;
    font-weight: 500;
}

.woocommerce-cart .our-p {
    margin: 0 20px 65px 0;
    padding: 12px 12px 16px 0px;
    border: 1px solid #b8b6b7;
    max-width: 340px;
}

.woocommerce-cart .our-p p {
    color: #b8b6b7;
}

.woocommerce-cart .our-p a {
    color: #b8b6b7 !important;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5px;
}

.woocommerce-cart .our-p a h3 {
    color: #b8b6b7;
    font-weight: normal;
    font-size: 14px;
}

.woocommerce-cart .our-p h4 {
    color: #b8b6b7;
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    font-size: 14px;
}

.woocommerce-cart .our-p h3:before {
    background: #8c8a8a;
    bottom: -1px;
    width: 100%;
}

.woocommerce-cart .our-p p.tmp4687 {
    font-size: 17px;
    margin: 0 0 10px 0;
    font-family: 'FbCoherentiSansEnHeb-Bold';
    font-weight: 500;
}

.woocommerce-cart p.our-sec-p.tmp4564 {
    margin-bottom: 10px !important;
}

.woocommerce-cart .btn-group.all-demo {
    padding: 0 20px 0 0;
}

.woocommerce-cart .last-txt-p p {
    font-size: 20px;
    padding-right: 18px;
    margin: 0 0 20px 0;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: 500;
}

.woocommerce-cart .last-txt-p p::after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 8px solid #fff;
    top: 8px;
}

.woocommerce-cart .slider::-webkit-slider-thumb,
.woocommerce-cart .slider::-moz-range-thumb {
    height: 16px;
    width: 4px;
}

.webselect {
    width: 231px;
    padding: 6px 0 0 0;
}

.webselect select {
    display: block;
    width: 100%;
    height: 25px;
    padding: 0 9px 0 25px;
    color: #8c8a8a;
    font-size: 13px;
    border: 1px solid #8c8a8a;
    background: url(../img/webselbg.png) no-repeat 8px 8px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-size: 13px;
}

.active .webselect select {
    color: #fff;
    border: 1px solid #fff;
    background: #00aab5 url(../img/webselbg1.png) no-repeat 8px 8px;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: 500;
}

.woocommerce-cart .btn-group>.btn-group {
    float: none;
    display: block;
}

.woocommerce-cart .btn-group>.btn {
    float: none;
}

.cpregp {
    display: inline-block;
    vertical-align: top;
    margin: 2px 0 0 18px;
    color: #b7b3b3;
    position: relative;
    font-size: 16px;
    font-weight: 500;
}

.cpregp:after {
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    background: #b7b3b3;
    top: 6px;
    left: 0px;
    transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
}

.woocommerce-cart span.woocommerce-Price-amount.amount {
    font-size: 20px;
    font-weight: 500;
}

.woocommerce-cart .regular-price .woocommerce-Price-amount.amount {
    font-size: 16px;
    font-weight: 500;
}

.woocommerce-cart #accordion .button.active a.remove {
    display: none !important;
}

.woocommerce-cart .sidebar-drop-down {
    left: -20px;
}

.tinv-wishlist .tinv-header h2 {
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: 500;
}

.tinvwl-txt {
    font-family: 'FbCoherentiSansEnHeb-Regular' !important;
    font-weight: 500 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'FbCoherentiSansEnHeb-Regular' !important;
    font-weight: 500 !important;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    font-family: 'FbCoherentiSansEnHeb-Bold';
    font-weight: 500;
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: 500;
}

.wc_payment_method.payment_method_cod label {
    /*font-family: 'FbCoherentiSansEnHeb-Bold'; font-weight:500;*/
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-family: 'FbCoherentiSansEnHeb-Bold';
    font-weight: 500;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    font-size: 14px !important;
}

/* --- Article Page --- */
.page.page-template-page-article {
    display: block;
}

.article_mid {
    padding: 183px 0 100px 0;
}

/*.arsecone { padding:0 126px 0 126px; margin:0 0 158px 0;}*/
.arseconeright {
    float: right;
    width: 503px;
}

.arseconetop {
    margin: 0 0 55px 0;
}

.arseconetop h1 {
    font-size: 50px;
    color: #040404;
    margin: 0px;
    padding: 0px;
}

.arseconetop h1 span {
    font-size: 15px;
    margin: 0 15px 0 0;
}

.arseconeright p {
    font-size: 14px;
    line-height: 25px;
    color: #040404;
}

.artopbut {
    padding: 30px 0 25px 0;
}

.artopbut a {
    font-size: 17px;
    color: #1bbbae;
    text-decoration: none;
}

.arseconeleft {
    float: left;
    width: 60.9%;
}

.arseconeleft img {
    display: block;
    max-width: 100%;
    width: 100%;
}

.arrightbot {
    display: none;
}

.arsectwo {
    padding: 0 0 50px 0;
}

.arsectwo ul {
    display: block;
    margin: 0px;
    padding: 0px;
}

.araccul>li {
    display: block;
    margin: 0px;
}

.araccul>li:first-child .aracctitle {
    border-top: 2px solid #040404;
}

.aracctitle {
    border-bottom: 2px solid #040404;
    font-size: 36px;
    color: #040404;
    cursor: pointer;
}

.aracctitle a {
    color: #040404 !important;
    text-decoration: none;
    display: block;
    padding: 16px 125px;
}

.araccdetail {
    padding: 133px 125px 108px 0;
    display: none;
    border-bottom: 2px solid #040404;
    position: relative;
}

.araccdetail h2 {
    font-size: 50px;
    color: #040404;
    margin: 0px 0 62px 0;
    padding: 0px;
}

.araccdetail h2 span {
    font-size: 15px;
    margin: 0 15px 0 0;
}

.aracdiv {
    width: 33.33%;
    padding: 0 46px;
    float: right;
}

.araccdbot {
    margin: 0 -46px;
}

.aracdone p {
    font-size: 14px;
    line-height: 25px;
    color: #040404;
    margin: 0px;
    padding: 0px;
}

.aracdonein {
    padding: 0 0 0 20px;
}

.twotop {
    margin: 0 0 80px 0;
    padding: 0 0 0 43px;
}

.twotop p {
    font-size: 14px;
    line-height: 25px;
    color: #040404;
    margin: 0px;
    padding: 0px;
}

.twobot {
    background: #fef6e7;
    padding: 18px 20px;
}

.twobot img {
    display: block;
    max-width: 100%;
    width: 100%;
}

.threetop {
    background: #fef6e7;
    padding: 26px 25px 24px 24px;
    margin: 0 0 86px 0;
}

.threetop img {
    display: block;
    max-width: 100%;
    width: 100%;
}

.threebot {
    padding: 0 0 0 42px;
}

.threebot p {
    font-size: 14px;
    line-height: 25px;
    color: #040404;
    margin: 0px;
    padding: 0px;
}

.araccdetail .accclose {
    position: absolute;
    bottom: 42px;
    left: 56px;
    font-size: 17px;
    color: #1bbbae;
}

.woocommerce.page {
    display: block;
}

.proDetailBox1 p.cust_pnewbotom {
    font-size: 100px;
}

.remove-cart-class,
.cart-popup-message {
    border: 1.2px solid #00aab5 !important;
    background: none;
}

.remove-cart-class:before,
.cart-popup-message:before {
    background: url(../img/g_arrow.jpg) no-repeat !important;
    border: none !important;
    height: 18px !important;
    z-index: -1 !important;
}

p.pop-up-text::before {
    width: 12px !important;
    top: -11px !important;
    height: 1px !important;
    display: none !important;
}

.remove-cart-class:after,
.remove-cart-class:before,
.cart-popup-message:after,
.cart-popup-message:before {
    bottom: 49px !important;
    border: none !important;
    transform: none !important;
    display: none !important;
}

.remove-cart-class p.pop-up-text,
.cart-popup-message p.pop-up-text {
    font-size: 14px;
    color: #4dc4cb !important;
    line-height: 110%;
    padding-top: 3px;
}

body .cart-popup-message,
body .remove-cart-class {
    padding: 10px 5px !important;
    width: 113px !important;
    border: none !important;
}

.tinvwl_add_to_wishlist_button.lrm-login {
    padding-top: 1px !important;
}

.icons .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
    top: -1px !important;
}

body .cart-popup-message span,
body .remove-cart-class span {
    font-size: 86px !important;
    position: absolute;
    left: -5px;
    top: 0px;
    color: #00aab5 !important;
}

body .cart-popup-message span.bubblebg,
body .remove-cart-class span.bubblebg {
    color: #FFF !important;
}

body .wishlist-popup-message span.bubblebg {
    color: #FFF !important;
    transform: scaleX(-1) !important;
    -moz-transform: scaleX(-1) !important;
    -webkit-transform: scaleX(-1) !important;
}

body .wishlist-popup-message {
    border:
        /*1.2px solid #c13539*/
        none !important;
    padding: 10px 5px !important;
    background: none;
}

body .list .wishlist-popup-message {
    right: -31px !important;
}

body .list .cart-popup-message,
body .list .remove-cart-class {
    left: -40px !important;
}

body .wishlist-popup-message span {
    font-size: 86px !important;
    position: absolute;
    right: -5px;
    top: 0px;
    color: #c13539 !important;
}

.wishlist-popup-message:before {
    background: url(../img/r_arrow.png) no-repeat !important;
    border: none !important;
    height: 20px !important;
    z-index: -1 !important;
    display: none !important;
}

.wishlist-textclass:before {
    width: 12px !important;
    top: -11px !important;
    height: 2px !important;
    opacity: 0;
    right: 13px !important;
}

.wishlist-popup-message:before,
.wishlist-popup-message:after {
    bottom: 47px !important;
    border: none !important;
    transform: none !important;
}

.wishlist-popup-message p.wishlist-textclass {
    font-size: 14px;
    color: #c13539 !important;
    line-height: 110%;
    margin: 0px auto;
    text-align: inherit;
    padding-top: 3px;
}

.newfontty ul {
    font-size: 0px;
    margin: 0px !important;
    padding: 0px !important;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
}

.newfontty ul.hebln {
    position: relative;
}

.newfontty ul.hebln:after {
    content: '';
    position: absolute;
    bottom: 0px;
    height: 2px;
    width: 100%;
    background: #000;
    left: 0px;
}

.newfontty ul.enf {
    /*border-top: none;*/
    direction: ltr !important;
    border-right: 2px solid #000;
    border-left: 0px;
    position: relative;
}

.newfontty ul.enf:after {
    content: '';
    position: absolute;
    bottom: 0px;
    height: 2px;
    width: 100%;
    background: #000;
    left: 0px;
}

.newfontty ul.hideln {
    border-top: none;
    background: #f4f4f4;
    color: #dedede;
    display: none;
}

.newfontty ul.hideln span {
    color: #dedede;
    opacity: 0.2;
}

.newfontty ul li {
    width: calc(100% / 11) !important;
    height: 114px;
    display: inline-block;
    vertical-align: top;
    padding: 0px !important;
    border-bottom: 2px solid #000;
    float: none !important;
}

.newfontty ul li span {
    font-size: 38px;
    display: block;
    line-height: 112px;
    vertical-align: middle;
    text-align: center;
    border-right: 2px solid #000;
}

.newfontty ul.enf li span {
    border-left: 2px solid #000;
    border-right: 0px;
}

.newfontty ul.enf li:last-child:after {
    background: #000;
    position: absolute;
    right: -2px;
    content: '';
    width: 2px;
    height: 100%;
    top: 0px;
}

.newfontty ul.hebln li:last-child:after {
    background: #000;
    position: absolute;
    left: -2px;
    content: '';
    width: 2px;
    height: 100%;
    top: 0px;
}

.pgmobtitle {
    display: none;
}

.woocommerce-account .catalog_blocks h2 {
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
}

.woocommerce-account .woocommerce-form.woocommerce-form-login.login {
    max-width: 600px;
    margin: 0 auto;
}

.woocommerce-account .woocommerce-form.woocommerce-form-login.login .form-row input.input-text {
    height: 40px !important;
    border: 2px solid #ced0d1;
    padding: 0 10px 0 40px;
}

.wmenuicon {
    display: none;
}

.woocommerce-account.woocommerce-lost-password .right_page {
    padding: 80px 20px 50px 20px;
}

.cartnewpop {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    padding: 40px;
    overflow: auto;
}

.cartnewptable {
    display: table;
    width: 100%;
    height: 100%;
}

.cartnewptin {
    display: table-cell;
    vertical-align: middle;
}

.cartnpoptext {
    position: relative;
    max-width: 770px;
    margin: 0 auto;
}

.page-id-179 .cartnpoptext,
.single .cartnpoptext {
    max-width: 400px;
}

.page-id-179 .catalog_blocks .cartnpoptext p,
.single .catalog_blocks .cartnpoptext p,
.single .cartnpoptext .pmnuuy p {
    font-size: 20px;
    line-height: 140%;
}

.page-id-179 .plist_popup .cartnrdivh,
.single .plist_popup .cartnrdivh {
    height: auto !important;
}

.page-id-179 .plist_popup .cartnpright {
    min-height: inherit !important;
}

.cartpclose {
    position: absolute;
    top: -35px;
    right: 0px;
}

.cartpclose a {
    display: block;
}

.cartnpright {
    float: right;
    width: 63%;
    background: #fff;
    min-height: 387px;
}

.cartnpleft {
    float: left;
    width: 37%;
    background: #cdcfd0;
    min-height: 387px;
}

.cartnprightin {
    padding: 78px 16px 50px 35px;
}

.cartnrdivh {
    padding: 0 23px 0 12px;
}

.cartnprightin h2 {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 18px 0;
}

.cartnrdiv {
    position: relative;
    overflow: hidden;
}

.cartnrdivh {
    overflow: auto;
    height: 200px;
}

.cartnrdiv p {
    font-size: 16px;
    line-height: 18px;
    margin: 0px;
    padding: 0px;
}

.morepluscart {
    position: absolute;
    bottom: 0px;
    left: 16px;
}

.morepluscart a {
    display: inline-block;
}

.morepluscart a.mphide {
    display: none;
}

.cartnrdivtwo {
    display: none;
}

.cartnleftin {
    padding: 176px 0 30px 0;
    max-width: 110px;
    margin: 0 auto;
}

.cartnleftin h2 {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 13px 0;
    font-weight: normal;
}

.cartnleftin h2 span {
    display: block;
}

.cartnleftin a {
    display: block;
    padding: 0 5px;
    line-height: 31px;
    background: #37aab4;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.catalog_blocks .cartnpoptext p {
    display: block !important;
}

.cominnsp {
    padding: 0px 125px;
}

/*--------About Page----*/
.page.page-template-page-about {
    display: block;
}

.about_mid {
    padding: 74px 150px;
}

.about_midiner {
    max-width: 100%;
    font-family: 'FbCoherentiSansEnHeb-Regular';
}

.about_left {
    float: right;
    width: 33.1%;
}

.about_right {
    float: left;
    width: 59.3%;
}

.about_right .about_midtext {
    max-width: 760px;
}

.about_midtext {
    margin: 0 0 35px 0;
}

.about_midtext h3 {
    color: #000000;
    font-size: 23px;
    line-height: 1;
    margin: 0 0 22px 0;
    font-family: 'FbCoherentiSansEnHeb-Medium' !important;
    padding: 0px;
    display: block;
}

.about_midtext p {
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    padding: 0px;
    display: block;
}

.ab_desdiv {
    margin: 0 0 73px 0;
    font-size: 0px;
}

.ab_desdiv h3 {
    color: #000000;
    font-size: 35.58px;
    line-height: 1;
    margin: 0 0 22px 0;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    padding: 0px;
    display: block;
}

.abdul {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 0 0 10px;
}

.abdul ul {
    display: block;
    margin: 0px;
    padding: 0px;
}

.abdul ul li {
    display: block;
    font-size: 18.21px;
    line-height: 1;
    color: #000000;
    margin: 0 0 5px 0;
    padding: 0px;
    font-family: 'FbCoherentiSansEnHeb-Regular';
}

.about_logo_img {
    margin-bottom: 20px;
}

/*--------Contact Page----*/
.page.page-template-page-contact {
    display: block;
}

.contact_mid {
    padding: 0px 0 0 0;
}

.contact_in {
    padding: 0px 150px;
}

.srchtoggle .contact_mid {
    margin-top: -19px;
}

.conbg {
    /*min-height:1444px;*/
    padding: 80px 0 40px 0;
}

.conmdiv {
    position: relative;
    max-width: 950px;
    padding: 115px 138px 0 0;
    margin: 0 auto;
}

.conarrow {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 104px;
}

.condivin {
    max-width: 345px;
}

.condivin p {
    font-size: 16px;
    color: #000;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    line-height: 1;
    margin: 0 0 18px 0;
}

.condivin p a {
    color: #000000;
}

.conbotbuts {
    padding: 17px 0 0 0;
}

.conbotbuts a {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5px;
    width: 108px;
    text-align: center;
    line-height: 27px;
    height: 26px;
    font-size: 12px;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    padding: 0 5px;
    color: #000000;
    border: 1px solid #000000;
}

.conbotbuts a:last-child {
    margin: 0px;
}

.contacttop {}

.contacttop p {
    font-size: 15px;
    color: #000;
    line-height: 30px;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    margin: 0px;
}

.contacttop a {
    color: #289b9c;
    text-decoration: none;
}

.contacttop a:hover {
    text-decoration: underline;
}

.contact_list {
    padding: 50px 0px;
}

.contact_list ul {
    margin: 0px -20px;
    padding: 0px;
    font-size: 0px;
}

.contact_list ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    width: 50%;
}

/*.contact_list ul li:first-child .clidiv, .contact_list ul li.li2 .clidiv {border-top:1px solid #000;}*/
.clidiv {
    border-top: 1px solid #000;
    padding: 30px 0;
}

.contact_list ul li .person_img {
    float: right;
    width: 118px;
    padding-top: 7px;
}

.contact_list ul li .person_img img {
    width: 100%;
}

.contact_list ul li .person_detail {
    float: left;
    width: calc(100% - 170px);
}

.contact_list ul li .person_detail h3 {
    font-family: 'FbCoherentiSansEnHeb-Medium' !important;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    line-height: 30px;
}

.contact_list ul li .person_detail h4 {
    font-family: 'FbCoherentiSansEnHeb-Regular' !important;
    font-weight: normal;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    font-size: 15px;
    line-height: 30px;
}

.contact_list ul li .person_detail p {
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    line-height: 30px;
}

.contact_list ul li .person_detail p.conem {
    font-size: 15px;
}

/*----list view----*/
div#font-box {
    padding-top: 20px;
}

.catalog_list .product_item {
    position: relative;
}

.productlistpage .list a.btn_blue.addToCartBlue {
    position: absolute;
    top: 91px;
    z-index: 99;
    width: 130px
        /*240px*/
    ;
}

.productlistpage .list a.btn_blue.addToCartBlue span:last-child {
    display: none;
}

.productlistpage .list div#font-box .product_item.productItemLoop {
    width: 100% !important;
    margin: 0px !important;
    border-bottom: 1px solid #272727;
    position: relative;
    min-height: 165px;
    padding: 15px 118px 2px 0px
        /*30px 0px 25px 0px*/
    ;
    vertical-align: top;
}

.productlistpage .list div#font-box .product_item.productItemLoop:hover {
    background: #272727;
}

.productlistpage .list div#font-box .product_item.productItemLoop:hover .product_item_info .name span.weight-name-class,
.productlistpage .list div#font-box .product_item.productItemLoop:hover .product_item.added .added-to-cart {
    color: #FFF;
}

.productlistpage .list div#font-box .product_item.productItemLoop:before {
    position: absolute;
    left: -90%;
    content: '';
    background: #272727;
    width: 20000px;
    top: -1px;
    height: 100%;
    z-index: -1;
    opacity: 0;
}

.productlistpage .list div#font-box .product_item.productItemLoop:after {
    position: absolute;
    right: -90%;
    content: '';
    background: #272727;
    width: 20000px;
    bottom: -1px;
    height: 100%;
    z-index: -1;
    opacity: 0;
}

.productlistpage .list div#font-box .product_item.productItemLoop:hover:before,
.productlistpage .list div#font-box .product_item.productItemLoop:hover:after {
    opacity: 1;
}

.productlistpage .list div#font-box .product_item.productItemLoop:hover a.mobtxt.slideFontSize {
    color: #FFF;
}

.productlistpage .list div#font-box .product_item.productItemLoop:hover .product_item_info .name span.firstllt {
    color: #FFF;
}

.productlistpage .list .product_item.productItemLoop:hover .filter_wrapper .filter .range_block .range_title {
    color: #FFF;
}

.productlistpage .list .product_item.productItemLoop:hover .slider {
   
    height: 1px;
}

.productlistpage .list .product_item.productItemLoop:hover .product_item_info .icon_plus {
    /* color:#FFF;*/
}

.productlistpage .list .product_item.productItemLoop:hover .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart span {
    /* color:#FFF;*/
}

.productlistpage .list .range_block {
    position: absolute;
    right: 0px;
    top: 0px;
}

.productlistpage .list .filter_wrapper .filter,
.productlistpage .list .remove-effect {
    min-height: 0px !important;
}

.productlistpage .list .catalog_list .product_item .filter_wrapper {
    display: block;
}

.productlistpage .list .filter .top_block,
.productlistpage .list .dropdown {
    display: none;
}

.productlistpage .list .slideFontSize {
    font-size: 70px;
    height: 70px;
}

a.mobtxt.slideFontSize {
    min-height: inherit;
    max-height: inherit;
    cursor: pointer;
    color: #000;
    overflow: hidden;
    display: none;
}

.productlistpage .list a.mobtxt.slideFontSize {
    display: table-cell;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
}

.productlistpage .desktxt.slideFontSize {
    padding-right: 20px;
    margin-right: -20px;
    position: relative;
}

.productlistpage .desktxt.slideFontSize textarea {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px 20px 0 0;
    border: 0px;
    color: #000000;
    margin: 0px;
    top: 0px;
    right: 0px;
    overflow: hidden;
    outline: none;
    resize: none;
}

.productlistpage .desktxt.slideFontSize textarea::-webkit-input-placeholder {
    color: #000;
}

.productlistpage .desktxt.slideFontSize textarea:-moz-placeholder {
    color: #000;
    opacity: 1;
}

.productlistpage .desktxt.slideFontSize textarea::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.productlistpage .desktxt.slideFontSize textarea:-ms-input-placeholder {
    color: #000;
}

.productlistpage .desktxt.slideFontSize textarea:focus::-webkit-input-placeholder,
.productlistpage .desktxt.slideFontSize.text-changed textarea::-webkit-input-placeholder {
    opacity: 0;
}

.productlistpage .desktxt.slideFontSize textarea:focus:-moz-placeholder,
.productlistpage .desktxt.slideFontSize.text-changed textarea:-moz-placeholder {
    opacity: 0;
}

.productlistpage .desktxt.slideFontSize textarea:focus::-moz-placeholder,
.productlistpage .desktxt.slideFontSize.text-changed textarea::-moz-placeholder {
    opacity: 0;
}

.productlistpage .desktxt.slideFontSize textarea:focus:-ms-input-placeholder,
.productlistpage .desktxt.slideFontSize.text-changed textarea:-ms-input-placeholder {
    opacity: 0;
}

.productlistpage .list .desktxt.slideFontSize {
    display: none;
}

.productlistpage .list .fonfuninnerho {
    float: left;
    width: calc(100% - 240px);
    display: block;
    overflow: hidden;
    min-height: 110px;
}

.motxt {
    display: none;
    vertical-align: middle;
}

.productlistpage .list .motxt {
    min-height: 161px;
    display: table;
}

.productlistpage .list .product_item_info {
    float: right;
    width: 240px;
    display: block;
    border: none;
    margin: 0px;
    padding: 28px 0px 0px 0px;
}

.productlistpage .list .fonfuninnerho .monnright {
    border: none;
    padding-bottom: 0px;
}

.productlistpage .list .fonfuninnerho {
    padding: 0px;
}

.productlistpage .list .fonfuninnerho,
.productlistpage .list .fonfuninnerho:hover {
    border: none;
}

.productlistpage .list .product_item_info .name span.firstllt {
    /*display:block; */
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.productlistpage .list .product_item_info .name span.weight-name-class,
.productlistpage .list .product_item.added .added-to-cart {
    font-size: 13px;
    line-height: 19px
}

.productlistpage .list .product_item_info .name {
    display: block;
}

.productlistpage .list span.spn .spnuber {
    /*display:none;*/
}

/*.productlistpage .list .product_item_info .icons {
    width: 100%;
    margin-top: 44px;
    right: 218px;
    top: 83px;
    position: absolute;
}*/

.productlistpage .list .product_item.productItemLoop .filter_wrapper .filter .range_block .range_title {
    font-size: 18px;
    color: #000;
}

.productlistpage .list .product_item.productItemLoop .filter_wrapper .filter .range_block .range_title span {
    font-size: 14px;
}

.productlistpage .list .slidecontainer {
    width: 110px;
}

.prowedivbot .slider {
    background: #00aab5;
    height: 1px;
}

.productlistpage .list .slider {
    background: rgba(0, 0, 0, 0.45);
    height: 1px;
}

.productlistpage .list .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart span,
.productlistpage .list .product_item_info .icon_plus {
    color: #00aab5;
}

.productlistpage .list .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list span {
    color: #d73537;
}

.listv.page-id-179 .product_item_info .name .new-product-badge.singlebedgt {
    position: absolute;
    top: 17px;
    right: 85px;
    transform: none;
}

.new-product-badge.singlebedgt {
    display: none;
}

.page-id-179 .new-product-badge.innerbedgt,
.new-product-badge.innerbedgt {
    display: none;
}

.page-id-179 .product_item_info .name .new-product-badge.singlebedgt,
.product_item_info .name .new-product-badge.singlebedgt {
    display: inline-block;
    position: static;
    padding-top: 4px;
    transform: none;
    margin: 0px;
    vertical-align: middle;
}

.page-id-179 .product_item_info .name .new-product-badge.singlebedgt .span-new-badge,
.product_item_info .name .new-product-badge.singlebedgt .span-new-badge {
    font-size: 38px;
    padding: 0px;
    font-family: 'Fontbit Logo new1';
}

.fonfuninnerho .monnright.english-font_l {
    direction: ltr;
}

.fonfuninnerho .monnright.english-font_l .remove-effect {
    direction: rtl;
}

.proLeftPart.eng-fonts .single_p {
    text-align: left;
}

.proLeftPart.eng-fonts .singl_confil p span.intxtn1 {
    padding-left: 10px;
    padding-right: 50px;
}

.productlistpage .list .filter .bottom_block {
    position: absolute;
    right: 118px;
    top: 85px;
}

.productlistpage .list .filter .bottom_block .type_font_block.dropdown {
    position: absolute;
    display: block;
    top: 30px;
}

.listv .productlistpage .right_page .catalog_blocks {
    padding: 0px 32px;
}

.productlistpage .list .product_item.productItemLoop:hover button.dropdown-toggle.custom-toggle {
    color: #FFF;
}

.productlistpage .product_item.productItemLoop .filter_wrapper .filter .range_block .range_title {
    font-size: 18px;
}

.productlistpage .product_item.productItemLoop .filter_wrapper .filter .range_block .range_title span {
    font-size: 14px;
}

/*--Product Detail Chracter----*/
.newpro_dearea {
    padding: 79px 25px 0px 25px;
}

.chracterlayout {
    float: right;
    width: calc(75% - 149.5px)
        /*1210px*/
    ;
}

.chracterlayout h2.toptitle {
    font-size: 15px;
    line-height: 17px;
    color: #000;
    margin: 0px 0 24px 0;
    padding: 0px;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: 500;
}

.newfontty ul li {
    position: relative;
}

.newfontty ul li a {
    display: block;
    color: #000;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    text-decoration: none;
}

.newfontty ul li:hover a,
.newfontty ul li.active a {
    color: #FFF;
    background: #00aab5;
}

/*.newfontty ul li .characterzoom{ display:none; transition:0.3s; -moz-transition:0.3s; -webkit-transition:0.3s; position:absolute; background:#FFF; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; border:1px solid #000; width:112px; height:112px; left:50%; top:50%; transform: translate(-50%,-50%) scale(1,1); -moz-transform: translate(-50%,-50%) scale(1,1); -webkit-transform: translate(-50%,-50%) scale(1,1); z-index:99;}
.newfontty ul li:hover .characterzoom{ transform: translate(-50%,-50%) scale(3,3); -moz-transform: translate(-50%,-50%) scale(3,3); -webkit-transform: translate(-50%,-50%) scale(3,3); display:block;}*/
.newfontty ul li .characterzoom {
    display: none;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    position: absolute;
    background: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #000;
    width: 420px;
    height: 420px;
    right: 0%;
    top: calc(-100% - 1px);
    z-index: 1;
    pointer-events: none;
}

.newfontty ul.hebln li:nth-child(9) .characterzoom,
.newfontty ul.hebln li:nth-child(10) .characterzoom,
.newfontty ul.hebln li:nth-child(11) .characterzoom,
.newfontty ul.hebln li:nth-child(20) .characterzoom,
.newfontty ul.hebln li:nth-child(21) .characterzoom,
.newfontty ul.hebln li:nth-child(22) .characterzoom,
.newfontty ul.hebln li:nth-child(31) .characterzoom,
.newfontty ul.hebln li:nth-child(32) .characterzoom,
.newfontty ul.hebln li:nth-child(33) .characterzoom,
.newfontty ul.hebln li:nth-child(42) .characterzoom,
.newfontty ul.hebln li:nth-child(43) .characterzoom,
.newfontty ul.hebln li:nth-child(44) .characterzoom,
.newfontty ul.hebln li:nth-child(53) .characterzoom,
.newfontty ul.hebln li:nth-child(54) .characterzoom,
.newfontty ul.hebln li:nth-child(55) .characterzoom,
.newfontty ul.hebln li:nth-child(64) .characterzoom,
.newfontty ul.hebln li:nth-child(65) .characterzoom,
.newfontty ul.hebln li:nth-child(66) .characterzoom,
.newfontty ul.hebln li:nth-child(75) .characterzoom,
.newfontty ul.hebln li:nth-child(76) .characterzoom,
.newfontty ul.hebln li:nth-child(77) .characterzoom,
.newfontty ul.hebln li:nth-child(86) .characterzoom,
.newfontty ul.hebln li:nth-child(87) .characterzoom,
.newfontty ul.hebln li:nth-child(88) .characterzoom,
.newfontty ul.hebln li:nth-child(97) .characterzoom,
.newfontty ul.hebln li:nth-child(98) .characterzoom,
.newfontty ul.hebln li:nth-child(99) .characterzoom {
    right: inherit;
    left: 0px;
}

.newfontty ul.enf li:nth-child(1) .characterzoom,
.newfontty ul.enf li:nth-child(2) .characterzoom,
.newfontty ul.enf li:nth-child(3) .characterzoom,
.newfontty ul.enf li:nth-child(12) .characterzoom,
.newfontty ul.enf li:nth-child(13) .characterzoom,
.newfontty ul.enf li:nth-child(14) .characterzoom,
.newfontty ul.enf li:nth-child(23) .characterzoom,
.newfontty ul.enf li:nth-child(24) .characterzoom,
.newfontty ul.enf li:nth-child(25) .characterzoom,
.newfontty ul.enf li:nth-child(34) .characterzoom,
.newfontty ul.enf li:nth-child(35) .characterzoom,
.newfontty ul.enf li:nth-child(36) .characterzoom,
.newfontty ul.enf li:nth-child(45) .characterzoom,
.newfontty ul.enf li:nth-child(46) .characterzoom,
.newfontty ul.enf li:nth-child(47) .characterzoom,
.newfontty ul.enf li:nth-child(56) .characterzoom,
.newfontty ul.enf li:nth-child(57) .characterzoom,
.newfontty ul.enf li:nth-child(58) .characterzoom,
.newfontty ul.enf li:nth-child(67) .characterzoom,
.newfontty ul.enf li:nth-child(68) .characterzoom,
.newfontty ul.enf li:nth-child(69) .characterzoom,
.newfontty ul.enf li:nth-child(78) .characterzoom,
.newfontty ul.enf li:nth-child(79) .characterzoom,
.newfontty ul.enf li:nth-child(80) .characterzoom,
.newfontty ul.enf li:nth-child(89) .characterzoom,
.newfontty ul.enf li:nth-child(90) .characterzoom,
.newfontty ul.enf li:nth-child(91) .characterzoom {
    right: inherit;
    left: 0px;
}

.newfontty ul li:hover .characterzoom {
    display: block;
}

.newfontty ul li.active .characterzoom {
    display: block;
}

.newfontty ul li .characterzoom span {
    border: none;
    line-height: 420px;
    /* position:relative !important; top:50%; transform: translateY(-40%); -moz-transform: translateY(-40%); -webkit-transform: translateY(-40%);*/
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.sinchar_overlay {
    display: none;
}

.sinchar_overlay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background: none;
    top: 0px;
    left: 0px;
    z-index: 9;
}

.sinchar_overlay.active {
    display: block;
}

.chractertxt {
    float: right;
    width: 186px
        /*calc(100% - 1292px)*/
    ;
    padding-top: 0px
        /*40px*/
    ;
    position: relative;
}

.chractertxt .dropdown_new {
    padding-bottom: 25px;
}

.chractertxt h4.tableti {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 17px;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: 500;
    color: #000;
}

.chractertxt .dropdown_new h4 {
    font-size: 14px;
    line-height: 17px;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: 500;
    color: #000;
    margin: 0px 0px 5px 0px;
}

.chractertxt .dropdown_new ul {
    margin: 0px;
    padding: 0px;
}

.chractertxt .dropdown_new ul li {
    display: block
        /*inline-block*/
    ;
    padding: 0px
        /*0px 8px*/
    ;
}

.chractertxt .dropdown_new ul li:first-child {
    padding: 0px 0px 0px 8px;
}

.chractertxt .dropdown_new ul li:last-child {
    padding: 0px
        /*0px 8px 0px 0px*/
    ;
}

.chractertxt .dropdown_new ul li.deb {
    padding: 0px !important;
}

.chractertxt .dropdown_new ul li a:after {
    content: '/';
    position: absolute;
    left: -13px;
    color: #000;
    display: none;
}

.chractertxt .dropdown_new ul li a.active {
    color: #00aab5;
}

.chractertxt .dropdown_new ul li:last-child a:after {
    display: none;
}

.chractertxt .dropdown_new ul li a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: 500;
}

.chractertxt .playingFontWrapper h3.playingFont_title {
    color: #000;
    margin: 0px 0px 25px 0px;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-weight: 500;
    font-size: 27px;
}

.single_product_mainwrapper .chractertxt .playingFontWrapper {
    padding: 107px 0px 0px 0px;
    position: absolute;
    bottom: 135px;
    right: 0px;
    width: 100%;
}

.single_topheadingbar .header_title ul li.pagcolo {
    position: relative;
}

.single_topheadingbar .header_title ul li.pagcolo.active .color_open {
    display: block;
}

.single_topheadingbar .header_title ul li.pagcolo.active p {
    color: #000 !important;
}

.single_topheadingbar .header_title ul li .color_open {
    position: absolute;
    width: 65px;
    z-index: 9;
    bottom: 32px;
    left: 0px;
    display: none;
    right: 0px;
    background: #FFF;
    margin: 0px auto;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.single_topheadingbar .header_title ul li .color_open ul {
    margin: 0px;
    padding: 1px;
    direction: rtl;
}

.single_topheadingbar .header_title ul li .color_open ul li {
    width: 21px;
    height: 20px;
    padding: 1px !important;
    float: right;
}

.single_topheadingbar .header_title ul li .color_open ul li a {
    display: block;
    height: 100%;
}

.single_topheadingbar .header_title ul li .color_open ul li a.active {
    border: 1px solid #000;
}

.style-filter .style-box input[type="checkbox"] {
    display: none;
}

.resourcfilter.left_page .tag-filter {
    text-align: right;
}

.resourcfilter.left_page .misc-filter.mb20px,
.resourcfilter.left_page .misc-filter {
    text-align: right;
}

.resourcfilter.left_page .misc-filter.mb20px .dropdown button {
    background: none;
    border: none;
}

.style-box input[type="checkbox"],
.misc-filter input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: top;
    cursor: pointer;
}

.resourcfilter.left_page .misc-filter.mb20px .dropdown {
    vertical-align: top;
}

.size_checkbox {
    position: relative;
}

.misc-filter .misc-box span {
    padding-right: 10px;
}

.misc-filter input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 100%;
    vertical-align: top;
    cursor: pointer;
}

.style-filter label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 95%;
    float: left;
}

.check-select {
    position: relative;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.chractertxt_n .playingFontWrapper {
    float: none;
    padding-bottom: 70px;
}

.cartle_se {
    float: right;
    width: 245px;
}

.cartri_se {
    float: right;
    width: calc(100% - 245px);
}

.woocommerce .return-to-shop a.button {
    background-color: #d32120;
    max-width: 200px;
    width: 100%;
    text-align: center;
    padding: 12px 10px;
    color: #FFF;
    font-size: 1.25em;
    border-radius: 0px;
}

.woocommerce-checkout .woocommerce p.order-again a.button {
    max-width: 200px;
    padding: 10px 14px;
    text-align: center;
    height: auto;
}

.woocommerce ul.order_details li {
    font-size: 14px !important;
}

.woocommerce ul.order_details li strong {
    font-size: 16px !important;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 18px;
    font-family: 'FbCoherentiSansEnHeb-Medium';
    margin-bottom: 15px;
}

.creditpag.crednn {
    padding: 47px 0px 47px 0px;
}

.creditpag #btn_buy_credit {
    height: 49px;
    border: none;
    font-size: 22px;
    background: #00aab5;
    color: #FFF;
    font-family: 'FbCoherentiSansEnHeb-Medium';
    margin: 50px 0px 0px 0px;
    padding: 0px 30px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    display: block;
    float: left;
}

.creditpag #btn_buy_credit:hover {
    background: #686868;
}

.creditpag select {
    border: 2px solid #ced0d1;
    height: 45px;
    line-height: 45px;
    color: #625e5a;
    font-size: 24px;
    padding: 0px 18px;
}

.right_page div#font-box .product_item.productItemLoop:nth-child(5n+3) {
    margin-right: 0px !important;
    ;
}

.right_page .catalog_list {
    margin-right: -50px;
}

.right_page .list .catalog_list {
    margin-right: 0px;
}

.right_page .list div#font-box .product_item.productItemLoop:nth-child(5n+3) {
    margin-right: 0px !important;
}

.right_page .catalog_list .product_item {
    width: calc(100% / 4 - 64px) !important;
}

.page-id-179 div#font-box .product_item.productItemLoop {
    margin-right: 50px !important;
}

#accordion .button a.remove.newremove,
.woocommerce-cart #accordion .button.active a.remove.newremove {
    display: inline-block !important;
    line-height: 20px !important;
    vertical-align: middle;
    top: -4px;
    font-size: 30px !important;
    font-family: 'Fontbit Logo new1';
    font-weight: normal;
    width: 85px;
    height: 20px;
    color: #d31e20 !important;
}

#accordion .button a.remove.newremove:after {
    position: absolute;
    content: 'הסר מהסל';
    right: 0px;
    left: 0px;
    font-size: 12px;
    top: 15px;
    color: #d31e20;
    font-family: 'FbCoherentiSansEnHeb-Regular';
}

.lrmmodelnewin .signinsecnew .fieldset--submit {
    margin-top: 45px !important;
}

.fonfuninnerho {
    padding: 0px 15px;
    border: 1px solid transparent;
    overflow: hidden;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.fonfuninnerho:hover {
    border: 1px solid #9e9fa2;
}

.fonfuninnerho:hover .monnright {
    border-bottom: 1px solid transparent;
}

.fonfuninnerho .monnright {
    border-bottom: 1px solid #9e9fa2;
    padding-bottom: 20px;
}

.fonfuninnerho .filter .top_block {
    margin: 0px -15px;
    display: block;
    border-bottom: 0px;
    font-size: 0px;
}

.fonfuninnerho .tb_item {
    border-bottom: 1px solid #9e9fa2;
    display: inline-block;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
}

.fonfuninnerho .tb_item.elemitb1 {
    width: 47.805%;
    border-left: 1px solid #9e9fa2;
}

.fonfuninnerho .tb_item.elemitb1 a {
    display: block;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.fonfuninnerho .tb_item.elemitb1 a:hover,
.tb_item.elemitb2:hover {
    background: #9e9fa2;
    color: #FFF !important;
}

.fonfuninnerho .tb_item.elemitb2 {
    width: 30.527%;
    border-left: 1px solid #9e9fa2;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.fonfuninnerho .tb_item.elemitb3 {
    width: 21.6%;
}

/* --- new cart css --- */
.page.cartnewpage {
    display: block;
    width: 100%;
}

.cartnewmain {
    padding: 118px 140px 118px 20px;
}

.newcartwrap {
    max-width: 1530px;
}

.carnewtop {
    border-bottom: 3px solid #75cdd4;
    padding: 0 0 10px 0;
}

.carnewtop h2 {
    font-size: 20px;
    color: #00aab5;
    margin: 0px;
    padding: 0px;
    font-family: 'FbCoherentiSansEnHeb-Regular' !important;
    font-weight: bold !important;
    float: right;
    width: calc(100% - 400px);
}

.cartnewtleft {
    float: left;
}

.clearcart {
    float: right;
    padding-top: 7px;
    font-weight: bold;
}

.clearcart a {
    color: #00aab5;
}

.cartnewmain .cartnpoptext {
    max-width: 450px;
}

.cartnewmain .plist_popup .cartnpright {
    min-height: inherit !important;
}

.cartnewmain .plist_popup .cartnrdivh {
    height: inherit !important;
    padding: 0px;
}

.cartnewmain .cartnrdiv p {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}

/*.woocommerce-checkout .carnewtop {margin:0 0 40px 0;}*/
.cnleftone,
.cnlefttwo,
.cnleftthre {
    float: left;
}

.cnleftone,
.cnlefttwo {
    border-right: 1px solid #00aab5;
}

.cnleftone {
    padding: 0 8px 0 0;
}

.cnlefttwo {
    padding: 0 8px;
}

.cnleftthre {
    padding: 0 0 0 8px;
}

.cnleftone a {
    font-size: 13px;
    color: #00aab5;
    line-height: 26px;
}

.cnlefttwo a {
    font-size: 13px;
    color: #00aab5;
    line-height: 26px;
}

.cnleftthre {
    font-size: 13px;
    color: #000000;
    line-height: 26px;
}

.cnleftthre a {
    color: #000;
}

.cartnewbotldiv {
    border-bottom: 3px solid #75cdd4;
    position: relative;
}

.cbotltogle {
    padding: 24px 0px 24px 0;
    border-bottom: 1px solid #3e3e3e;
}

.cbotltogle span {
    display: block;
    position: relative;
    color: #333;
    font-size: 27px;
    padding: 0 35px 0 150px;
}

.cbotltogle span.empty_lic {
    font-size: 18px;
    color: #F00;
    display: block;
    padding: 10px 0px 0px 0px;
}

.cbotltogle span.empty_lic:after {
    display: none;
}

.cartnewbotldiv.buy-credit .cbotltogle .remove_cart {
    display: inline-block;
    vertical-align: top;
}

.cartnewbotldiv.buy-credit .cbotltogle .remove_cart a {
    display: block;
    font-weight: bold;
    color: #F00;
}

.cartnewbotldiv.buy-credit .cbotltogle span {
    padding-right: 0px;
    display: inline-block;
    vertical-align: middle;
}

.cartnewbotldiv.buy-credit .cbotltogle span:after {
    display: none;
}

.cbotltogle span:after {
    content: "\f0d9";
    font-family: FontAwesome;
    position: absolute;
    color: #00aab5;
    right: 10px;
    top: -2px;
}

.active .cbotltogle span:after {
    content: "\f0d7";
    right: 10px;
}

.cbotldetail {
    display: none;
    padding: 20px 0 82px 0;
}

.cbotlprice {
    position: absolute;
    color: #000;
    font-size: 23px;
    color: rgba(0, 0, 0, 0.45);
    bottom: 27px;
    left: 30px;
}

.active .cbotlprice,
.buy-credit .cbotlprice {
    color: #000;
}

.cbotlprice .necolpric span, .cost_sec .necolpric span{
    color: #00aab5;
    font-family: 'Fontbit Logo icon';
    font-size: 40px;
}

.cbotdoneright {
    float: right;
}

.cbotdoneright input {
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    display: none;
}

.cbotdoneright label {
    display: block;
    width: 100%;
    margin: 0 0 0 20px;
    padding: 0px 30px 0 0;
    position: relative;
    cursor: pointer;
    font-size: 13px;
    color: #000000;
    font-weight: 500;
}

.cbotdoneright label:after {
    position: absolute;
    width: 20px;
    border: 3px solid #00aab5;
    top: -5px;
    right: 0px;
    height: 20px;
    content: '';
}

.cbotdoneright label:before {
    position: absolute;
    top: -9px;
    right: -5px;
    content: '';
    width: 20px;
    height: 20px;
    background: url(../img/newcheck1.png) no-repeat center center;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
}

.cbotdoneright input[type="checkbox"]:checked+label:before {
    opacity: 1;
    visibility: visible;
}

.cbotdoneright2 {
    float: right;
    display: none;
}

.cbotdoneright2 a.rem_ucart {
    display: block;
    font-weight: bold;
    color: #00aab5;
}

.cbotdoneright2 a.rem_ucart img {
    width: 12px;
}

.cbotdoneleft {
    float: left;
}

.cbotdoneleft a {
    font-size: 13px;
    color: #00aab5;
}

.cbotdone {
    padding: 0 16px 17px 0;
}

.cbotdtwotable {
    border: 1px solid #75cdd4;
    border-right: 0px;
    border-left: 0px;
}

.ctablerow {
    border-bottom: 1px solid #75cdd4;
    font-size: 0px;
}

.ctablerow.leftcheckactive:last-child {
    border-bottom: 0px;
}

.ctablecol {
    display:
        /*inline-block*/
        table-cell;
    vertical-align: top;
    position: relative;
}

.ctabcheckhover {
    position: absolute;
    top: -100px;
    left: -42px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.ctablecheckcol.checkactive .ctabcheckhover {
    opacity: 0 !important;
    visibility: hidden !important;
}

.ctablecol:has(.ctabcheckinput:hover) .ctabcheckhover {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.ctabcheckhover span {
    font-family: 'Fontbit Logo new1';
}

.ctabcheckhover span.hoverone {
    color: #000;
    font-size: 120px;
    position: relative;
    z-index: 1;
}

.ctabcheckhover span.hovertwo {
    color: #fff;
    font-size: 120px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.ctablecol1 {
    width: 147px;
    border-left: 1px solid #75cdd4;
}

.ctablecol1 .ctablcolin,
.ctablecol2 .ctablcolin,
.lastctablecol .ctablcolin {
    display: table;
    width: 100%;
}

.ctablcolin {
    min-height: 79px;
}

.ctablcolintwo {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 10px 19px;
    word-spacing: nowrap;
}

.ctablecol1 .ctablcolintwo input {
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    display: none;
}

.ctablcolintwo label {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px 32px 0 0;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.25);
    font-weight: 500;
}

.leftcheckactive .ctablcolintwo label {
    color: #00aab5;
}

.ctablecol1 .ctablcolintwo label {
    font-weight: bold;
}

.leftcheckactive .ctablecol1 .ctablcolintwo {
    padding: 10px 19px 10px 5px;
}

.leftcheckactive .ctablecol1 .ctablcolintwo label {
    color: #000;
}

.ctablcolintwo label:after {
    position: absolute;
    width: 16px;
    border: 1px solid #00aab5;
    top: -3px;
    right: 0px;
    height: 16px;
    content: '';
}

.ctablcolintwo label:before {
    position: absolute;
    top: -6px;
    right: -3px;
    content: '';
    width: 16px;
    height: 16px;
    background: url(../img/newcheck1.png) no-repeat center center;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
}

.ctablcolintwo input[type="checkbox"]:checked+label:before {
    opacity: 1;
    visibility: visible;
}

.ctablecol2 .range_block .range_title {
    font-size: 20px;
    color: #00aab5;
    margin: 0 0 0 5px;
}

.ctablecol2 .range_block .range_title span {
    font-size: 14px;
}

.ctablecol2 .slidecontainer {
    width: 40px;
}

.ctablecol2 .slider {
    background: #00aab5;
    height: 1px;
}

.ctablecol2,
.ctablecheckcol,
.lastctablecol {
    opacity: 0;
    visibility: hidden;
}

.leftcheckactive .ctablecol2,
.leftcheckactive .ctablecheckcol,
.leftcheckactive .lastctablecol {
    opacity: 1;
    visibility: visible;
}

.ctablecol.ctablecol2 .ctablcolintwo {
    padding-top: 25px;
    display: inline-block;
}

.ctablerow {
    position: relative;
}

.noorder_text {
    display: none;
    width: 0px;
}

.no-order .noorder_text {
    width: 75%;
    font-size: 20px;
    position: absolute;
    top: 50%;
    display: block;
    right: 170px;
    transform: translateY(-50%);
    color: #00aab5;
}

.cartnewbotldiv.buy-credit .credit-detail {
    padding-top: 20px;
}

.cartnewbotldiv.buy-credit .credit-detail p {
    margin: 0px;
    font-size: 16px;
    line-height: 22px;
}

.validate .ctablecheckcol:before {
    position: absolute;
    content: '';
    width: 100%;
    top: -1px;
    right: 0px;
    height: 1px;
    background: #F00;
}

.validate .ctablecheckcol:after {
    position: absolute;
    content: '';
    width: 100%;
    bottom: -1px;
    right: 0px;
    height: 1px;
    background: #F00;
}

.validate .ctablecheckcol.ctablecheckcol1 {
    border-right: 1px solid #F00;
}

.validate .ctablecheckcol.ctablecheckcol4 {
    border-left: 1px solid #F00;
}

.validate .ctablecol2 {
    border-left: 1px solid transparent;
}

.ctablecol2 .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    background: #FFF;
    border: 1px solid #00aab5;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
}

.ctablecol2 .slider::-moz-range-thumb {
    width: 12px;
    height: 12px;
    background: #FFF;
    border: 1px solid #00aab5;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
}

.ctablecol2 {
    width: 608px;
    border-left: 1px solid #75cdd4;
    overflow: hidden;
}

.ctablcolintwo .range_block {
    float: right;
    width: 70px;
    padding-top: 5px;
}

.rangcontent {
    width: calc(100% - 77px);
    padding: 0 20px 0 0;
    float: right;
    overflow: hidden;
}

.rangcontent p {
    color: #333;
    font-size: 22px;
    line-height: 1;
    margin: 0px;
    max-height: inherit
        /* 58px*/
    ;
    min-height: inherit
        /*58px*/
    ;
}

.ctablecheckcol {
    background: #ddf1f4;
    width: 152px;
    border-left: 1px solid #75cdd4;
}

.ctablecheckcol.checkactive {
    background: #00aab5;
}

.ctablecheckcol .ctablcolintwo {
    padding: 42px 8px 12px 4px;
}

.ctabcheckinput input {
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    display: none;
}

.ctabcheckinput label {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px 30px 0 0;
    position: relative;
    cursor: pointer;
    font-size: 13px;
    color: #00aab5;
    font-weight: 500;
}

.checkactive .ctabcheckinput label {
    color: #fff;
}

.ctabcheckinput label:after {
    position: absolute;
    width: 16px;
    border: 1px solid #00aab5;
    top: -3px;
    right: 15px;
    height: 16px;
    content: '';
}

.checkactive .ctabcheckinput label:after {
    border: 1px solid #fff;
}

.ctabcheckinput label:before {
    position: absolute;
    top: -6px;
    right: 12px;
    content: '';
    width: 16px;
    height: 16px;
    background: url(../img/whnewcheck1.png) no-repeat center center;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
}

.ctabcheckinput input[type="checkbox"]:checked+label:before {
    opacity: 1;
    visibility: visible;
}

.ctabcheckinput.disabled {
    opacity: 0.3;
}

.lastctablecol {
    width: 167px;
}

.lastcolprice {
    text-align: center;
    font-size: 19px;
    color: #00aab5;
}

.lastcolprice span.tolcargg span {
    display: block;
    font-family: 'Fontbit Logo icon';
    font-size: 36px;
}

.ctabchecksel {
    padding: 9px 0 0 0;
    opacity: 0;
    visibility: hidden;
}

.checkactive .ctabchecksel {
    opacity: 1;
    visibility: visible;
}

.ctabchecksel select {
    display: block;
    width: 100%;
    height: auto;
    padding: 0px;
    background: none;
    font-size: 12px;
    line-height: 13px;
    color: #000000;
    font-weight: 500;
    padding: 0 0 0 14px;
    background: url(../img/checkselbg.png) no-repeat left 2px;
    cursor: pointer;
    border: 0px;
    appearance: none;
    -webkit-appearance: none;
}

.checkactive .ctabchecksel select {
    color: #fff;
    background: url(../img/wcheckselbg.png) no-repeat left 2px #00aab5;
}

.colcheckbot {
    padding: 8px 0 0 0;
    color: #00aab5;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
}

.checkactive .colcheckbot {
    opacity: 1;
    visibility: visible;
}

.colcheckbot input {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0px;
    border: 0px;
    height: 16px;
    text-align: center;
    color: #000;
}

.checkactive .colcheckbot {
    color: #fff;
}

.cartnewtotal {
    padding: 60px 0 0 0;
}

.catnewtotlebot {
    float: left;
    text-align: center;
}

.cartnewtotprice,
.cartnewtax {
    font-size: 27px;
    color: #000;
    margin: 0 0 20px 0;
    text-align: left;
}

.cartnewtotprice #main_total span,
.cartnewtax #tax_total span,
.cartnewtotprice #tax_total_sum span, .cbotlprice span.fontbit-credit {
    color: #00aab5;
    font-family: 'Fontbit Logo icon';
    font-size: 44px;
}

.catnewtotbut {
    width: 285px;
    float: left;
}

.catnewtotbut a {
    display: block;
    padding: 0 50px;
    line-height: 62px;
    background: #f30516;
    font-size: 27px;
    color: #ffffff;
}

.newemptycart {
    color: #00aab5;
    font-size: 30px;
    padding: 44px 0 0 0;
}

p.cart-empty.woocommerce-info {
    display: none;
}

p.return-to-shop {
    display: none;
}

.page.checkoutnewpage {
    display: block;
    width: 100%;
}

.newcheckoutwrap {
    max-width: 1545px;
    margin: 0 auto;
}

/*.checkoutmidnew {padding:50px 0 0 0;}*/
.checkoutnewmain {
    padding: 87px 0;
}

.checknewright {
    float: right;
    width: 36.4%;
}

.checknewright h3 {
    color: #000 !important;
    font-weight: bold !important;
    margin: 0 0 13px 0;
    padding: 0px;
    font-size: 18px;
}

.checknewright p.form-row {
    margin: 0 0 20px 0;
    padding: 0px;
    width: 100%;
    display: block;
}

.checknewright p.form-row label {
    display: block;
    width: 100%;
    margin: 0px 0 5px 0;
    font-weight: bold !important;
    color: #000 !important;
    font-size: 14px !important;
    padding: 0px;
}

.checknewright p.form-row label abbr.required {
    color: red;
    font-weight: 700;
    border: 0 !important;
    text-decoration: none;
}

.checknewright p.form-row input,
.checknewright p.form-row select {
    display: block;
    width: 100% !important;
    height: 43px !important;
    border: 2px solid #00aab5 !important;
    padding: 0 10px !important;
    color: #000 !important;
}

.checknewright p.form-row.form-row-first {
    width: 45%;
    float: right;
}

.checknewright p.form-row.form-row-last {
    width: 45%;
    float: left;
}

.checknewright p.form-row.form-row-wide {
    clear: both;
}

.checknewright p.form-row.address-field1 {
    margin: 0px;
}

.checknewright p.form-row.address-field1 input {
    border-bottom: 0px;
}

.checknewright p.form-row.address-field2 input {
    height: 53px;
}

.checknewright p.orderfield textarea {
    display: block;
    width: 100%;
    border: 2px solid #00aab5;
    padding: 10px;
    color: #000;
    height: 85px;
}

.checknewleft {
    float: left;
    width: 63.6%;
    padding: 0 52px 0 0;
}

.checknlone {
    float: right;
    width: 56.8%;
}

.checknlone h3 {
    color: #000 !important;
    font-weight: bold !important;
    margin: 0 0 13px 0;
    padding: 0px;
    font-size: 18px;
}

.cnewltthmain {
    font-size: 0px;
}

.cnewtableth {
    display: inline-block;
    vertical-align: top;
    color: #00aab5;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 6px !important;
}

.cnewtableth1,
.cnewtablerdiv1 {
    width: 40.2%;
    padding: 0 22px 0 20px;
}

.cnewtableth2,
.cnewtablerdiv2 {
    width: 37%;
    padding: 0 0 0 10px;
}

.cnewtableth3,
.cnewtablerdiv3 {
    width: 22.8%;
    padding: 0 0 0 10px;
}

.cnewtablerowmain {
    border: 2px solid #ced0d1;
}

.cnewtablerow {
    border-bottom: 2px solid #ced0d1;
    font-size: 0px;
}

.cnewtablerdiv {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.cnewtablerdiv.cnewtablerdiv3 span.fontbit-credit {
    font-family: 'Fontbit Logo icon';
    font-size: 26px;
    font-weight: normal;
    line-height: 15px;
}



.checknlonebot {
    padding: 19px 0 0 0px
        /*31px*/
    ;
}
.thank-you-inner .checknlonebot {
    float: right;
    margin-bottom: 20px;
}

.checknlonebotin {
    float: left;
}

.checknbottotal {
    float: right;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    padding-left: 10px;
}

.checknbottotal span {
    display: block;
    font-size: 12px;
}

.checknbotprice {
    float: right;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.checknbotprice span.fontbit-credit {
    font-family: 'Fontbit Logo icon';
    font-size: 34px;
    font-weight: normal;
    line-height: 18px;
}

.checknltwo {
    float: left;
    width: 37.7%;
}

.checknltwo h3 {
    color: #000 !important;
    font-weight: bold !important;
    margin: 0 0 26px 0;
    padding: 0px;
    font-size: 18px;
}

.checknltwotop {
    background: #d6eef1;
    padding: 29px 29px 26px 29px;
}

.checknltwotop input {
    margin: 0px !important;
    display: inline-block;
    vertical-align: top;
}

.checknltwotop label {
    margin: 0px 4px 0 0 !important;
}

.checknltwotop ul li {
    margin: 0 0 25px 0;
}

.checknltwotop ul li:last-child {
    margin: 0px;
}

.checknlerror1 {
    padding: 5px 50px 0 0;
    position: relative;
    font-size: 13px;
    line-height: 1.3;
    color: #f00;
    font-weight: bold;
}

.checknlerror1 a {
    color: #f00;
}

.checknlerror2 {
    padding: 25px 0 0 0;
}

.ninfoimg {
    float: right;
    width: 43px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.ninfoimg img {
    max-width: 100%;
    width: 100%;
    display: block;
    margin: 0 !important;
}

.ninfotext {
    float: right;
    width: calc(100% - 43px);
    padding: 2px 9px 0 0;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
}

.ninfotext p {
    color: #f00;
    margin: 0px 0 6px 0;
}

.ninfotext a,
.ninfotext p a {
    color: #f00;
}

.checknlbotbut {
    padding: 22px 0 0 0;
}

.checknlbotbut a {
    display: block;
    line-height: 38px;
    border: 2px solid #f00;
    text-align: center;
    padding: 0 15px;
    font-size: 18px;
    color: #f00;
    font-weight: bold;
}

.checknlbotbut a span {
    font-family: 'Fontbit Logo icon';
    font-size: 32px;
    font-weight: normal;
}

.er2top {
    font-size: 18px;
    color: #f00;
}

.er2top span {
    font-size: 13px;
    font-weight: bold;
    display: block;
    margin: 5px 0 0 0;
}

.newbotbutchkout {
    padding: 42px 0 0 0;
}

.newbotbutchkout a {
    display: block;
    line-height: 82px;
    color: #fff;
    font-size: 32px;
    padding: 0 20px;
    background: #00aab5;
    text-align: center;
}

.hcartnewdiv {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 13px;
    font-family: 'FbCoherentiSansEnHeb-Medium';
}

.hcartnewdiv span.leftch,
.hcartnewdiv span.lonou {
    display: inline-block;
    font-family: 'FbCoherentiSansEnHeb-Regular';
}

.hcartnewdiv span.lonou,
.hcartnewdiv span.lonou a {
    color: #d73537;
}

.hcartnewdiv span.leftch {
    opacity: 0.7;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    display: none;
}

.sign_block .sep.sep1 {
    display: inline-block;
    background: #fff;
    transform: rotate(24deg);
    -webkit-transform: rotate(24deg);
}

/*.checkoutnewpage .hcartnewdiv {display:inline-block; vertical-align:top; }
.checkoutnewpage .sign_block .sep.sep1 {display:inline-block; background:#fff; transform:rotate(24deg); -webkit-transform:rotate(24deg);}*/
.page-template-page-wishlist .left_header,
.page-template-page-wishlist .left_page {
    display: none;
}

.page-template-page-wishlist .page {
    display: block;
    width: 100%;
}

.page-template-page-wishlist .right_page {
    width: 100%;
}

.page-template-page-wishlist.page {
    width: 100%;
    display: block;
}

.page-template-page-wishlist footer.footer.container {
    width: 100% !important;
}

.tinv-wishlist .product-thumbnail {
    display: none !important;
}

.tinv-wishlist .product-action .button {
    background: #00a9b4 !important;
}

.tinv-wishlist .product-name {
    font-size: 18px;
    color: #000;
}

.tinv-wishlist .product-name a {
    color: #000;
}

.tinv-wishlist .tinv-prev i,
.tinv-wishlist .tinv-next i {
    position: relative;
    top: 2px;
}

.tinv-wishlist .tinv-wishlist-clear .button.tinv-prev {
    margin-right: 0 !important;
}

.tinv-wishlist .tinv-wishlist-clear a {
    background: #00a9b4 !important;
    color: #fff !important;
    font-size: 18px;
}

.page-id-83 .left_page {
    display: none;
}

.checknewright p.form-row label.screen-reader-text {
    display: none;
}

.woocommerce-additional-fields h3 {
    display: none;
}

.woocommerce-checkout .checkoutnewmain .woocommerce-info {
    border: 0px;
    margin: 0 0 50px 0;
}

.checknewright p.form-row.address-field {
    position: relative;
}

.woocommerce-checkout .checknewright .select2-container--default .select2-selection--single {
    border: 2px solid #00aab5 !important;
    padding: 0 10px !important;
}

.woocommerce-checkout .checknewright .select2-container--default .select2-selection__rendered {
    padding-right: 0px;
    line-height: 41px !important;
}

.woocommerce-checkout .checknewright .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #00aab5 transparent transparent transparent;
}

.woocommerce-checkout .woocommerce form .checknewright p.form-row .input-text {
    border: 2px solid #00aab5 !important;
    color: #625e5a !important;
    font-size: 14px;
    line-height: 1 !important;
}

.woocommerce-checkout .select2-results__option {
    padding: 6px 10px;
}

.checknltwo .paymentin {
    background: none;
}

.checknltwo .paymentin .wc_payment_methods.payment_methods.methods {
    background: #d6eef1;
    padding: 29px 29px 24px 29px !important;
    border: 0px !important;
}

.paywith_credit,
.paywith_nis {
    background: #d6eef1;
    padding: 0px 29px 26px;
}

/* .woocommerce-checkout #payment div.payment_box {background:none !important; margin:0px; padding:0px; display:none !important;}
.woocommerce-checkout #payment div.payment_box::before {display:none !important;} */
.checknltwo .form-row.place-order {
    padding: 12px 0 0 0 !important;
    margin: 0px !important;
}

.checknltwo .form-row.place-order #place_order {
    display: block !important;
    color: #fff !important;
    font-size: 32px !important;
    padding: 0 20px !important;
    background: #00aab5 !important;
    text-align: center !important;
    float: none !important;
    height: 82px !important;
    width: 100%;
}

.checknlerror2 {
    font-size: 18px;
    color: #f00;
}

.checknlerror2 strong {
    font-size: 13px;
    font-weight: bold;
    display: block;
    margin: 5px 0 0 0;
}

.paywith_nis {
    padding-top: 25px;
}

.paywith_top {
    float: right;
    padding-left: 10px;
}

.paywith_top .checknlerror2 {
    font-size: 14px;
    padding: 0px;
    font-weight: bold;
}

.paywith_top .checknlbotbut {
    font-size: 14px;
    color: #F00;
    padding: 0px;
    font-weight: bold;
}

.paywith_top .checknlbotbut span {
    font-family: 'Fontbit Logo icon';
    font-size: 26px;
    font-weight: normal;
}

.paytoptildicon {
    float: right;
    color: #F00;
    font-size: 40px;
    font-weight: bold;
}

.paywithpiencle {
    width: 100%;
    background: #F00;
    color: #FFF !important;
    font-size: 20px;
    padding-right: 22px;
    lin-height: 48px;
    margin-top: 26px;
    display: block;
}

.paywithpiencle span {
    font-family: 'Fontbit Logo icon';
    font-size: 40px;
    font-weight: normal;
}

.payment_method_payme span.payme-enclosed-method-icon {
    margin-right: 3px;
    line-height: 16px;
    vertical-align: top;
}

.payment_method_payme span.payme-enclosed-method-icon img {
    margin-right: 0px !important;
    height: 15px !important;
}

.payment_method_paymebit span.paymebit-enclosed-method-icon {
    margin-right: 0px;
    line-height: 20px;
    vertical-align: top;
}

.payment_method_paymebit span.paymebit-enclosed-method-icon img {
    margin-right: 0px !important;
    height: 20px !important;
}

.agreedcheck {
    padding-top: 60px;
    position: relative;
}

.agreedcheck input {
    width: 12px;
    height: 12px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #000;
    top: 2px;
}

.agreedcheck input[type="checkbox"]:focus {
    outline: none;
}

.agreedcheck input[type="checkbox"]:checked::before {
    background: url(../img/check_n_w1.png);
    right: -2px;
    width: 14px;
    height: 12px;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
}

.agreedcheck span {
    display: inline-block;
    padding-right: 10px;
    font-family: inherit;
    font-weight: bold;
    color: #000;
    font-size: 14px;
}

.projspopup2 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.projspopupbg2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
}

.projspopuptable2 {
    display: table;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.projspopuptablein2 {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.projspopupdiv2 {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 53px;
}

.checkoutcon {
    padding-left: 10px;
}

.projpopclose2 {
    position: absolute;
    top: -30px;
    right: 0px;
    width: 24px;
}

.projpopclose2 a {
    display: block;
}

.checkoutterm {
    max-width: 1280px;
    margin: 0 auto;
    max-height: 65vh;
    overflow: auto;
}

.checkoutterm::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.5);
    background-color: #CCC;
}

.checkoutterm::-webkit-scrollbar {
    width: 6px;
    background-color: #CCC;
}

.checkoutterm::-webkit-scrollbar-thumb {
    background-color: #00aab5;
}

.checkoutcon p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

.checkoutcon ul li,
.checkoutcon ol li {
    font-size: 14px;
    line-height: 18px;
}

.checkoutcon ul,
.checkoutcon ol {
    padding-right: 15px;
    margin-bottom: 10px;
}

.checkoutcon h2 {
    font-size: 24px;
    margin-bottom: 10px
}

.checkoutcon h3 {
    font-size: 22px;
    margin-bottom: 10px
}

.checkoutcon h4 {
    font-size: 20px;
    margin-bottom: 10px
}

.checkoutcon h5 {
    font-size: 18px;
    margin-bottom: 10px
}

/*.agreedcheck:after {content: '↙';position: absolute;top: -0.1em;right: -0.9em;color: #e43;font-size: 30px}
@media (min-width:641px) {
.agreedcheck:after {-webkit-animation: diagnalBounce 2s infinite;animation: diagnalBounce 2s infinite}
}
@-webkit-keyframes diagnalBounce {
0%, 20%, 50%, 80%, to {-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}
40% {-webkit-transform:translateX(0.7em) translateY(-0.7em);transform:translateX(0.7em) translateY(-0.7em)}
60% {-webkit-transform:translateX(0.3em) translateY(-0.3em);transform:translateX(0.3em) translateY(-0.3em)}
}
@keyframes diagnalBounce {
0%, 20%, 50%, 80%, to {-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}
40% {-webkit-transform:translateX(0.7em) translateY(-0.7em);transform:translateX(0.7em) translateY(-0.7em)}
60% {-webkit-transform:translateX(0.3em) translateY(-0.3em);transform:translateX(0.3em) translateY(-0.3em)}
}*/
.footer_wrapnew {
    max-width: 1112px;
    margin: 20px auto;
    padding: 0 0 10px 0;
}

.fnewtopright {
    float: right;
    width: calc(100% - 157px);
    padding: 0 0 0 27px;
}

.fmenunew {
    float: right;
    width: 18.7%;
    padding: 0 0 0 20px;
}

.fmenunew h4 {
    font-size: 16px;
    color: #7a7773;
    line-height: 1;
    margin: 0 0 22px 0;
    font-weight: bold !important;
}

.rebg .fmenunew h4 {
    color: #fff;
}

.fmenunew ul {
    display: block;
    margin: 0px;
    padding: 0px;
}

.fmenunew ul li {
    display: block;
    padding: 0px;
    margin: 0 0 8px 0;
}

.fmenunew ul li:last-child {
    margin: 0px;
}

.fmenunew ul li a {
    font-family: 'FbCoherentiSansEnHeb-Regular';
    color: #7a7773;
    font-size: 14px;
}

.fmenunew ul li a:hover,
.fmenunew ul li a:focus {
    outline: none;
    color: #00a9b4 !important;
}

.rebg .fmenunew ul li a {
    color: #fff;
}

.fnewtopleft {
    float: left;
    width: 157px;
}

.fnewtopleft h4 {
    font-size: 16px;
    color: #7a7773;
    line-height: 1;
    margin: 0 0 22px 0;
}

.rebg .fnewtopleft h4 {
    color: #fff;
}

.fnewtpleftbut a {
    display: block !important;
    width: 100%;
    line-height: 29px;
    border: 2px solid #00a9b4;
    text-align: center;
    padding: 0 10px;
    color: #00a9b4;
    font-family: 'FbCoherentiSansEnHeb-Regular';
    font-size: 16px;
    margin: 0 0 14px 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.fnewtpleftbut a:hover,
.fnewtpleftbut a:focus {
    background: #00a9b4;
    color: #fff;
    outline: none;
}

.fnewtlbot {
    padding: 14px 0 0 0;
}

.fnewtlbot p {
    color: #7a7773;
    font-size: 14px;
}

.rebg .fnewtlbot p,
.rebg .fnewtlbot p a {
    color: #fff;
}

.fnewtlbot p a {
    color: #7a7773;
    font-weight: bold;
}

.fnewtlbot p a:hover,
.fnewtlbot p a:focus {
    color: #00a9b4;
    outline: none;
}

.footernewbot {
    position: relative;
}

.fnewbotleft {
    float: left;
    width: 157px;
    direction: ltr;
}

.fnewbotleft img {
    display: block;
    margin: 0 0 18px 0;
    width: auto;
    height: auto;
}

.fnewbotleft img:last-child {
    margin: 0px;
}

.fnewbotright {
    position: absolute;
    bottom: 4px;
    right: 0px;
    width: calc(100% - 157px);
    padding: 0 0 0 27px;
}

.fnewbotright p {
    font-size: 13.5px;
    color: #7a7773;
    margin: 0px;
    line-height: 1.4;
    display: block;
}

.rebg .fnewbotright p {
    color: #fff;
}

/*---- Licience Term ------*/
.comheadingtop {
    border-bottom: 3px solid #75cdd4;
    padding: 0 0 10px 0;
    margin-bottom: 60px;
}

.comheadingtop h2 {
    font-size: 20px;
    color: #00aab5;
    margin: 0px;
    padding: 0px;
    font-family: 'FbCoherentiSansEnHeb-Regular' !important;
    font-weight: bold !important;
}

.comnewliwrap {
    max-width: 1200px;
}

.comtopcontent {
    padding-bottom: 30px;
}

.comtopcontent h3 {
    font-size: 22px;
    color: #00aab5;
    margin: 0px;
    padding: 0px 0px 20px 0px;
    font-family: 'FbCoherentiSansEnHeb-Regular' !important;
    font-weight: normal !important;
}

.comtopcontent p {
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 20px;
}

.comtermpag ul.compolist_n {
    padding: 0px;
    margin: 0px -40px;
    font-size: 0px;
}

.comtermpag ul.compolist_n li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0px 40px 30px 40px;
}

.comtermpag ul.compolist_n li h3 {
    font-size: 22px;
    color: #00aab5;
    margin: 0px;
    padding: 0px 0px 20px 0px;
    font-family: 'FbCoherentiSansEnHeb-Regular' !important;
    font-weight: normal !important;
}

.comtermpag ul.compolist_n li p {
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 20px;
}

.backtopurchase a {
    height: 49px;
    line-height: 49px;
    border: none;
    font-size: 22px;
    background: #00aab5;
    color: #FFF;
    font-family: 'FbCoherentiSansEnHeb-Medium';
    margin: 50px 0px 0px 0px;
    padding: 0px 30px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    display: inline-block;
}

.backtopurchase a:hover {
    background: #686868;
}

.comtermpag_pri ul {
    padding: 0px;
    margin: 0px -20px;
    font-size: 0px;
    width: 50%;
}

.comtermpag_pri ul.compolist_priceright {
    float: right;
}

.comtermpag_pri ul.compolist_priceleft {
    float: left;
}

.comtermpag_pri ul.compolist_priceright li {
    padding-bottom: 13px;
}

.comtermpag_pri ul li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0px 20px 30px 20px;
}

.comtermpag_pri ul li h3 {
    font-size: 22px;
    color: #00aab5;
    margin: 0px;
    padding: 0px 0px 20px 0px;
    font-family: 'FbCoherentiSansEnHeb-Regular' !important;
    font-weight: normal !important;
}

.comtermpag_pri ul li h3 .newclred {
    font-family: 'Fontbit Logo icon';
    font-size: 36px;
}

.comtermpag_pri ul li p {
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 20px;
}

.comtermpag_pri ul li p span {
    color: #F00;
}

.bottomtext p {
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 20px;
}

/*---- New Cedit Page----------*/
.comheadingtop.credittop {
    margin-bottom: 30px;
}

.creditnwrap {
    max-width: 1300px;
    margin: 0px auto;
}

.topcredibuy {
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 20px;
}

.creditnwrap ul.creditlinew {
    margin: 0px;
    padding: 0px;
}

.creditnwrap ul.creditlinew li {
    border-bottom: 3px dashed #75cdd4;
    padding: 35px 0px;
}

.creditnwrap ul.creditlinew li:last-child {
    border-bottom: none;
}

.creditnwrap ul.creditlinew li .creditbox {
    display: table;
    height: 100%;
    width: 100%;
}

.creditnwrap ul.creditlinew li .creditbox .creditcol {
    display: table-cell;
    vertical-align: middle;
}

.creditnwrap ul.creditlinew li .creditbox .creditcol.creditcol1 {
    width: 28%;
}

.creditnwrap ul.creditlinew li .creditbox .creditcol.creditcol2 {
    width: 16%;
}

.creditnwrap ul.creditlinew li .creditbox .creditcol.creditcol3 {
    width: 43%;
}

.creditnwrap ul.creditlinew li .creditbox .creditcol.creditcol4 {
    width: calc(100% - 87%);
}

.creditnwrap ul.creditlinew li .creditbox .creditcol.creditcol1 {
    font-size: 26px;
    color: #000;
    line-height: 30px;
}

.creditnwrap ul.creditlinew li .creditbox .creditcol.creditcol1 span {
    font-family: 'Fontbit Logo icon';
    font-size: 40px;
    color: #00aab5
}

.creditnwrap ul.creditlinew li .creditbox .creditcol.creditcol2 {
    font-size: 20px;
    color: #F00;
    line-height: 22px;
}

.creditnwrap ul.creditlinew li .creditbox .creditcol.creditcol3 {
    font-size: 16px;
    color: #F00;
    line-height: 18px;
}

.creditnwrap ul.creditlinew li .creditbox .creditcol.creditcol3 .credeextr {
    display: inline-block;
    color: #000;
}

.creditnwrap ul.creditlinew li .creditbox .creditcol.creditcol4 a {
    height: 49px;
    line-height: 49px;
    border: none;
    font-size: 22px;
    background: #00aab5;
    color: #FFF;
    font-family: 'FbCoherentiSansEnHeb-Medium';
    margin: 0px;
    padding: 0px 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    display: block;
    text-align: center;
}

.creditnwrap ul.creditlinew li .creditbox .creditcol.creditcol4 a:hover {
    background: #686868;
}

.buycreditbutton {
    text-align: center;
    width: 500px;
    margin: 50px auto 0px auto;
}

.buycreditbutton a {
    height: 49px;
    line-height: 49px;
    border: none;
    font-size: 22px;
    background: #00aab5;
    color: #FFF;
    font-family: 'FbCoherentiSansEnHeb-Medium';
    margin: 0px;
    padding: 0px 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    display: block;
    text-align: center;
}

.buycreditbutton a:hover {
    background: #686868;
}

/*---cartnew design----------------------*/
.ctabpopup,
.ctabpopup2,
.ctabpopup3 {
    position: absolute;
    width: 343px;
    right: -105px;
    top: 65px;
    border: 2px solid #75cdd4;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 24px 25px 15px 25px;
    z-index: 1;
    background: #fff;
}

.whitearrow {
    position: absolute;
    top: -16px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 24px;
}

.ctabpffield,
.ctabpffield2,
.ctabpffield3 {
    margin: 0 0 9px 0;
}

.ctabpffield input,
.ctabpffield2 input,
.ctabpffield3 input {
    display: block;
    width: 100%;
    border: 2px solid #75cdd4;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    height: 24px;
    background: none;
    padding: 0 8px;
    color: #00aab5;
    font-size: 14px;
}

.ctabpfsel {
    margin: 0 0 14px 0;
}

.ctabpfsel select {
    display: block;
    width: 100%;
    border: 2px solid #75cdd4;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    height: 24px;
    background: none;
    padding: 0 8px 0 28px;
    color: #231f20;
    font-size: 14px;
    background: url(../img/pelnewbg.jpg) no-repeat 10px center;
    appearance: none;
    -webkit-appearance: none;
}

.ctabpfsub,
.ctabpfsub2,
.ctabpfsub3 {
    text-align: center;
}

.ctabpfsub input,
.ctabpfsub2 input,
.ctabpfsub3 input {
    display: inline-block;
    width: auto;
    line-height: 29px;
    border: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 0 20px;
    margin: 0px 3px;
    color: #fff;
    font-size: 15px;
    background: #00aab5;
}

.ctabpfsub.disable input,
.ctabpfsub2.disable input,
.ctabpfsub3.disable input {
    background: #c9e9ed;
}

.ctabpffield .webaddd input {
    width: calc(100% - 25px);
    display: inline-block;
    vertical-align: top;
    opacity: 1;
}

.ctabpffield .webaddd input.licblur {
    opacity: 0.2;
}

.ctabpffield .webaddd .plico {
    font-family: 'Fontbit Logo new1';
    font-size: 20px;
    color: #00aab5;
    display: inline-block;
    padding-right: 5px;
    padding-top: 3px;
    vertical-align: top;
    cursor: pointer;
}

.ctabpffield .webaddd .minco {
    font-family: 'Fontbit Logo new1';
    font-size: 20px;
    color: #00aab5;
    display: inline-block;
    padding-right: 5px;
    padding-top: 5px;
    vertical-align: top;
    cursor: pointer;
}

.ctabpffield .webaddd .minco.hide,
.ctabpffield .webaddd .minco.plico {
    display: none;
}

a.clostabpop {
    position: absolute;
    top: 5px;
    right: 10px;
}

a.clostabpop img {
    width: 14px;
}

.ctbpop3txt {
    text-align: center;
    padding-bottom: 10px;
}

.ctbpop3txt p {
    font-size: 11px;
    line-height: 150%;
    color: #00aab5;
    margin: 0px;
}

.ctbpop3txt p span {
    font-size: 14px;
    display: block;
}

.ctbpop3numb {
    font-size: 15px;
    color: #00aab5;
}

.ctabpffield input::-webkit-input-placeholder,
.ctabpffield2 input::-webkit-input-placeholder,
.ctabpffield3 input::-webkit-input-placeholder {
    color: #00aab5;
}

.ctabpffield input:-moz-placeholder,
.ctabpffield2 input:-moz-placeholder,
.ctabpffield3 input:-moz-placeholder {
    color: #00aab5;
    opacity: 1;
}

.ctabpffield input::-moz-placeholder,
.ctabpffield2 input::-moz-placeholder,
.ctabpffield3 input::-moz-placeholder {
    color: #00aab5;
    opacity: 1;
}

.ctabpffield input:-ms-input-placeholder,
.ctabpffield2 input:-ms-input-placeholder,
.ctabpffield3 input:-ms-input-placeholder {
    color: #00aab5
}

.woocommerce-order .woocommerce-thankyou-order-received {
    margin-top: 30px;
}

.ctabpopup .err {
    border-color: #f00;
}

.lictext {
    display: block;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    padding-top: 10px;
}

.lictext a {
    color: #FFF;
    text-decoration: underline;
}

.lictext a:hover,
.lictext a:focus {
    text-decoration: none;
}

/*-----------Order Thankyou-------------*/
.order-thank-you {
    max-width: 700px;
    margin: 40px auto 0 auto;
    border: 2px solid #75cdd4;
    padding: 20px;
    background: #FFF;
}

.order-thank-you .steps ul {
    display: block;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 0px;
}

.order-thank-you .steps ul li {
    display: inline-block;
    margin: 0px;
    padding: 0px 5px;
    vertical-align: top;
    margin: 0 0 20px 0;
    width: 40%;
}

.order-thank-you .thankyounew {
    display: block;
    background: none;
    color: #000000;
    cursor: default;
    line-height: normal;
    font-size: 24px;
    padding: 0px;
    font-family: 'FbCoherentiSansEnHeb-Medium';
    height: auto;
    text-align: center;
}

.order-thank-you .steps ul li a {
    height: 49px;
    border: none;
    font-size: 22px;
    background: #00aab5;
    color: #FFF;
    font-family: 'FbCoherentiSansEnHeb-Medium';
    margin: 0px;
    padding: 13px 15px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    display: block;
}

.order-thank-you .steps ul li a:hover {
    background: #686868;
}

.order-thank-you .steps ul li:last-child a {
    display: inline-block;
    background: none;
    color: #000000;
    cursor: default;
    line-height: normal;
    font-size: 24px;
    padding: 0px;
    font-family: 'FbCoherentiSansEnHeb-Medium';
    height: auto;
}

.thank-you-inner p {
    color: #00aab5;
    font-size: 18px;
}

.thank-you-inner .thankmsg_addcart {
    padding: 30px;
    font-size: 18px;
    border: 1px solid #ddd;
    margin: 20px 0;
    line-height: 24px;
    text-align: center;
}

.thank-you-inner .thankmsg_addcart p {
    color: #000000;
}

.woocommerce .thank-you-inner ul.order_details {
    margin: 0px;
    padding: 0px;
    background: none;
    display: block;
}

.woocommerce .thank-you-inner ul.order_details li,
.checkoutp .woocommerce ul.order_details li {
    float: none;
    width: 100%;
    border: none;
    font-size: 18px;
    color: #000000;
}

.woocommerce .thank-you-inner ul.order_details li strong,
.checkoutp .woocommerce ul.order_details li strong {
    display: inline-block;
    font-size: 18px;
    color: #000000;
}

.woocommerce-checkout .checknlone_thankyou h3 {
    color: #00aab5 !important;
    font-family: 'FbCoherentiSansEnHeb-Medium' !important;
}
.checkoutnewmain .woocommerce ul.order_details {
    margin-top: 30px;
}

/*----Removeitem from cart list----*/
.removeitemlist_popup {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    padding: 40px 20px;
    overflow: auto;
}

.removeitemlisttable {
    display: table;
    width: 100%;
    height: 100%;
}

.removeitemlisttin {
    display: table-cell;
    vertical-align: middle;
}

.removeitemlisttext {
    position: relative;
    max-width: 450px;
    margin: 0 auto;
    background: #FFF;
}

.removebgbox {
    padding: 20px;
    border: 2px solid #00aab5;
    text-align: center;
}

.removebgbox p {
    font-size: 18px;
    color: #00aab5;
    display: block;
}

.removbutton {
    text-align: center;
    padding-top: 10px;
}

.removbutton a {
    display: inline-block;
    border: 1px solid #00aab5;
    color: #00aab5;
    font-size: 16px;
    padding: 5px 15px;
    margin: 0px 5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.removbutton a:hover {
    color: #FFF;
    background: #00aab5;
}

.nsetoggle,
.nsresult h5.sttwo {
    display: none;
}

.nsetoggle a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #999595;
    font-family: 'Fontbit Logo new1';
    font-size: 30px;
    color: #00aab5;
    text-align: center;
    line-height: 40px;
}

.popuptopmen {
    position: absolute;
    top: 170px;
    left: 0px;
    /*right: 0px;*/
    text-align: center;
    /*max-width: 90%;margin: 0px auto;*/
    z-index: 1;
    padding-left: 4.7%;
}

.popuptopmen p {
    padding: 0px 0px;
    margin: 0px;
    color: #e13750;
    font-family: 'FbCoherentiSansEnHeb-Medium';
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    display: block;
}

.popuptopmen .popuptopmen_in {
    background: url(../img/loginmessage.png) no-repeat;
    width: 475px;
    height: 35px;
    text-align: center;
    background-size: 100%;
}

.otherpostyype .left_page {
    display: none;
}

.otherpostyype .slideFontSize {
    position: relative;
}

.otherpostyype .slideFontSize textarea {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px 20px 0 0;
    border: 0px;
    color: #000000;
    margin: 0px;
    top: 0px;
    right: 0px;
    overflow: hidden;
    outline: none;
    resize: none;
}

.otherpostyype .slideFontSize textarea::-webkit-input-placeholder {
    color: #000;
}

.otherpostyype .slideFontSize textarea:-moz-placeholder {
    color: #000;
    opacity: 1;
}

.otherpostyype .slideFontSize textarea::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.otherpostyype .slideFontSize textarea:-ms-input-placeholder {
    color: #000;
}

.otherpostyype .slideFontSize textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}

.otherpostyype .slideFontSize textarea:focus:-moz-placeholder {
    opacity: 0;
}

.otherpostyype .slideFontSize textarea:focus::-moz-placeholder {
    opacity: 0;
}

.otherpostyype .slideFontSize textarea:focus:-ms-input-placeholder {
    opacity: 0;
}

.otherpostyype .product_item.productItemLoop .filter_wrapper .filter .range_block .range_title {
    font-size: 18px;
}

.otherpostyype .product_item.productItemLoop .filter_wrapper .filter .range_block .range_title span {
    font-size: 14px;
}

.otherpostyype .container {
    width: 100% !important;
    padding: 0px !important;
}

.otherpostyype .right_page {
    width: 100%;
}

.otherpostyype .innersinglepo {
    padding: 0px 150px;
}

.otherpostyype .right_page .catalog_list {
    margin-right: 0px;
}

.otherpostyype .catalog_list .product_item {
    padding-right: 0px;
    padding-left: 0px;
}

.otherpostyype .container.hii {
    padding: 0px !important;
}

.page-template-page-checkout.woocommerce-checkout #payment ul.payment_methods li input {
    display: inline-block !important;
}

.inner_content.error_content {
    min-height: 400px;
    text-align: center;
    display: table;
    width: 100%;
}

.inner_content.error_content .wrap {
    padding: 0px 15px;
    display: table-cell;
    vertical-align: middle;
}

.inner_content.error_content h1.notfound {
    font-size: 30px;
}

.inner_content.error_content .erbut {
    text-align: center;
    padding-top: 20px;
}

.inner_content.error_content .erbut a {
    height: 49px;
    border: none;
    font-size: 22px;
    background: #00aab5;
    color: #FFF;
    font-family: 'FbCoherentiSansEnHeb-Medium';
    margin: 0px;
    padding: 13px 15px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    display: inline-block;
}

.inner_content.error_content .erbut a:hover,
.inner_content.error_content .erbut a:focus {
    background: #686868;
}

/*--Special page---*/
.page.page-template-page-specials {
    display: block;
}

.contact_in.specical_img img {
    max-width: 700px;
    margin: 0px auto;
    display: block;
    width: 100%;
}

.proposalpopup {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: auto;
    direction: rtl;
    text-align: right;
    display: none;
    padding: 50px 0px;
}

.propopbg {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.propopupin {
    max-width: 450px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    display: table;
    vertical-align: middle;
    overflow: auto;
}

.propop_con {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.propimg {
    position: relative;
}

.propopclose {
    position: absolute;
    top: -24px;
    right: -24px;
}

.propimg a {
    display: block;
}

.propimg a img {
    width: auto;
    height: auto;
}







.single_topheadingbar .header_title ul {
    position: relative;
}