@media screen and (min-width: 320px) and (max-width: 479px) {

    .header-bottom.mobile,
    .mobile-slider,
    .mobile-product-info-slider {
        display: block;
    }

    .header-bottom.desktop,
    .desktop-slider,
    .homepage-product-slider-block,
    .side-icons,
    .desktop-product-info-slider {
        display: none;
    }


    .mobile_header-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }

    .mobile_header-wrap .navbar-toggler {
        border: 0;
        background: 0;
    }

    .mobile-menu {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        z-index: 100;
        right: 0;
        background: hsla(0, 0%, 100%, 0.75);
    }

    #logo img {
        max-width: 400px;
    }

    .entry.user,
    .entry.cart {
        display: inline-block;
        vertical-align: bottom;
        border-left: none;
        border-right: none;
        margin-left: -1px;
        padding: 15px 15px;
        font-size: 12px;
        color: #888;
        text-transform: uppercase;
        position: relative;
    }

    .cky-btn-revisit-wrapper {
        background: #0098BC !important
    }

    .cart-block,
    .sortby-filter {
        display: none;
    }

    .entry.cart:hover .cart-block {
        display: block;
        position: absolute;
        z-index: 10000;
        background: white;
        width: 300px;
        height: auto;
        top: 46px;
    }

    .entry img {
        display: block;
        margin: 0;
        width: 25%;
        min-width: 25px;
    }

    .entry.user a {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .entry.cart a {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .entry.shop a {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .entry a span,
    .entry.user {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito";
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 15px;
        text-transform: initial;
        margin-left: 5px;
    }



    .vc_row:not([data-vc-full-width="true"]) {
        width: 100%;
        margin: 0;
        padding: 0 16px;
    }

    .container.pagewrap {
        padding-top: 96px;
        min-height: 70vh;
        margin-bottom: 96px;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    /*    .container.pagewrap{padding-top:96px;min-height:70vh;margin-bottom:96px;}*/


    .header-bottom {
        box-shadow: none;
    }

    header {
        background: white;
    }

    header.main_header {
        box-shadow: 0px 2px 4px rgb(0 0 0 / 25%);
        height: 104px px;
        padding: 0 1px;
    }

    .header-right-icons {
        display: flex;
        align-items: center;
        justify-content: end;
    }



    footer {
        background: #12171C;
        position: relative;
    }

    footer .container {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .footer-bottom,
    .toggle-products-view {
        padding: 30px 0;
        display: none !important;
    }

    .product-preview-shortcode .sidebar {
        position: absolute;
        top: 95%;
        left: 20% !important;
        width: 100%;
        height: auto;
    }

    .product-preview-shortcode .sidebar .entry {
        width: 70px;
        display: inline-block;
        height: 70px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        border: 1px #eee solid;
        cursor: pointer;
        margin-bottom: 20px !important;
        transition: all .3s;
        -webkit-transition: all .3s;
    }


    .content-margins {
        position: relative;
        border-left: 0;
        border-right: 0;
    }

    .header-empty-space {
        height: 0;
    }

    .slider-wrapper {
        position: relative;
        margin-top: -75px;
    }

    .heading-small {
        opacity: 1;
        color: rgba(0, 152, 188, 1);
        font-family: "Nunito";
        font-size: 20px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 24px;
        margin-bottom: 12px;
        text-transform: initial;
    }

    .heading-large {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 24px;
        font-weight: 600 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 32px;
        text-transform: uppercase;
    }

    .heading-description {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito";
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
        margin-bottom: 0;
    }

    .slider-next-image .vc_column-inner {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right center;
    }

    .technical-detail {
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 20%;
        margin-top: -15px !important;
        padding-bottom: 50px !important;
    }

    .technical-detail .vc_column_container {
        width: 100%;
    }

    .homepage-product-slider-block {
        padding-top: 60px !important;
    }

    .faq-block-outer {
        margin-top: 60px !important;
        padding-bottom: 50px !important;
    }

    .vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /*.vc_row .vc_row{padding-left: 0 !important;
        padding-right: 0 !important;}*/
    .vc_row.product-slider,
    .vc_row.product-slider-heading,
    .vc_row.faq-block-heading,
    .vc_row.faq-block {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .feature-heading {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 20px;
        font-weight: 600 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 28px;
        margin-top: 25px;
    }

    .feature {
        width: 100%;
    }

    .feature-text {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 16px;
        font-weight: 600;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        width: 195px;
        line-height: 20px;
        padding: 10px 5px;
    }

    .feature-description {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
        padding: 10px 5px;
        vertical-align: middle;
    }

    .feature-text img {
        display: inline;
        vertical-align: middle;
    }

    .banner-cover {
        background-repeat: no-repeat;
        background-size: auto;
        background-position: top center;
        margin-bottom: 80px;
    }

    .banner-cover .vc_column_container {
        width: 100%;
    }

    .banner .vc_empty_space {
        height: 0 !important;
    }

    .banner .heading-small {
        opacity: 1;
        color: rgba(255, 255, 255, 1);
        font-family: "Nunito";
        font-size: 20px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left !important;
        line-height: 24px;
        margin-bottom: 15px !important;
    }

    .banner {
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        padding: 0 20px !important;    margin-top: 30px;
    }

    .banner .vc_column_container {
        width: 100%;
    }

    .banner .heading-large {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-size: 24px;
        font-family: "Bai Jamjuree" !important;
        font-weight: 600 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center !important;
        line-height: 32px;
        text-transform: initial;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .banner.banner-top .heading-large {
        text-align: left !important;
        text-transform: uppercase !important;
    }

    .banner .heading-description {
        opacity: 1;
        color: rgba(255, 255, 255, 1);
        font-family: "Nunito";
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left !important;
        line-height: 20px;
        margin-top: 30px;
    }

    .woocommerce-edit-address .button,
    .woocommerce-edit-account .button {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }

    .banner .vc_btn3-inline {
        display: block;
        text-align: left;
    }

    .banner .vc_btn3 {

        margin: 30px auto;
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }



    .product-slider .simple-article,
    .product-slider .h2,
    .product-slider .title-underline,
    .product-slider .icons.product {
        display: none;
    }

    .product-slider .slider-wrapper {
        position: relative;
        margin-top: 0px;
    }

    .product-slider .tab-menu.active {
        box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
        -webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
        background-color: transparent;
        box-shadow: none;
        opacity: 1;
        color: rgba(0, 152, 188, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 20px !important;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 36px;
    }

    .product-slider .tab-menu {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 36px;
    }

    .product-slider .tab-menu:hover {
        box-shadow: none;
        color: rgba(0, 152, 188, 1);
    }

    .product-slider .tabulation-toggle li {
        border: none;
    }

    .product-slider .product-shortcode.style-5.small {
        background: #F8F8F8;
        padding: 0;
        border: none;
    }

    .product-slider .product-shortcode.style-5.small:hover {
        border: 3px solid #0098BC !important;
        padding: 0;
    }


    .product-slider .swiper-slide {
        padding: 15px;
    }

    .product-slider .product-shortcode.style-5.small .preview-buttons .button {
        float: left;
        width: 100%;
        border-radius: 0;
        -webkit-border-radius: 0;
        margin: 0;
    }

    .product-slider .product-shortcode.style-5.small .preview {
        margin-bottom: 0;
    }

    .product-slider .slider-wrapper.side-borders:before,
    .product-slider .slider-wrapper.side-borders:after {
        display: none;
    }

    .faq-block {
        margin-top: 18px !important;
    }

    .faq-block .vc_toggle {
        margin-bottom: 10px;
        padding: 16px 16px;
        box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
        background: white;
    }

    .vc_toggle_size_md.vc_toggle_default .vc_toggle_content,
    .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
        padding-left: 0px !important;
    }

    .vc_toggle_active>.vc_toggle_title>h2 {
        font-weight: 700 !important;
    }


    .faq-block .vc_toggle_title h2 {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito" !important;
        font-size: 16px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
    }

    .faq-block .vc_toggle_content p {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito" !important;
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
    }

    .faq-block button {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-family: "Nunito";
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        text-transform: uppercase;
        background: rgb(0, 152, 188) !important;
        border: none !important;
        margin: 30px auto;
        display: block;
    }

    .faq-block .vc_btn3-inline {
        display: block;
        text-align: center;
    }


    .footer-tab-header {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        margin-bottom: 25px;
        font-family: "Bai Jamjuree" !important;
        font-size: 20px;
        font-weight: 600;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 34px;
        text-transform: uppercase;
    }

    .footer-logo {
        height: 30px;
        margin: 0;
        display: block;
        margin-bottom: 10px;
    }

    .logo-content {
        opacity: 1;
        font-family: "Nunito";
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        color: rgba(255, 255, 255, .5);
        font-size: 14px;
    }

    .company-name {
        opacity: 1;
        font-family: "Nunito";
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        color: rgba(255, 255, 255);
        font-size: 16px;
    }

    .company-address {
        opacity: 1;
        font-family: "Nunito";
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        color: rgba(255, 255, 255);
        font-size: 14px;
        margin-bottom: 5px !important;
    }

    .company-address a {
        color: rgba(255, 255, 255);
    }

    .footer-menu-item li {
        text-align: left;
    }

    .footer-menu-item li a {
        opacity: 1;
        font-family: "Nunito";
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        color: rgba(255, 255, 255) !important;
        font-size: 14px;
        text-transform: initial !important;
        font-size: 14px !important;
    }

    .breadcrumbs {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito";
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
        text-transform: uppercase;
    }

    .blog_widgets .h4 {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree";
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 36px;
    }

    .categories-menu li a {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito";
        font-size: 16px;
        font-weight: 300;
        /* font-style: normal; */
        letter-spacing: 0px;
        text-align: left;
        padding: 3px 0px;
        /* line-height: 20px; */
        text-transform: initial;
    }

    .ui-slider-range {
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #0098bc;
    }

    .ui-slider-handle {
        width: 12px;
        height: 12px;
        background: #fff;
        position: absolute;
        top: -3px;
        cursor: pointer;
        border: 3px #0098bc solid;
        border-radius: 2px;
        -webkit-border-radius: 2px;
    }

    .button.style-3 {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px !important;
        min-width: 200px !important;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }

    .single-line-form .button.style-3 {
        width: 175px !important;
        min-width: 175px !important;
    }

    .button.size-2.style-2.updatecart-btn {
        margin-bottom: 15px;
    }


    .checkbox-entry span {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito";
        font-size: 16px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
        text-transform: initial;
    }

    .widget-tag-product-cloud.blog_widgets,
    .footer-form-block {
        display: none;
    }

    .single-product .swiper-swiper-unique-id-2 .swiper-slide {
        width: 34% !important;
    }

    .product-shortcode.style-1 .title {
        text-align: center;
    }

    .product-shortcode.style-1 .title a {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree";
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 24px;
    }

    .product-shortcode.style-1 .price {
        text-align: center;
    }

    .product-shortcode.style-1 .price .color {
        opacity: 1;
        color: rgba(0, 152, 188, 1);
        font-family: "Bai Jamjuree";
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 24px;
        text-transform: uppercase;
    }

    .product-shortcode.style-1 .color-selection+* {
        margin-right: 0;
    }

    .products-wrapper .product-shortcode.style-1 {
        /*     background: #F8F8F8;     */
        margin: 0px;
        border-radius: 8px;
        border: 3px #f6f6f6 solid;
    }

    .product-shortcode.style-1 .preview-buttons,
    .product-shortcode.style-7 .preview-buttons {
        position: absolute;
        left: 50%;
        margin-left: -100px;
        top: 0;
        width: 200px;
        height: 100%;
        text-align: center;
        transition: all .3s;
        -webkit-transition: all .3s;
        background: none;
        opacity: 0;
    }

    .product-shortcode.style-1 {
        border-radius: 8px;
        border: 3px #f6f6f6 solid;
    }

    .product-shortcode.style-1:hover {
        border: 3px solid rgba(0, 152, 188, 1) !important;
    }

    .product-cat-name {
        opacity: 1;
        color: rgba(0, 152, 188, 1) !important;
        font-family: "Nunito";
        font-size: 20px !important;
        font-weight: 400 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 24px;
    }

    .product-cat-name a {
        color: rgba(0, 152, 188, 1) !important;
    }

    .product-name {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 24px !important;
        font-weight: 600 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 1;
        text-transform: uppercase;
    }

    .product_single_price {
        opacity: 1;

        font-family: "Bai Jamjuree";
        font-size: 24px !important;
        font-weight: 600;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 32px;
        text-transform: uppercase;
    }

    .product_single_price span {
        color: rgba(0, 152, 188, 1);
    }

    .product-description {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito";
        font-size: 16px !important;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
    }

    input[name="update_cart"] {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }

    .button.style-2 {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px !important;
        min-width: 200px !important;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }

    /* .tabs-block,#swiper-unique-id-2{display:none;} */

    .woocommerce-checkout .content-inner .woocommerce {
        margin-top: 50px;
    }

    .faq-button a {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }

    .h4.shop-title {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree";
        font-size: 24px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 32px;
        text-transform: uppercase;
    }

    .breadcrumbs a {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito" !important;
        font-size: 16px !important;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
        text-transform: uppercase;
    }

    .result-count {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito";
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
    }

    .sortby-filter {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito-Light";
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: right;
        line-height: 20px;
    }

    .wpmc-tabs-wrapper .wpmc-tab-item:before {
        border-bottom-color: black !important;
        width: 100px;
        display: none;
    }

    .wpmc-tabs-wrapper .wpmc-tab-item:after {

        width: 100px;
        display: block;
        content: "";
        border-bottom: 2px solid black;
        height: 0;
        position: absolute;
        top: 0;

        right: 0;
        -webkit-transition: border-color .3s;
        -o-transition: border-color .3s;
        transition: border-color .3s;
        display: none;
    }

    .wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-number {
        border-color: #0098BC;
        background: #0098BC;
        color: #0098BC;
        box-shadow: none;
    }

    .wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number {
        border-color: #bcbcbc;
        background: #bcbcbc;
        color: #bcbcbc;
        box-shadow: none;
    }

    .wpmc-tabs-list li:first-child:before,
    .wpmc-tabs-list li:last-child:after {
        content: none;
    }


    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="checkbox"],
    input[type="password"],
    .select2-selection__rendered,
    textarea {
        border-radius: 8px !important;
        opacity: 1;
        background-color: rgba(248, 248, 248, 1) !important;
    }

    .select2-selection__rendered {
        padding: 10px 30px !important;
        color: #888;
    }

    .select2-selection.select2-selection--single {
        border: none;
        margin-bottom: 20px;
    }

    #wpmc-back-to-cart,
    #wpmc-prev,
    #wpmc-next {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
        margin: 8px 0;
        width: 100%;
    }

    .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1.col-md-4 {
        padding: 0;
    }


    .button:before {
        content: none;
    }

    #place_order {
        margin: 0 auto;
        display: block;
        text-transform: uppercase;
        position: absolute;
        right: 0;
        bottom: 0px;
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
        width: 100%;
    }

    .wc-gzd-order-submit {
        height: 50px;
    }

    .cart-table td:before {
        content: attr(data-title);
        color: #343434;
        font-weight: 600;
        font-family: 'Bai Jamjuree';
        text-transform: uppercase;
        font-size: 13px;
        line-height: 19px;
        width: 100px;
        padding-right: 10px;
        position: initial;
        left: 0;
        top: 24px;

    }

    .cart-table td {
        text-align: left !important;
        padding: 10px 0 10px 0px !important;
        width: auto !important;
        position: relative;
    }

    #legal {
        position: initial;
        width: 20px;
        vertical-align: sub;
        margin: 0;
    }

    .woocommerce-shipping-calculator {
        display: none !important;
    }

    .shop_table.cart-table th {
        background: #0098bc;
        font-weight: 700;
        font-family: "Bai Jamjuree";
        font-size: 13px;
        line-height: 18px;
        color: #fff;
        height: 70px;
        vertical-align: middle;
        padding: 0;
        text-align: center !important;
        text-transform: uppercase;
    }

    .shop_table.cart-table .product-name a {
        font-size: 14px
    }

    .shop_table.cart-table .product-name .h6,
    .search-txt {
        display: none !important;
    }

    .search span {
        text-align: left;
    }



    ul.tabulation-toggle {
        display: none;
    }

    .main_header.scrolled {
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    }

    /* .wpmc-step-shipping .woocommerce-checkout-review-order-table {display:none;} */

    #rev_slider_2_1_wrapper .gyges .tp-thumb.rs-touchhover .tp-thumb-img-wrap,
    #rev_slider_2_1_wrapper .gyges .tp-thumb.selected .tp-thumb-img-wrap {
        background: none !important;
        border: 1px solid #B0BBBE;
        border: 2px solid rgb(0, 152, 188);
        box-shadow: none !important;
    }

    #rev_slider_2_1_wrapper .gyges .tp-thumb.rs-touchhover .tp-thumb-img-wrap,
    #rev_slider_2_1_wrapper .gyges .tp-thumb .tp-thumb-img-wrap {
        background: none;
        border: 2px solid #B0BBBE;
        box-shadow: none !important;
        border-radius: 8px;
    }

    .tp-thumb-image {
        box-shadow: none !important;
    }

    /* .tp-thumb{height:50px!important;} */

    i.vc_toggle_icon {
        left: 95% !important;
    }

    i.vc_toggle_icon:before,
    i.vc_toggle_icon:after {
        content: none !important;
    }

    .vc_toggle_default .vc_toggle_icon {
        background: url("/wp-content/uploads/2022/10/arrow-down.png");
        border: 0;
        height: 20px !important;
        width: 25px !important;
        margin: 0 !important;
    }

    .faq-background .vc_column-inner {
        background-position: right center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .faq-background .vc_column-inner {
        padding: 0 !important;
    }

    .cart-empty.woocommerce-info {
        display: none
    }

    ;

    .cart-empty.required {}

    /* footer{margin-top:20px} */
    .woocommerce-shop .product-shortcode.style-1 .title {
        height: 92px;
        padding-top: 25px;
    }

    #payment_heading {
        margin-bottom: 20px;
        font-family: "Bai Jamjuree";
        font-size: 24px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .woocommerce-MyAccount-orders table.shop_table tr th,
    .woocommerce-MyAccount-orders table.shop_table tr td {
        padding: 5px !important;
    }

    td.product-name {
        display: flex;
        align-items: center;
    }

    .wc-gzd-product-name-right,
    .wc-gzd-product-name-right strong {
        font-weight: 600;
        font-size: 16px;
        vertical-align: middle;
    }

    table.shop_table {
        width: 100%
    }

    .popup-or {
        height: 140px;
        position: relative;
        display: none;
    }

    .row.m5.socials_button_ajax,
    .follow.light {
        display: none;
    }

    .other_products {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 24px;
        font-weight: 600 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 36px;
        text-transform: uppercase;
    }

    .cart_heading {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 24px;
        font-weight: 600 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 36px;
        text-transform: uppercase;
    }

    .calculated_shipping * {
        font-family: nunito !important;
    }

    .calculated_shipping h4 {
        font-family: "Bai Jamjuree" !important;
    }

    .wpmc-tab-text {
        font-family: 'Bai Jamjuree';
        font-weight: 600 !important;
        font-size: 16px !important;
    }

    .wpmc-step-billing .h4 {
        font-family: 'Bai Jamjuree';
        font-weight: 600;
        font-size: 24px !important;
    }

    .wpmc-step-billing .checkbox-toggle-title span {
        font-family: 'Bai Jamjuree';
        font-weight: 600;
        font-size: 16px !important;
    }

    .wpmc-step-billing .h4 {
        margin-bottom: 45px;
    }

    .cart_item .product-name .wc-gzd-product-name-left {
        max-width: 10%;
        margin-right: 1em;
    }

    .cart_item .product-name .wc-gzd-product-name-left img {
        vertical-align: middle;
    }

    .cartanim {
        animation-name: mymove;
        animation-duration: .5s;
        animation-iteration-count: 1;
        animation-timing-function: ease;
        animation-fill-mode: forwards;
    }

    @keyframes mymove {
        from {
            transform: scale(1.3);
        }

        to {
            transform: scale(1);
        }
    }

    input[name="payment_method"] {
        display: inline;
        width: 20px;
        vertical-align: inherit;
        margin-top: 30px;
    }

    .wc_payment_method label {
        display: inline;
    }

    .wc_payment_method label img {
        width: 100px;
        vertical-align: middle;
        margin: 0 10px
    }

    .woocommerce-account .product-name,
    .woocommerce-account .product-total,
    .woocommerce-account .woocommerce-table--order-details,
    .woocommerce-account .post th,
    .woocommerce-account .comments th {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 9px !important;
        font-weight: 400 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 1;
        text-transform: initial;
    }

    .woocommerce-MyAccount-orders td.woocommerce-orders-table__cell {
        font-size: 9px;
        overflow-wrap: break-word;
        text-align: center;
    }

    .woocommerce-account td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 9px !important;
        background: #0098BC !important;
        border-radius: 5px !important;

        padding: 5px 5px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
        margin: 0 3px;
        display: block;
        m
    }

    li.woocommerce-MyAccount-navigation-link a,
    li.woocommerce-MyAccount-navigation-link a:hover {
        font-family: "Bai Jamjuree" !important;
        font-weight: 600;
        font-size: 14px;
        margin-top: 10px;

    }

    .vc_separator:not(.specification-line) .vc_sep_line {
        width: 80px !important;
        border-top-width: 4px !important;
        margin-top: 16px;
        margin-bottom: 24px;
    }


    .vc_separator_line {
        width: 80px !important;
        border-top: 4px solid !important;
        margin-top: 16px;
        margin-bottom: 24px;
        border-color: #2a2a2a;
        height: 1px;
        display: block;
        position: relative;
        top: 1px;
    }

    .vc_separator.specification-line .vc_sep_line {

        border-top-width: 2px !important;
        margin-top: 8px;

    }

    .vc_separator.specification-line {
        margin-bottom: 24px;
    }

    .vc_custom_1666849391396 .col-sm-4 {
        padding: 16px !important;
    }

    .vc_custom_1666849391396 .col-sm-4:first-child {
        padding-left: 0px !important;
    }

    .vc_custom_1666849391396 .product-shortcode.style-1 {
        border: 1px solid #B0BBBE;
    }

    .vc_custom_1666849391396 .product-shortcode.style-1 .price .simple-article {
        text-align: center;
        display: block;
        opacity: 1;
        color: rgba(0, 152, 188, 1);
        font-family: "Bai Jamjuree";
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 24px;
        text-transform: uppercase;
    }


    .product-shortcode.style-1 .price .simple-article {
        text-align: center;
        display: block;
        opacity: 1;
        color: rgba(0, 152, 188, 1);
        font-family: "Bai Jamjuree";
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 24px;
        text-transform: uppercase;
    }


    .vc_custom_1666849391396 .product-shortcode.style-1 .description {
        display: none;
    }

    .vc_custom_1666849391396 .product-shortcode.style-1 .preview-buttons {
        top: 0 !important;
    }

    form.woocommerce-ResetPassword.lost_reset_password {
        margin-top: 50px;
    }

    form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row {
        text-align: center;
    }


    form.woocommerce-ResetPassword.lost_reset_password p {
        opacity: 1;
        color: rgb(0 0 0);
        font-family: "Nunito";
        font-size: 20px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;

        line-height: 24px;
    }

    form.woocommerce-ResetPassword.lost_reset_password {
        margin-top: 50px;
    }

    form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row {
        text-align: center;
        font-family: "Nunito";
    }

    form.woocommerce-ResetPassword.lost_reset_password input[type="submit"] {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
        width: auto;
        height: auto;
        line-height: unset;
    }

    form.woocommerce-ResetPassword.lost_reset_password label[for="user_login"] {
        font-weight: 600;
        margin-top: 60px;
        font-size: 14px !important;
    }

    .woocommerce-form-login input[type=submit]:hover {
        background: #0098BC !important;
    }

    .woocommerce-form-login input[type=submit] {

        background: #0098BC !important;

    }

    button[name="save_account_details"] {
        color: white !important;
    }


    .product-shortcode.style-1 .preview-buttons .button,
    .product-shortcode.style-7 .preview-buttons .button {
        min-width: 200px;
    }

    .button.size-2:not(.updatecart-btn),
    .button.style-2:not(.updatecart-btn) {
        /*        width:200px;*/
    }

    a.button-close {
        background: none;
    }

    .no-padding {
        padding-left: 0;
        padding-right: 0;
    }

    /*    .container.pagewrap{padding-top:96px;min-height:70vh;margin-bottom:96px;}*/
    .product-big-preview-entry {
        padding-bottom: 60%;
    }

    .woocommerce-MyAccount-navigation>ul {
        margin-left: -15px
    }

    .woocommerce-order-received .thank-you-message {
        font-family: 'Bai Jamjuree';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
    }

    .woocommerce-order-received .woocommerce-order h2 {
        margin-bottom: 10px;
        clear: both;
        padding-top: 60px;
        font-family: Bai Jamjuree;
        font-size: 24px;
        font-weight: 700;
    }

    .woocommerce-order-received table.order-table {
        width: 100%;
    }

    .woocommerce-order-received .order-table td {
        padding: 10px 0;
        font-family: 'Nunito';
        font-size: 18px;
    }

    .woocommerce-order-received.woocommerce-checkout .shop_table {
        background-color: transparent;
        width: 100%;
        margin-top: 0px;
    }

    .woocommerce-order-received.woocommerce-checkout .shop_table th.product-name,
    .woocommerce-order-received.woocommerce-checkout .shop_table th {
        padding: 10px 0;
        font-weight: 700 !important;
        font-family: 'Nunito' !important;
        font-size: 18px !important;
        text-transform: capitalize;
    }

    .woocommerce-order-received.woocommerce-checkout .shop_table td.product-name,
    .woocommerce-order-received.woocommerce-checkout .shop_table td.product-name .product-quantity,
    .woocommerce-order-received.woocommerce-checkout .shop_table td.product-total .amount {
        padding: 10px 0;
        font-weight: 300 !important;
        font-family: 'Nunito' !important;
        font-size: 15px !important;
        text-transform: initial;
    }

    .woocommerce-order-received .woocommerce-column--billing-address p,
    .woocommerce-order-received .woocommerce-column--billing-address address,
    .woocommerce-order-received .woocommerce-column--shipping-address p,
    .woocommerce-order-received .woocommerce-column--shipping-address address {
        font-family: 'Nunito';
        font-size: 16px !important;
    }

    .single-product .product-shortcode.style-1 {
        border: 3px solid #f6f6f6 !important;
        padding: 25px 30px 5px 30px;
        background: #fff;
        overflow: hidden;
        margin: 10px 0px;
    }
    .single-product .col-sm-4.product {
    padding: 0;
    }

    .single-product .product-shortcode.style-1:hover {
        border: 3px solid rgba(0, 152, 188, 1) !important;
    }

    a.exzo_auth.button.size-2.style-3 {
        width: 130px;
    }

    .button.size-2 .text {
        padding: 0;
    }

    .exzo_footer_reg label.checkbox-entry a {
        font-size: 14px;
        font-weight: 400;
        font-family: 'Nunito';
    }


    /* .exzo_footer_reg .checkbox-entry span:before{top:10px}
     */
    a.exzo_reg.button.size-2.style-3 {
        width: 130px;
    }

    .simple-link.error-msg {
        color: red;
        padding: 0;
        position: relative;
        top: 15px;
        left: 0;
    }

    .woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info a {
        display: block;
        margin-bottom: 25px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
        display: block;
        margin-bottom: 25px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .woocommerce-MyAccount-content .form-row label {
        display: block !important;
        margin: 10px 0px 10px 0px;
        text-transform: initial;
        font-size: 14px;
    }

    .woocommerce-edit-address .select2-container--default .select2-selection--single {
        border: none;
        padding: 0;
    }

    a.button.wc-gzdp-order-pay-button,
    button.woocommerce-form-login__submit {
        padding: 17px 10px 15px 10px;
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        text-transform: uppercase;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-weight: 600;
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-width: 150px;
    }

    label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
        display: none !important;
    }

    .woocommerce-Button.button {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
        width: auto;
        line-height: unset;
    }

    button[name="save_account_details"] {
        width: unset !important;
    }

    #loader-wrapper {
        display: none !important;
    }

    p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide span em {
        display: block;
        margin-top: -10px;
    }

    #shipping_method li:before {
        display: none;
        background: none !important;
    }

    #shipping_method li input {
        width: 12px;
    }

    .wpmc-step-item>div.order-details-entry:first-child {
        display: none !important;
    }

    #wpmc-skip-login {
        z-index: 6;
        background-color: rgb(0, 152, 188);
        font-family: "Bai Jamjuree";
        text-transform: uppercase;
        cursor: pointer;
        height: auto;
        width: auto;
        color: rgb(255, 255, 255);
        text-decoration: none;
        white-space: nowrap;
        min-height: 0px;
        min-width: 0px;
        max-height: none;
        max-width: none;
        text-align: left;
        line-height: 47px;
        letter-spacing: 0px;
        font-weight: 600;
        font-size: 13px;
        padding-left: 37px;
        border-radius: 8px;
        padding-right: 37px;
        backdrop-filter: none;
        filter: none;
        transform-origin: 50% 50%;
        opacity: 1;
        transform: translate(0px, 0px);
        visibility: visible;
        border-width: 0px;
    }

    .woocommerce-shop .h4.shop-title {
        margin-top: 85px;
    }

    .woocommerce-shop .products-content .products-wrapper {
        margin-top: 30px;
    }

    /* #content-block{min-height:100vh;}
    footer{position:absolute;bottom:0;width:100%;} */

    .button:hover .icon {
        left: -50px !important;
    }

    .button:hover .text {
        left: 0 !important;
    }

    .exzo_footer_auth h3,
    .exzo_footer_reg h3 {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 24px;
        font-weight: 600 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 36px;
        text-transform: uppercase;
    }

    .exzo_footer_auth input,
    .exzo_footer_reg input {
        font-family: nunito;
    }

    .exzo_footer_auth a.simple-link,
    .exzo_footer_reg a {
        opacity: 1;
        font-family: "Nunito";
        font-size: 14px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 16px;
        margin-bottom: 0px;
        text-transform: initial;
    }

    .popup-align {
        padding: 20px;
        overflow: hidden;
    }

    .woocommerce-lost-password .woocommerce-ResetPassword.lost_reset_password {
        max-width: 800px;
        margin: 0 auto;
        text-align: center;
    }

    form.woocommerce-ResetPassword.lost_reset_password label {
        font-family: 'Bai Jamjuree';
        font-weight: 600;
        font-size: 16px !important;
    }

    .cart-table tbody td:nth-child(2) {
        text-align: center;
        padding-left: 0;
        display: table-cell;
        vertical-align: middle;
        text-transform: initial;
    }

    .cart-table tbody td:nth-child(2) a {
        vertical-align: baseline;
    }

    .cart-table tbody .product-thumbnail a {
        vertical-align: middle;
    }

    .single-line-form input#coupon_code {
        width: 150px;
    }

    p.wc-gzd-additional-info.small-business-info {
        display: none;
    }

    .products-wrapper .product {
        min-height: 380px;margin-bottom: 10px;
    }

    .empty-space.col-md-b96 {
        height: 96px;
    }

    .empty-space.col-md-b48 {
        height: 48px;
    }


    .wpmc-steps-wrapper {
        margin-top: 70px;
    }

    form.checkout.woocommerce-checkout input,
    form.checkout.woocommerce-checkout textarea,
    form.checkout.woocommerce-checkout select,
    form.checkout.woocommerce-checkout span {
        font-family: nunito;
    }

    .wpmc-step-item.wpmc-step-billing .col-md-12 {
        padding: 0;
    }

    .wpmc-step-item.wpmc-step-payment label,
    ul.wc_payment_methods.payment_methods.methods p {
        font-family: nunito !important;
    }

    /* .faq-row{max-width:720px;} */


    /* .wpmc-step-item.wpmc-step-login {
        max-width: 720px;
        margin: 0 auto;
    } */

    div.wpmc-nav-wrapper.wpmc-no-back-to-cart button#wpmc-skip-login {
        display: none !important;

    }

    form.woocommerce-form.woocommerce-form-login.login {
        font-family: nunito;
    }

    .woocommerce-form-login .form-row label {
        margin-bottom: 10px;
        margin-top: 10px;
        font-family: 'Bai Jamjuree';
    }

    .woocommerce-form-login input[type=submit]:hover,
    .woocommerce-form-login input[type=submit] {
        background: #0098BC !important;
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px !important;
        min-width: 200px !important;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
        height: auto;
        width: auto;
        line-height: unset;
    }

    .lost_password {
        margin-top: 15px;
    }

    .wpmc-nav-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 1em;
        /*     width: 720px; */
        clear: both;
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
    }

    .wpmc-step-item.wpmc-step-billing {
        width: auto;
        margin: 0 auto;
    }

    h3#order_review_heading {
        margin-top: 35px;
        font-size: 24px;
        font-family: 'Bai Jamjuree' !important;
        font-weight: 600;
        text-transform: uppercase;
    }

    label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
        margin-top: 42px;
    }


    .shipping.order-details-entry.simple-article.size-3.grey.uppercase.one {
        font-family: 'Bai Jamjuree' !important;
        font-weight: 600;
    }


    .woocommerce-checkout .shop_table {
        background-color: transparent !important;
    }

    .shop_table th.product-name,
    .shop_table th.product-total {
        font-size: 20px !important;
        font-weight: 600 !important;
        text-transform: uppercase;
        font-family: 'Bai Jamjuree' !important;
    }

    .shop_table .wc-gzd-product-name-right,
    .shop_table .wc-gzd-product-name-right strong {
        font-size: 14px;
        vertical-align: middle;
        font-weight: 400;
        font-family: 'Nunito' !important;
        text-transform: initial;
    }

    .shop_table tr.cart-subtotal,
    .shop_table tr.order-total {
        font-family: 'Nunito' !important;
        font-size: 14px !important;
    }

    p.wc-gzd-additional-info.small-business-info {
        display: none !important;
    }


    .order-details-entry {
        border-bottom: 0px #eee solid;
        padding-top: 2em;
        padding-bottom: 0.5em;
    }

    th.product-name {
        padding-left: 0;
    }

    table.shop_table tr th,
    table.shop_table tr td {
        padding: 10px;
        padding-left: 0;
    }

    span.woocommerce-Price-amount.amount {
        font-weight: 400;
    }

    th.product-total,
    td.product-total,
    .order-total td,
    .cart-subtotal td {
        text-align: right;
    }


    /*.faq-row,
    .faq-row .vc_row {
        max-width: 720px;
        margin: 0 auto;
    }*/

    .vc_toggle_title {
        padding: 0 25px;
    }

    .static-content-description p {
        font-family: 'Nunito' !important;
        font-size: 16px !important;
        line-height: 20px !important;
        font-weight: 300 !important;
    }

    .short-row {
        max-width: 720px;
        margin: 0 auto;
    }

    .static-content.heading-small {
        margin-top: 48px;
        margin-bottom: 24px;
        font-family: 'Bai Jamjuree' !important;
        font-size: 20px;
        line-height: 32px;
        font-weight: 600 !important;
        text-align: left;
    }

    .static-content.heading-large {
        margin-bottom: 0;
        font-size: 24px;
    }

    .short-row .heading-separator {
        margin-bottom: 48px;
    }

    .static-content-description {
        font-family: 'Nunito';
        color: black;
        font-size: 16px;
        line-height: 20px;
        font-weight: 300;
    }



    .woocommerce div#customer_login h2 {
        font-family: 'Bai Jamjuree';
    }

    .woocommerce-form-register .form-row label {
        margin-bottom: 10px;
        margin-top: 10px;
        font-family: 'Bai Jamjuree';
    }

    .woocommerce-form.woocommerce-form-login .woocommerce-form-row input,
    .woocommerce-form.woocommerce-form-register .woocommerce-form-row input {
        width: 100%;
    }

    .woocommerce div#customer_login {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .woocommerce div#customer_login>div {
        width: 100% !important;
        margin: 0 !important;
    }

    img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail.wmsc-thumbnail {
        max-width: 100px;
    }
    .faq-page-heading{padding-left: 0 !important;padding-right: 0 !important;}
}

@media screen and (min-width: 480px) and (max-width: 767px) {

    .header-bottom.mobile,
    .mobile-slider,
    .mobile-product-info-slider {
        display: block;
    }

    .header-bottom.desktop,
    .desktop-slider,
    .homepage-product-slider-block,
    .side-icons,
    .desktop-product-info-slider {
        display: none;
    }


    .mobile_header-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }

    .mobile_header-wrap .navbar-toggler {
        border: 0;
        background: 0;
    }

    .mobile-menu {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        z-index: 100;
        right: 0;
        background: hsla(0, 0%, 100%, 0.75);
    }

    #logo img {
        max-width: 400px;
    }

    .entry.user,
    .entry.cart {
        display: inline-block;
        vertical-align: bottom;
        border-left: none;
        border-right: none;
        margin-left: -1px;
        padding: 15px 15px;
        font-size: 12px;
        color: #888;
        text-transform: uppercase;
        position: relative;
    }

    .cky-btn-revisit-wrapper {
        background: #0098BC !important
    }

    .cart-block,
    .sortby-filter {
        display: none;
    }

    .entry.cart:hover .cart-block {
        display: block;
        position: absolute;
        z-index: 10000;
        background: white;
        width: 300px;
        height: auto;
        top: 46px;
    }

    .entry img {
        display: block;
        margin: 0;
        width: 25%;
        min-width: 25px;
    }

    .entry.user a {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .entry.cart a {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .entry.shop a {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .entry a span,
    .entry.user {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito";
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 15px;
        text-transform: initial;
        margin-left: 5px;
    }



    .vc_row:not([data-vc-full-width="true"]) {
        width: 100%;
        margin: 0;
        padding: 0 16px;
    }

    .container.pagewrap {
        padding-top: 96px;
        min-height: 70vh;
        margin-bottom: 96px;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    /*    .container.pagewrap{padding-top:96px;min-height:70vh;margin-bottom:96px;}*/


    .header-bottom {
        box-shadow: none;
    }

    header {
        background: white;
    }

    header.main_header {
        box-shadow: 0px 2px 4px rgb(0 0 0 / 25%);
        height: 104px px;
        padding: 0 1px;
    }

    .header-right-icons {
        display: flex;
        align-items: center;
        justify-content: end;
    }



    footer {
        background: #12171C;
        position: relative;
    }

    footer .container {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .footer-bottom,
    .toggle-products-view {
        padding: 30px 0;
        display: none !important;
    }

    .product-preview-shortcode .sidebar {
        position: absolute;
        top: 95%;
        left: 20% !important;
        width: 100%;
        height: auto;
    }

    .product-preview-shortcode .sidebar .entry {
        width: 70px;
        display: inline-block;
        height: 70px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        border: 1px #eee solid;
        cursor: pointer;
        margin-bottom: 20px !important;
        transition: all .3s;
        -webkit-transition: all .3s;
    }


    .content-margins {
        position: relative;
        border-left: 0;
        border-right: 0;
    }

    .header-empty-space {
        height: 0;
    }

    .slider-wrapper {
        position: relative;
        margin-top: -75px;
    }

    .heading-small {
        opacity: 1;
        color: rgba(0, 152, 188, 1);
        font-family: "Nunito";
        font-size: 20px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 24px;
        margin-bottom: 12px;
        text-transform: initial;
    }

    .heading-large {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 24px;
        font-weight: 600 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 32px;
        text-transform: uppercase;
    }

    .heading-description {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito";
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
        margin-bottom: 0;
    }

    .slider-next-image .vc_column-inner {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right center;
    }

    .technical-detail {
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 20%;
        margin-top: -15px !important;
        padding-bottom: 50px !important;
    }

    .technical-detail .vc_column_container {
        width: 100%;
    }

    .homepage-product-slider-block {
        padding-top: 60px !important;
    }

    .faq-block-outer {
        margin-top: 60px !important;
        padding-bottom: 50px !important;
    }

    .vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /*.vc_row .vc_row{padding-left: 0 !important;
        padding-right: 0 !important;}*/
    .vc_row.product-slider,
    .vc_row.product-slider-heading,
    .vc_row.faq-block-heading,
    .vc_row.faq-block {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .feature-heading {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 20px;
        font-weight: 600 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 28px;
        margin-top: 25px;
    }

    .feature {
        width: 100%;
    }

    .feature-text {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 16px;
        font-weight: 600;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        width: 195px;
        line-height: 20px;
        padding: 10px 5px;
    }

    .feature-description {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
        padding: 10px 5px;
        vertical-align: middle;
    }

    .feature-text img {
        display: inline;
        vertical-align: middle;
    }

    .banner-cover {
        background-repeat: no-repeat;
        background-size: auto;
        background-position: top center;
        margin-bottom: 80px;
    }

    .banner-cover .vc_column_container {
        width: 100%;
    }

    .banner .vc_empty_space {
        height: 0 !important;
    }

    .banner .heading-small {
        opacity: 1;
        color: rgba(255, 255, 255, 1);
        font-family: "Nunito";
        font-size: 20px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left !important;
        line-height: 24px;
        margin-bottom: 15px !important;
    }

    .banner {
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        padding: 0 20px !important;margin-top: 30px;
    }

    .banner .vc_column_container {
        width: 100%;
    }

    .banner .heading-large {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-size: 24px;
        font-family: "Bai Jamjuree" !important;
        font-weight: 600 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center !important;
        line-height: 32px;
        text-transform: initial;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .banner.banner-top .heading-large {
        text-align: left !important;
        text-transform: uppercase !important;
    }

    .banner .heading-description {
        opacity: 1;
        color: rgba(255, 255, 255, 1);
        font-family: "Nunito";
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left !important;
        line-height: 20px;
        margin-top: 30px;
    }

    .woocommerce-edit-address .button,
    .woocommerce-edit-account .button {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }

    .banner .vc_btn3-inline {
        display: block;
        text-align: left;
    }

    .banner .vc_btn3 {

        margin: 30px auto;
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }



    .product-slider .simple-article,
    .product-slider .h2,
    .product-slider .title-underline,
    .product-slider .icons.product {
        display: none;
    }

    .product-slider .slider-wrapper {
        position: relative;
        margin-top: 0px;
    }

    .product-slider .tab-menu.active {
        box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
        -webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
        background-color: transparent;
        box-shadow: none;
        opacity: 1;
        color: rgba(0, 152, 188, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 20px !important;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 36px;
    }

    .product-slider .tab-menu {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 36px;
    }

    .product-slider .tab-menu:hover {
        box-shadow: none;
        color: rgba(0, 152, 188, 1);
    }

    .product-slider .tabulation-toggle li {
        border: none;
    }

    .product-slider .product-shortcode.style-5.small {
        background: #F8F8F8;
        padding: 0;
        border: none;
    }

    .product-slider .product-shortcode.style-5.small:hover {
        border: 3px solid #0098BC !important;
        padding: 0;
    }


    .product-slider .swiper-slide {
        padding: 15px;
    }

    .product-slider .product-shortcode.style-5.small .preview-buttons .button {
        float: left;
        width: 100%;
        border-radius: 0;
        -webkit-border-radius: 0;
        margin: 0;
    }

    .product-slider .product-shortcode.style-5.small .preview {
        margin-bottom: 0;
    }

    .product-slider .slider-wrapper.side-borders:before,
    .product-slider .slider-wrapper.side-borders:after {
        display: none;
    }

    .faq-block {
        margin-top: 18px !important;
    }

    .faq-block .vc_toggle {
        margin-bottom: 10px;
        padding: 16px 16px;
        box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
        background: white;
    }

    .vc_toggle_size_md.vc_toggle_default .vc_toggle_content,
    .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
        padding-left: 0px !important;
    }

    .vc_toggle_active>.vc_toggle_title>h2 {
        font-weight: 700 !important;
    }


    .faq-block .vc_toggle_title h2 {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito" !important;
        font-size: 16px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
    }

    .faq-block .vc_toggle_content p {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito" !important;
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
    }

    .faq-block button {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-family: "Nunito";
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        text-transform: uppercase;
        background: rgb(0, 152, 188) !important;
        border: none !important;
        margin: 30px auto;
        display: block;
    }

    .faq-block .vc_btn3-inline {
        display: block;
        text-align: center;
    }


    .footer-tab-header {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        margin-bottom: 25px;
        font-family: "Bai Jamjuree" !important;
        font-size: 20px;
        font-weight: 600;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 34px;
        text-transform: uppercase;
    }

    .footer-logo {
        height: 30px;
        margin: 0;
        display: block;
        margin-bottom: 10px;
    }

    .logo-content {
        opacity: 1;
        font-family: "Nunito";
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        color: rgba(255, 255, 255, .5);
        font-size: 14px;
    }

    .company-name {
        opacity: 1;
        font-family: "Nunito";
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        color: rgba(255, 255, 255);
        font-size: 16px;
    }

    .company-address {
        opacity: 1;
        font-family: "Nunito";
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        color: rgba(255, 255, 255);
        font-size: 14px;
        margin-bottom: 5px !important;
    }

    .company-address a {
        color: rgba(255, 255, 255);
    }

    .footer-menu-item li {
        text-align: left;
    }

    .footer-menu-item li a {
        opacity: 1;
        font-family: "Nunito";
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        color: rgba(255, 255, 255) !important;
        font-size: 14px;
        text-transform: initial !important;
        font-size: 14px !important;
    }

    .breadcrumbs {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito";
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
        text-transform: uppercase;
    }

    .blog_widgets .h4 {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree";
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 36px;
    }

    .categories-menu li a {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito";
        font-size: 16px;
        font-weight: 300;
        /* font-style: normal; */
        letter-spacing: 0px;
        text-align: left;
        padding: 3px 0px;
        /* line-height: 20px; */
        text-transform: initial;
    }

    .ui-slider-range {
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #0098bc;
    }

    .ui-slider-handle {
        width: 12px;
        height: 12px;
        background: #fff;
        position: absolute;
        top: -3px;
        cursor: pointer;
        border: 3px #0098bc solid;
        border-radius: 2px;
        -webkit-border-radius: 2px;
    }

    .button.style-3 {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px !important;
        min-width: 200px !important;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }

    .single-line-form .button.style-3 {
        width: 175px !important;
        min-width: 175px !important;
    }

    .button.size-2.style-2.updatecart-btn {
        margin-bottom: 15px;
    }


    .checkbox-entry span {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito";
        font-size: 16px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
        text-transform: initial;
    }

    .widget-tag-product-cloud.blog_widgets,
    .footer-form-block {
        display: none;
    }

    .single-product .swiper-swiper-unique-id-2 .swiper-slide {
        width: 34% !important;
    }

    .product-shortcode.style-1 .title {
        text-align: center;
    }

    .product-shortcode.style-1 .title a {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree";
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 24px;
    }

    .product-shortcode.style-1 .price {
        text-align: center;
    }

    .product-shortcode.style-1 .price .color {
        opacity: 1;
        color: rgba(0, 152, 188, 1);
        font-family: "Bai Jamjuree";
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 24px;
        text-transform: uppercase;
    }

    .product-shortcode.style-1 .color-selection+* {
        margin-right: 0;
    }

    .products-wrapper .product-shortcode.style-1 {
        /*     background: #F8F8F8;     */
        margin: 0px;
        border-radius: 8px;
        border: 3px #f6f6f6 solid;
    }

    .product-shortcode.style-1 .preview-buttons,
    .product-shortcode.style-7 .preview-buttons {
        position: absolute;
        left: 50%;
        margin-left: -100px;
        top: 0;
        width: 200px;
        height: 100%;
        text-align: center;
        transition: all .3s;
        -webkit-transition: all .3s;
        background: none;
        opacity: 0;
    }

    .product-shortcode.style-1 {
        border-radius: 8px;
        border: 3px #f6f6f6 solid;
    }

    .product-shortcode.style-1:hover {
        border: 3px solid rgba(0, 152, 188, 1) !important;
    }

    .product-cat-name {
        opacity: 1;
        color: rgba(0, 152, 188, 1) !important;
        font-family: "Nunito";
        font-size: 20px !important;
        font-weight: 400 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 24px;
    }

    .product-cat-name a {
        color: rgba(0, 152, 188, 1) !important;
    }

    .product-name {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 24px !important;
        font-weight: 600 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 1;
        text-transform: uppercase;
    }

    .product_single_price {
        opacity: 1;

        font-family: "Bai Jamjuree";
        font-size: 24px !important;
        font-weight: 600;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 32px;
        text-transform: uppercase;
    }

    .product_single_price span {
        color: rgba(0, 152, 188, 1);
    }

    .product-description {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito";
        font-size: 16px !important;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
    }

    input[name="update_cart"] {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }

    .button.style-2 {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px !important;
        min-width: 200px !important;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }

    /* .tabs-block,#swiper-unique-id-2{display:none;} */

    .woocommerce-checkout .content-inner .woocommerce {
        margin-top: 50px;
    }

    .faq-button a {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }

    .h4.shop-title {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree";
        font-size: 24px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 32px;
        text-transform: uppercase;
    }

    .breadcrumbs a {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito" !important;
        font-size: 16px !important;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
        text-transform: uppercase;
    }

    .result-count {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito";
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
    }

    .sortby-filter {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito-Light";
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: right;
        line-height: 20px;
    }

    .wpmc-tabs-wrapper .wpmc-tab-item:before {
        border-bottom-color: black !important;
        width: 100px;
        display: none;
    }

    .wpmc-tabs-wrapper .wpmc-tab-item:after {

        width: 100px;
        display: block;
        content: "";
        border-bottom: 2px solid black;
        height: 0;
        position: absolute;
        top: 0;

        right: 0;
        -webkit-transition: border-color .3s;
        -o-transition: border-color .3s;
        transition: border-color .3s;
        display: none;
    }

    .wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-number {
        border-color: #0098BC;
        background: #0098BC;
        color: #0098BC;
        box-shadow: none;
    }

    .wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number {
        border-color: #bcbcbc;
        background: #bcbcbc;
        color: #bcbcbc;
        box-shadow: none;
    }

    .wpmc-tabs-list li:first-child:before,
    .wpmc-tabs-list li:last-child:after {
        content: none;
    }


    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="checkbox"],
    input[type="password"],
    .select2-selection__rendered,
    textarea {
        border-radius: 8px !important;
        opacity: 1;
        background-color: rgba(248, 248, 248, 1) !important;
    }

    .select2-selection__rendered {
        padding: 10px 30px !important;
        color: #888;
    }

    .select2-selection.select2-selection--single {
        border: none;
        margin-bottom: 20px;
    }

    #wpmc-back-to-cart,
    #wpmc-prev,
    #wpmc-next {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
        margin: 8px 0;
        width: 100%;
    }

    .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1.col-md-4 {
        padding: 0;
    }


    .button:before {
        content: none;
    }

    #place_order {
        margin: 0 auto;
        display: block;
        text-transform: uppercase;
        position: absolute;
        right: 0;
        bottom: 0px;
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
        width: 100%;
    }

    .wc-gzd-order-submit {
        height: 50px;
    }

    .cart-table td:before {
        content: attr(data-title);
        color: #343434;
        font-weight: 600;
        font-family: 'Bai Jamjuree';
        text-transform: uppercase;
        font-size: 13px;
        line-height: 19px;
        width: 100px;
        padding-right: 10px;
        position: initial;
        left: 0;
        top: 24px;

    }

    .cart-table td {
        text-align: left !important;
        padding: 10px 0 10px 0px !important;
        width: auto !important;
        position: relative;
    }

    #legal {
        position: initial;
        width: 20px;
        vertical-align: sub;
        margin: 0;
    }

    .woocommerce-shipping-calculator {
        display: none !important;
    }

    .shop_table.cart-table th {
        background: #0098bc;
        font-weight: 700;
        font-family: "Bai Jamjuree";
        font-size: 13px;
        line-height: 18px;
        color: #fff;
        height: 70px;
        vertical-align: middle;
        padding: 0;
        text-align: center !important;
        text-transform: uppercase;
    }

    .shop_table.cart-table .product-name a {
        font-size: 14px
    }

    .shop_table.cart-table .product-name .h6,
    .search-txt {
        display: none !important;
    }

    .search span {
        text-align: left;
    }



    ul.tabulation-toggle {
        display: none;
    }

    .main_header.scrolled {
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    }

    /* .wpmc-step-shipping .woocommerce-checkout-review-order-table {display:none;} */

    #rev_slider_2_1_wrapper .gyges .tp-thumb.rs-touchhover .tp-thumb-img-wrap,
    #rev_slider_2_1_wrapper .gyges .tp-thumb.selected .tp-thumb-img-wrap {
        background: none !important;
        border: 1px solid #B0BBBE;
        border: 2px solid rgb(0, 152, 188);
        box-shadow: none !important;
    }

    #rev_slider_2_1_wrapper .gyges .tp-thumb.rs-touchhover .tp-thumb-img-wrap,
    #rev_slider_2_1_wrapper .gyges .tp-thumb .tp-thumb-img-wrap {
        background: none;
        border: 2px solid #B0BBBE;
        box-shadow: none !important;
        border-radius: 8px;
    }

    .tp-thumb-image {
        box-shadow: none !important;
    }

    /* .tp-thumb{height:50px!important;} */

    i.vc_toggle_icon {
        left: 95% !important;
    }

    i.vc_toggle_icon:before,
    i.vc_toggle_icon:after {
        content: none !important;
    }

    .vc_toggle_default .vc_toggle_icon {
        background: url("/wp-content/uploads/2022/10/arrow-down.png");
        border: 0;
        height: 20px !important;
        width: 25px !important;
        margin: 0 !important;
    }

    .faq-background .vc_column-inner {
        background-position: right center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .faq-background .vc_column-inner {
        padding: 0 !important;
    }

    .cart-empty.woocommerce-info {
        display: none
    }

    ;

    .cart-empty.required {}

    /* footer{margin-top:20px} */
    .woocommerce-shop .product-shortcode.style-1 .title {
        height: 92px;
        padding-top: 25px;
    }

    #payment_heading {
        margin-bottom: 20px;
        font-family: "Bai Jamjuree";
        font-size: 24px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .woocommerce-MyAccount-orders table.shop_table tr th,
    .woocommerce-MyAccount-orders table.shop_table tr td {
        padding: 5px !important;
    }

    td.product-name {
        display: flex;
        align-items: center;
    }

    .wc-gzd-product-name-right,
    .wc-gzd-product-name-right strong {
        font-weight: 600;
        font-size: 16px;
        vertical-align: middle;
    }

    table.shop_table {
        width: 100%
    }

    .popup-or {
        height: 140px;
        position: relative;
        display: none;
    }

    .row.m5.socials_button_ajax,
    .follow.light {
        display: none;
    }

    .other_products {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 24px;
        font-weight: 600 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 36px;
        text-transform: uppercase;
    }

    .cart_heading {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 24px;
        font-weight: 600 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 36px;
        text-transform: uppercase;
    }

    .calculated_shipping * {
        font-family: nunito !important;
    }

    .calculated_shipping h4 {
        font-family: "Bai Jamjuree" !important;
    }

    .wpmc-tab-text {
        font-family: 'Bai Jamjuree';
        font-weight: 600 !important;
        font-size: 16px !important;
    }

    .wpmc-step-billing .h4 {
        font-family: 'Bai Jamjuree';
        font-weight: 600;
        font-size: 24px !important;
    }

    .wpmc-step-billing .checkbox-toggle-title span {
        font-family: 'Bai Jamjuree';
        font-weight: 600;
        font-size: 16px !important;
    }

    .wpmc-step-billing .h4 {
        margin-bottom: 45px;
    }

    .cart_item .product-name .wc-gzd-product-name-left {
        max-width: 10%;
        margin-right: 1em;
    }

    .cart_item .product-name .wc-gzd-product-name-left img {
        vertical-align: middle;
    }

    .cartanim {
        animation-name: mymove;
        animation-duration: .5s;
        animation-iteration-count: 1;
        animation-timing-function: ease;
        animation-fill-mode: forwards;
    }

    @keyframes mymove {
        from {
            transform: scale(1.3);
        }

        to {
            transform: scale(1);
        }
    }

    input[name="payment_method"] {
        display: inline;
        width: 20px;
        vertical-align: inherit;
        margin-top: 30px;
    }

    .wc_payment_method label {
        display: inline;
    }

    .wc_payment_method label img {
        width: 100px;
        vertical-align: middle;
        margin: 0 10px
    }

    .woocommerce-account .product-name,
    .woocommerce-account .product-total,
    .woocommerce-account .woocommerce-table--order-details,
    .woocommerce-account .post th,
    .woocommerce-account .comments th {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 9px !important;
        font-weight: 400 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 1;
        text-transform: initial;
    }

    .woocommerce-MyAccount-orders td.woocommerce-orders-table__cell {
        font-size: 9px;
        overflow-wrap: break-word;
        text-align: center;
    }

    .woocommerce-account td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 9px !important;
        background: #0098BC !important;
        border-radius: 5px !important;

        padding: 5px 5px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
        margin: 0 3px;
        display: block;
        m
    }

    li.woocommerce-MyAccount-navigation-link a,
    li.woocommerce-MyAccount-navigation-link a:hover {
        font-family: "Bai Jamjuree" !important;
        font-weight: 600;
        font-size: 14px;
        margin-top: 10px;

    }

    .vc_separator:not(.specification-line) .vc_sep_line {
        width: 80px !important;
        border-top-width: 4px !important;
        margin-top: 16px;
        margin-bottom: 24px;
    }


    .vc_separator_line {
        width: 80px !important;
        border-top: 4px solid !important;
        margin-top: 16px;
        margin-bottom: 24px;
        border-color: #2a2a2a;
        height: 1px;
        display: block;
        position: relative;
        top: 1px;
    }

    .vc_separator.specification-line .vc_sep_line {

        border-top-width: 2px !important;
        margin-top: 8px;

    }

    .vc_separator.specification-line {
        margin-bottom: 24px;
    }

    .vc_custom_1666849391396 .col-sm-4 {
        padding: 16px !important;
    }

    .vc_custom_1666849391396 .col-sm-4:first-child {
        padding-left: 0px !important;
    }

    .vc_custom_1666849391396 .product-shortcode.style-1 {
        border: 1px solid #B0BBBE;
    }

    .vc_custom_1666849391396 .product-shortcode.style-1 .price .simple-article {
        text-align: center;
        display: block;
        opacity: 1;
        color: rgba(0, 152, 188, 1);
        font-family: "Bai Jamjuree";
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 24px;
        text-transform: uppercase;
    }


    .product-shortcode.style-1 .price .simple-article {
        text-align: center;
        display: block;
        opacity: 1;
        color: rgba(0, 152, 188, 1);
        font-family: "Bai Jamjuree";
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 24px;
        text-transform: uppercase;
    }


    .vc_custom_1666849391396 .product-shortcode.style-1 .description {
        display: none;
    }

    .vc_custom_1666849391396 .product-shortcode.style-1 .preview-buttons {
        top: 0 !important;
    }

    form.woocommerce-ResetPassword.lost_reset_password {
        margin-top: 50px;
    }

    form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row {
        text-align: center;
    }


    form.woocommerce-ResetPassword.lost_reset_password p {
        opacity: 1;
        color: rgb(0 0 0);
        font-family: "Nunito";
        font-size: 20px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;

        line-height: 24px;
    }

    form.woocommerce-ResetPassword.lost_reset_password {
        margin-top: 50px;
    }

    form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row {
        text-align: center;
        font-family: "Nunito";
    }

    form.woocommerce-ResetPassword.lost_reset_password input[type="submit"] {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
        width: auto;
        height: auto;
        line-height: unset;
    }

    form.woocommerce-ResetPassword.lost_reset_password label[for="user_login"] {
        font-weight: 600;
        margin-top: 60px;
        font-size: 14px !important;
    }

    .woocommerce-form-login input[type=submit]:hover {
        background: #0098BC !important;
    }

    .woocommerce-form-login input[type=submit] {

        background: #0098BC !important;

    }

    button[name="save_account_details"] {
        color: white !important;
    }


    .product-shortcode.style-1 .preview-buttons .button,
    .product-shortcode.style-7 .preview-buttons .button {
        min-width: 200px;
    }

    .button.size-2:not(.updatecart-btn),
    .button.style-2:not(.updatecart-btn) {
        /*        width:200px;*/
    }

    a.button-close {
        background: none;
    }

    .no-padding {
        padding-left: 0;
        padding-right: 0;
    }

    /*    .container.pagewrap{padding-top:96px;min-height:70vh;margin-bottom:96px;}*/
    .product-big-preview-entry {
        padding-bottom: 60%;
    }

    .woocommerce-MyAccount-navigation>ul {
        margin-left: -15px
    }

    .woocommerce-order-received .thank-you-message {
        font-family: 'Bai Jamjuree';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
    }

    .woocommerce-order-received .woocommerce-order h2 {
        margin-bottom: 10px;
        clear: both;
        padding-top: 60px;
        font-family: Bai Jamjuree;
        font-size: 24px;
        font-weight: 700;
    }

    .woocommerce-order-received table.order-table {
        width: 100%;
    }

    .woocommerce-order-received .order-table td {
        padding: 10px 0;
        font-family: 'Nunito';
        font-size: 18px;
    }

    .woocommerce-order-received.woocommerce-checkout .shop_table {
        background-color: transparent;
        width: 100%;
        margin-top: 0px;
    }

    .woocommerce-order-received.woocommerce-checkout .shop_table th.product-name,
    .woocommerce-order-received.woocommerce-checkout .shop_table th {
        padding: 10px 0;
        font-weight: 700 !important;
        font-family: 'Nunito' !important;
        font-size: 18px !important;
        text-transform: capitalize;
    }

    .woocommerce-order-received.woocommerce-checkout .shop_table td.product-name,
    .woocommerce-order-received.woocommerce-checkout .shop_table td.product-name .product-quantity,
    .woocommerce-order-received.woocommerce-checkout .shop_table td.product-total .amount {
        padding: 10px 0;
        font-weight: 300 !important;
        font-family: 'Nunito' !important;
        font-size: 15px !important;
        text-transform: initial;
    }

    .woocommerce-order-received .woocommerce-column--billing-address p,
    .woocommerce-order-received .woocommerce-column--billing-address address,
    .woocommerce-order-received .woocommerce-column--shipping-address p,
    .woocommerce-order-received .woocommerce-column--shipping-address address {
        font-family: 'Nunito';
        font-size: 16px !important;
    }

    .single-product .product-shortcode.style-1 {
        border: 3px solid #f6f6f6 !important;
        padding: 25px 30px 5px 30px;
        background: #fff;
        overflow: hidden;
        margin: 10px 0px;
    }
    .single-product .col-sm-4.product {
    padding: 0;
    }

    .single-product .product-shortcode.style-1:hover {
        border: 3px solid rgba(0, 152, 188, 1) !important;
    }

    a.exzo_auth.button.size-2.style-3 {
        width: 130px;
    }

    .button.size-2 .text {
        padding: 0;
    }

    .exzo_footer_reg label.checkbox-entry a {
        font-size: 14px;
        font-weight: 400;
        font-family: 'Nunito';
    }


    /* .exzo_footer_reg .checkbox-entry span:before{top:10px}
     */
    a.exzo_reg.button.size-2.style-3 {
        width: 130px;
    }

    .simple-link.error-msg {
        color: red;
        padding: 0;
        position: relative;
        top: 15px;
        left: 0;
    }

    .woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info a {
        display: block;
        margin-bottom: 25px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
        display: block;
        margin-bottom: 25px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .woocommerce-MyAccount-content .form-row label {
        display: block !important;
        margin: 10px 0px 10px 0px;
        text-transform: initial;
        font-size: 14px;
    }

    .woocommerce-edit-address .select2-container--default .select2-selection--single {
        border: none;
        padding: 0;
    }

    a.button.wc-gzdp-order-pay-button,
    button.woocommerce-form-login__submit {
        padding: 17px 10px 15px 10px;
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        text-transform: uppercase;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-weight: 600;
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-width: 150px;
    }

    label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
        display: none !important;
    }

    .woocommerce-Button.button {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
        width: auto;
        line-height: unset;
    }

    button[name="save_account_details"] {
        width: unset !important;
    }

    #loader-wrapper {
        display: none !important;
    }

    p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide span em {
        display: block;
        margin-top: -10px;
    }

    #shipping_method li:before {
        display: none;
        background: none !important;
    }

    #shipping_method li input {
        width: 12px;
    }

    .wpmc-step-item>div.order-details-entry:first-child {
        display: none !important;
    }

    #wpmc-skip-login {
        z-index: 6;
        background-color: rgb(0, 152, 188);
        font-family: "Bai Jamjuree";
        text-transform: uppercase;
        cursor: pointer;
        height: auto;
        width: auto;
        color: rgb(255, 255, 255);
        text-decoration: none;
        white-space: nowrap;
        min-height: 0px;
        min-width: 0px;
        max-height: none;
        max-width: none;
        text-align: left;
        line-height: 47px;
        letter-spacing: 0px;
        font-weight: 600;
        font-size: 13px;
        padding-left: 37px;
        border-radius: 8px;
        padding-right: 37px;
        backdrop-filter: none;
        filter: none;
        transform-origin: 50% 50%;
        opacity: 1;
        transform: translate(0px, 0px);
        visibility: visible;
        border-width: 0px;
    }

    .woocommerce-shop .h4.shop-title {
        margin-top: 85px;
    }

    .woocommerce-shop .products-content .products-wrapper {
        margin-top: 30px;
    }

    /* #content-block{min-height:100vh;}
    footer{position:absolute;bottom:0;width:100%;} */

    .button:hover .icon {
        left: -50px !important;
    }

    .button:hover .text {
        left: 0 !important;
    }

    .exzo_footer_auth h3,
    .exzo_footer_reg h3 {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 24px;
        font-weight: 600 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 36px;
        text-transform: uppercase;
    }

    .exzo_footer_auth input,
    .exzo_footer_reg input {
        font-family: nunito;
    }

    .exzo_footer_auth a.simple-link,
    .exzo_footer_reg a {
        opacity: 1;
        font-family: "Nunito";
        font-size: 14px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 16px;
        margin-bottom: 0px;
        text-transform: initial;
    }

    .popup-align {
        padding: 20px;
        overflow: hidden;
    }

    .woocommerce-lost-password .woocommerce-ResetPassword.lost_reset_password {
        max-width: 800px;
        margin: 0 auto;
        text-align: center;
    }

    form.woocommerce-ResetPassword.lost_reset_password label {
        font-family: 'Bai Jamjuree';
        font-weight: 600;
        font-size: 16px !important;
    }

    .cart-table tbody td:nth-child(2) {
        text-align: center;
        padding-left: 0;
        display: table-cell;
        vertical-align: middle;
        text-transform: initial;
    }

    .cart-table tbody td:nth-child(2) a {
        vertical-align: baseline;
    }

    .cart-table tbody .product-thumbnail a {
        vertical-align: middle;
    }

    .single-line-form input#coupon_code {
        width: 150px;
    }

    p.wc-gzd-additional-info.small-business-info {
        display: none;
    }

    .products-wrapper .product {
        min-height: 380px;margin-bottom: 10px;
    }

    .empty-space.col-md-b96 {
        height: 96px;
    }

    .empty-space.col-md-b48 {
        height: 48px;
    }


    .wpmc-steps-wrapper {
        margin-top: 70px;
    }

    form.checkout.woocommerce-checkout input,
    form.checkout.woocommerce-checkout textarea,
    form.checkout.woocommerce-checkout select,
    form.checkout.woocommerce-checkout span {
        font-family: nunito;
    }

    .wpmc-step-item.wpmc-step-billing .col-md-12 {
        padding: 0;
    }

    .wpmc-step-item.wpmc-step-payment label,
    ul.wc_payment_methods.payment_methods.methods p {
        font-family: nunito !important;
    }

    /* .faq-row{max-width:720px;} */


    /* .wpmc-step-item.wpmc-step-login {
        max-width: 720px;
        margin: 0 auto;
    } */

    div.wpmc-nav-wrapper.wpmc-no-back-to-cart button#wpmc-skip-login {
        display: none !important;

    }

    form.woocommerce-form.woocommerce-form-login.login {
        font-family: nunito;
    }

    .woocommerce-form-login .form-row label {
        margin-bottom: 10px;
        margin-top: 10px;
        font-family: 'Bai Jamjuree';
    }

    .woocommerce-form-login input[type=submit]:hover,
    .woocommerce-form-login input[type=submit] {
        background: #0098BC !important;
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px !important;
        min-width: 200px !important;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
        height: auto;
        width: auto;
        line-height: unset;
    }

    .lost_password {
        margin-top: 15px;
    }

    .wpmc-nav-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 1em;
        /*     width: 720px; */
        clear: both;
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
    }

    .wpmc-step-item.wpmc-step-billing {
        width: auto;
        margin: 0 auto;
    }

    h3#order_review_heading {
        margin-top: 35px;
        font-size: 24px;
        font-family: 'Bai Jamjuree' !important;
        font-weight: 600;
        text-transform: uppercase;
    }

    label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
        margin-top: 42px;
    }


    .shipping.order-details-entry.simple-article.size-3.grey.uppercase.one {
        font-family: 'Bai Jamjuree' !important;
        font-weight: 600;
    }


    .woocommerce-checkout .shop_table {
        background-color: transparent !important;
    }

    .shop_table th.product-name,
    .shop_table th.product-total {
        font-size: 20px !important;
        font-weight: 600 !important;
        text-transform: uppercase;
        font-family: 'Bai Jamjuree' !important;
    }

    .shop_table .wc-gzd-product-name-right,
    .shop_table .wc-gzd-product-name-right strong {
        font-size: 14px;
        vertical-align: middle;
        font-weight: 400;
        font-family: 'Nunito' !important;
        text-transform: initial;
    }

    .shop_table tr.cart-subtotal,
    .shop_table tr.order-total {
        font-family: 'Nunito' !important;
        font-size: 14px !important;
    }

    p.wc-gzd-additional-info.small-business-info {
        display: none !important;
    }


    .order-details-entry {
        border-bottom: 0px #eee solid;
        padding-top: 2em;
        padding-bottom: 0.5em;
    }

    th.product-name {
        padding-left: 0;
    }

    table.shop_table tr th,
    table.shop_table tr td {
        padding: 10px;
        padding-left: 0;
    }

    span.woocommerce-Price-amount.amount {
        font-weight: 400;
    }

    th.product-total,
    td.product-total,
    .order-total td,
    .cart-subtotal td {
        text-align: right;
    }


    /*.faq-row,
    .faq-row .vc_row {
        max-width: 720px;
        margin: 0 auto;
    }*/

    .vc_toggle_title {
        padding: 0 25px;
    }

    .static-content-description p {
        font-family: 'Nunito' !important;
        font-size: 16px !important;
        line-height: 20px !important;
        font-weight: 300 !important;
    }

    .short-row {
        max-width: 720px;
        margin: 0 auto;
    }

    .static-content.heading-small {
        margin-top: 48px;
        margin-bottom: 24px;
        font-family: 'Bai Jamjuree' !important;
        font-size: 20px;
        line-height: 32px;
        font-weight: 600 !important;
        text-align: left;
    }

    .static-content.heading-large {
        margin-bottom: 0;
        font-size: 24px;
    }

    .short-row .heading-separator {
        margin-bottom: 48px;
    }

    .static-content-description {
        font-family: 'Nunito';
        color: black;
        font-size: 16px;
        line-height: 20px;
        font-weight: 300;
    }



    .woocommerce div#customer_login h2 {
        font-family: 'Bai Jamjuree';
    }

    .woocommerce-form-register .form-row label {
        margin-bottom: 10px;
        margin-top: 10px;
        font-family: 'Bai Jamjuree';
    }

    .woocommerce-form.woocommerce-form-login .woocommerce-form-row input,
    .woocommerce-form.woocommerce-form-register .woocommerce-form-row input {
        width: 100%;
    }

    .woocommerce div#customer_login {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .woocommerce div#customer_login>div {
        width: 100% !important;
        margin: 0 !important;
    }

    img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail.wmsc-thumbnail {
        max-width: 100px;
    }
    .faq-page-heading{padding-left: 0 !important;padding-right: 0 !important;}
    .container {
    width: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .header-bottom.mobile,
    .mobile-slider,
    .mobile-product-info-slider {
        display: block;
    }

    .header-bottom.desktop,
    .desktop-slider,
    .homepage-product-slider-block,
    .side-icons,
    .desktop-product-info-slider {
        display: none;
    }


    .mobile_header-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }

    .mobile_header-wrap .navbar-toggler {
        border: 0;
        background: 0;
    }

    .mobile-menu {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        z-index: 100;
        right: 0;
        background: hsla(0, 0%, 100%, 0.75);
    }

    #logo img {
        max-width: 400px;
    }

    .entry.user,
    .entry.cart {
        display: inline-block;
        vertical-align: bottom;
        border-left: none;
        border-right: none;
        margin-left: -1px;
        padding: 15px 15px;
        font-size: 12px;
        color: #888;
        text-transform: uppercase;
        position: relative;
    }

    .cky-btn-revisit-wrapper {
        background: #0098BC !important
    }

    .cart-block,
    .sortby-filter {
        display: none;
    }

    .entry.cart:hover .cart-block {
        display: block;
        position: absolute;
        z-index: 10000;
        background: white;
        width: 300px;
        height: auto;
        top: 46px;
    }

    .entry img {
        display: block;
        margin: 0;
        width: 25%;
        min-width: 25px;
    }

    .entry.user a {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .entry.cart a {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .entry.shop a {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .entry a span,
    .entry.user {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito";
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 15px;
        text-transform: initial;
        margin-left: 5px;
    }



    .vc_row:not([data-vc-full-width="true"]) {
        width: 100%;
        margin: 0;
        padding: 0 80px;
    }

    .container.pagewrap {
        padding-top: 96px;
        min-height: 70vh;
        margin-bottom: 96px;
        width: 100%;
        padding: 0 80px;
    }


    .header-bottom {
        box-shadow: none;
    }

    header {
        background: white;
    }

    header.main_header {
        box-shadow: 0px 2px 4px rgb(0 0 0 / 25%);
        height: 104px px;
        padding: 0 65px;
    }

    .header-right-icons {
        display: flex;
        align-items: center;
        justify-content: end;
    }



    footer {
        background: #12171C;
        position: relative;
    }

    footer .container {
        width: 100%;
        padding-left: 80px;
        padding-right: 80px;
    }

    .footer-bottom,
    .toggle-products-view {
        padding: 30px 0;
        display: none !important;
    }

    .product-preview-shortcode .sidebar {
        position: absolute;
        top: 95%;
        left: 20% !important;
        width: 100%;
        height: auto;
    }

    .product-preview-shortcode .sidebar .entry {
        width: 70px;
        display: inline-block;
        height: 70px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        border: 1px #eee solid;
        cursor: pointer;
        margin-bottom: 20px !important;
        transition: all .3s;
        -webkit-transition: all .3s;
    }


    .content-margins {
        position: relative;
        border-left: 0;
        border-right: 0;
    }

    .header-empty-space {
        height: 0;
    }

    .slider-wrapper {
        position: relative;
        margin-top: -75px;
    }

    .heading-small {
        opacity: 1;
        color: rgba(0, 152, 188, 1);
        font-family: "Nunito";
        font-size: 20px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 24px;
        margin-bottom: 10px;
        text-transform: initial;
    }

    .heading-large {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 24px;
        font-weight: 600 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 36px;
        text-transform: uppercase;
    }

    .heading-description {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito";
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
        margin-bottom: 0;
    }

    .slider-next-image .vc_column-inner {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right center;
    }

    .technical-detail {
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 20%;
        margin-top: -15px !important;
        padding-bottom: 50px !important;
    }

    .technical-detail .vc_column_container {
        width: 100%;
    }

    .homepage-product-slider-block {
        padding-top: 60px !important;
    }

    .faq-block-outer {
        margin-top: 60px !important;
        padding-bottom: 50px !important;
    }

    .vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /*.vc_row .vc_row{padding-left: 0 !important;
        padding-right: 0 !important;}*/
    .vc_row.product-slider,
    .vc_row.product-slider-heading,
    .vc_row.faq-block-heading,
    .vc_row.faq-block {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .feature-heading {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 20px;
        font-weight: 600 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 36px;
        margin-top: 25px;
    }

    .feature {
        width: 100%;
    }

    .feature-text {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 16px;
        font-weight: 600;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        width: 195px;
        line-height: 20px;
        padding: 10px 5px;
    }

    .feature-description {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
        padding: 10px 5px;
        vertical-align: middle;
    }

    .feature-text img {
        display: inline;
        vertical-align: middle;
    }

    .banner-cover {
        background-repeat: no-repeat;
        background-size: auto;
        background-position: top center;
        margin-bottom: 80px;
    }

    .banner-cover .vc_column_container {
        width: 100%;
    }

    .banner .vc_empty_space {
        height: 0 !important;
    }

    .banner .heading-small {
        opacity: 1;
        color: rgba(255, 255, 255, 1);
        font-family: "Nunito";
        font-size: 20px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left !important;
        line-height: 24px;
        margin-bottom: 15px !important;
    }

    .banner {
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;margin-top: 30px;
    }

    .banner .vc_column_container {
        width: 100%;
    }

    .banner .heading-large {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-size: 24px;
        font-family: "Bai Jamjuree" !important;
        font-weight: 600 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center !important;
        line-height: 36px;
        text-transform: initial;
        padding-bottom: 25px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .banner.banner-top .heading-large {
        text-align: left !important;
        text-transform: uppercase !important;
    }

    .banner .heading-description {
        opacity: 1;
        color: rgba(255, 255, 255, 1);
        font-family: "Nunito";
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left !important;
        line-height: 20px;
        margin-top: 30px;
    }

    .woocommerce-edit-address .button,
    .woocommerce-edit-account .button {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }

    .banner .vc_btn3-inline {
        display: block;
        text-align: left;
    }

    .banner .vc_btn3 {

        margin: 30px auto;
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }



    .product-slider .simple-article,
    .product-slider .h2,
    .product-slider .title-underline,
    .product-slider .icons.product {
        display: none;
    }

    .product-slider .slider-wrapper {
        position: relative;
        margin-top: 0px;
    }

    .product-slider .tab-menu.active {
        box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
        -webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
        background-color: transparent;
        box-shadow: none;
        opacity: 1;
        color: rgba(0, 152, 188, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 20px !important;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 36px;
    }

    .product-slider .tab-menu {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 36px;
    }

    .product-slider .tab-menu:hover {
        box-shadow: none;
        color: rgba(0, 152, 188, 1);
    }

    .product-slider .tabulation-toggle li {
        border: none;
    }

    .product-slider .product-shortcode.style-5.small {
        background: #F8F8F8;
        padding: 0;
        border: none;
    }

    .product-slider .product-shortcode.style-5.small:hover {
        border: 3px solid #0098BC !important;
        padding: 0;
    }


    .product-slider .swiper-slide {
        padding: 15px;
    }

    .product-slider .product-shortcode.style-5.small .preview-buttons .button {
        float: left;
        width: 100%;
        border-radius: 0;
        -webkit-border-radius: 0;
        margin: 0;
    }

    .product-slider .product-shortcode.style-5.small .preview {
        margin-bottom: 0;
    }

    .product-slider .slider-wrapper.side-borders:before,
    .product-slider .slider-wrapper.side-borders:after {
        display: none;
    }

    .faq-block {
        margin-top: 18px !important;
    }

    .faq-block .vc_toggle {
        margin-bottom: 10px;
        padding: 15px 10px;
        box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
        background: white;
    }

    .vc_toggle_active>.vc_toggle_title>h2 {
        font-weight: 700 !important;
    }


    .faq-block .vc_toggle_title h2 {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito" !important;
        font-size: 16px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
    }

    .faq-block .vc_toggle_content p {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito" !important;
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
    }

    .faq-block button {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-family: "Nunito";
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        text-transform: uppercase;
        background: rgb(0, 152, 188) !important;
        border: none !important;
        margin: 30px auto;
        display: block;
    }

    .faq-block .vc_btn3-inline {
        display: block;
        text-align: center;
    }


    .footer-tab-header {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        margin-bottom: 25px;
        font-family: "Bai Jamjuree" !important;
        font-size: 20px;
        font-weight: 600;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 34px;
        text-transform: uppercase;
    }

    .footer-logo {
        height: 30px;
        margin: 0;
        display: block;
        margin-bottom: 10px;
    }

    .logo-content {
        opacity: 1;
        font-family: "Nunito";
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        color: rgba(255, 255, 255, .5);
        font-size: 14px;
    }

    .company-name {
        opacity: 1;
        font-family: "Nunito";
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        color: rgba(255, 255, 255);
        font-size: 16px;
    }

    .company-address {
        opacity: 1;
        font-family: "Nunito";
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        color: rgba(255, 255, 255);
        font-size: 14px;
        margin-bottom: 5px !important;
    }

    .company-address a {
        color: rgba(255, 255, 255);
    }

    .footer-menu-item li {
        text-align: left;
    }

    .footer-menu-item li a {
        opacity: 1;
        font-family: "Nunito";
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        color: rgba(255, 255, 255) !important;
        font-size: 14px;
        text-transform: initial !important;
        font-size: 14px !important;
    }

    .breadcrumbs {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito";
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
        text-transform: uppercase;
    }

    .blog_widgets .h4 {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree";
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 36px;
    }

    .categories-menu li a {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito";
        font-size: 16px;
        font-weight: 300;
        /* font-style: normal; */
        letter-spacing: 0px;
        text-align: left;
        padding: 3px 0px;
        /* line-height: 20px; */
        text-transform: initial;
    }

    .ui-slider-range {
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #0098bc;
    }

    .ui-slider-handle {
        width: 12px;
        height: 12px;
        background: #fff;
        position: absolute;
        top: -3px;
        cursor: pointer;
        border: 3px #0098bc solid;
        border-radius: 2px;
        -webkit-border-radius: 2px;
    }

    .button.style-3 {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px !important;
        min-width: 200px !important;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }

    .single-line-form .button.style-3 {
        width: 175px !important;
        min-width: 175px !important;
    }

    .button.size-2.style-2.updatecart-btn {
        margin-bottom: 15px;
    }


    .checkbox-entry span {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito";
        font-size: 16px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
        text-transform: initial;
    }

    .widget-tag-product-cloud.blog_widgets,
    .footer-form-block {
        display: none;
    }

    .single-product .swiper-swiper-unique-id-2 .swiper-slide {
        width: 34% !important;
    }

    .product-shortcode.style-1 .title {
        text-align: center;
    }

    .product-shortcode.style-1 .title a {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree";
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 24px;
    }

    .product-shortcode.style-1 .price {
        text-align: center;
    }

    .product-shortcode.style-1 .price .color {
        opacity: 1;
        color: rgba(0, 152, 188, 1);
        font-family: "Bai Jamjuree";
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 24px;
        text-transform: uppercase;
    }

    .product-shortcode.style-1 .color-selection+* {
        margin-right: 0;
    }

    .products-wrapper .product-shortcode.style-1 {
        /*     background: #F8F8F8;     */
        margin: 5px;
        border-radius: 8px;
        border: 3px #f6f6f6 solid;
    }

    .product-shortcode.style-1 .preview-buttons,
    .product-shortcode.style-7 .preview-buttons {
        position: absolute;
        left: 50%;
        margin-left: -100px;
        top: 0;
        width: 200px;
        height: 100%;
        text-align: center;
        transition: all .3s;
        -webkit-transition: all .3s;
        background: none;
        opacity: 0;
    }

    .product-shortcode.style-1 {
        border-radius: 8px;
        border: 3px #f6f6f6 solid;
    }

    .product-shortcode.style-1:hover {
        border: 3px solid rgba(0, 152, 188, 1) !important;
    }

    .product-cat-name {
        opacity: 1;
        color: rgba(0, 152, 188, 1) !important;
        font-family: "Nunito";
        font-size: 20px !important;
        font-weight: 400 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 24px;
    }

    .product-cat-name a {
        color: rgba(0, 152, 188, 1) !important;
    }

    .product-name {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 24px !important;
        font-weight: 600 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 1;
        text-transform: uppercase;
    }

    .product_single_price {
        opacity: 1;

        font-family: "Bai Jamjuree";
        font-size: 24px !important;
        font-weight: 600;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 32px;
        text-transform: uppercase;
    }

    .product_single_price span {
        color: rgba(0, 152, 188, 1);
    }

    .product-description {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito";
        font-size: 16px !important;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
    }

    input[name="update_cart"] {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }

    .button.style-2 {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px !important;
        min-width: 200px !important;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }

    /* .tabs-block,#swiper-unique-id-2{display:none;} */

    .woocommerce-checkout .content-inner .woocommerce {
        margin-top: 50px;
    }

    .faq-button a {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }

    .h4.shop-title {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree";
        font-size: 24px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 32px;
        text-transform: uppercase;
    }

    .breadcrumbs a {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito" !important;
        font-size: 16px !important;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
        text-transform: uppercase;
    }

    .result-count {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito";
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
    }

    .sortby-filter {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito-Light";
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: right;
        line-height: 20px;
    }

    .wpmc-tabs-wrapper .wpmc-tab-item:before {
        border-bottom-color: black !important;
        width: 100px;
        display: none;
    }

    .wpmc-tabs-wrapper .wpmc-tab-item:after {

        width: 100px;
        display: block;
        content: "";
        border-bottom: 2px solid black;
        height: 0;
        position: absolute;
        top: 0;

        right: 0;
        -webkit-transition: border-color .3s;
        -o-transition: border-color .3s;
        transition: border-color .3s;
        display: none;
    }

    .wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-number {
        border-color: #0098BC;
        background: #0098BC;
        color: #0098BC;
        box-shadow: none;
    }

    .wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number {
        border-color: #bcbcbc;
        background: #bcbcbc;
        color: #bcbcbc;
        box-shadow: none;
    }

    .wpmc-tabs-list li:first-child:before,
    .wpmc-tabs-list li:last-child:after {
        content: none;
    }


    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="checkbox"],
    input[type="password"],
    .select2-selection__rendered,
    textarea {
        border-radius: 8px !important;
        opacity: 1;
        background-color: rgba(248, 248, 248, 1) !important;
    }

    .select2-selection__rendered {
        padding: 10px 30px !important;
        color: #888;
    }

    .select2-selection.select2-selection--single {
        border: none;
        margin-bottom: 20px;
    }

    #wpmc-back-to-cart,
    #wpmc-prev,
    #wpmc-next {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }


    .button:before {
        content: none;
    }

    #place_order {
        margin: 0 auto;
        display: block;
        text-transform: uppercase;
        position: absolute;
        right: 0;
        bottom: -65px;
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }

    #legal {
        position: initial;
        width: 20px;
        vertical-align: sub;
        margin: 0;
    }

    .woocommerce-shipping-calculator {
        display: none !important;
    }

    .shop_table.cart-table th {
        background: #0098bc;
        font-weight: 700;
        font-family: "Bai Jamjuree";
        font-size: 13px;
        line-height: 18px;
        color: #fff;
        height: 70px;
        vertical-align: middle;
        padding: 0;
        text-align: center !important;
        text-transform: uppercase;
    }

    .shop_table.cart-table .product-name a {
        font-size: 14px
    }

    .shop_table.cart-table .product-name .h6,
    .search-txt {
        display: none !important;
    }

    .search span {
        text-align: left;
    }



    ul.tabulation-toggle {
        display: none;
    }

    .main_header.scrolled {
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    }

    /* .wpmc-step-shipping .woocommerce-checkout-review-order-table {display:none;} */

    #rev_slider_2_1_wrapper .gyges .tp-thumb.rs-touchhover .tp-thumb-img-wrap,
    #rev_slider_2_1_wrapper .gyges .tp-thumb.selected .tp-thumb-img-wrap {
        background: none !important;
        border: 1px solid #B0BBBE;
        border: 2px solid rgb(0, 152, 188);
        box-shadow: none !important;
    }

    #rev_slider_2_1_wrapper .gyges .tp-thumb.rs-touchhover .tp-thumb-img-wrap,
    #rev_slider_2_1_wrapper .gyges .tp-thumb .tp-thumb-img-wrap {
        background: none;
        border: 2px solid #B0BBBE;
        box-shadow: none !important;
        border-radius: 8px;
    }

    .tp-thumb-image {
        box-shadow: none !important;
    }

    /* .tp-thumb{height:50px!important;} */

    i.vc_toggle_icon {
        left: 97% !important;
    }

    i.vc_toggle_icon:before,
    i.vc_toggle_icon:after {
        content: none !important;
    }

    .vc_toggle_default .vc_toggle_icon {
        background: url("/wp-content/uploads/2022/10/arrow-down.png");
        border: 0;
        height: 20px !important;
        width: 25px !important;
        margin: 0 !important;
    }

    .faq-background .vc_column-inner {
        background-position: right center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .faq-background .vc_column-inner {
        padding: 0 !important;
    }

    .cart-empty.woocommerce-info {
        display: none
    }

    ;

    .cart-empty.required {}

    /* footer{margin-top:20px} */
    .woocommerce-shop .product-shortcode.style-1 .title {
        height: 92px;
        padding-top: 25px;
    }

    #payment_heading {
        margin-bottom: 20px;
    }

    table.shop_table tr th,
    table.shop_table tr td {
        padding: 10px;
    }

    td.product-name {
        display: flex;
        align-items: center;
    }

    .wc-gzd-product-name-right,
    .wc-gzd-product-name-right strong {
        font-weight: 600;
        font-size: 16px;
        vertical-align: middle;
    }

    table.shop_table {
        width: 100%
    }

    .popup-or {
        height: 140px;
        position: relative;
        display: none;
    }

    .row.m5.socials_button_ajax,
    .follow.light {
        display: none;
    }

    .other_products {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 24px;
        font-weight: 600 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 36px;
        text-transform: uppercase;
    }

    .cart_heading {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 24px;
        font-weight: 600 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 36px;
        text-transform: uppercase;
    }

    .calculated_shipping * {
        font-family: nunito !important;
    }

    .calculated_shipping h4 {
        font-family: "Bai Jamjuree" !important;
    }

    .wpmc-tab-text {
        font-family: 'Bai Jamjuree';
        font-weight: 600 !important;
        font-size: 16px !important;
    }

    .wpmc-step-billing .h4,
    .wpmc-step-billing .checkbox-toggle-title span {
        font-family: 'Bai Jamjuree';
        font-weight: 600;
        font-size: 16px !important;
    }

    .wpmc-step-billing .h4 {
        margin-bottom: 45px;
    }

    .cart_item .product-name .wc-gzd-product-name-left {
        max-width: 10%;
        margin-right: 1em;
    }

    .cart_item .product-name .wc-gzd-product-name-left img {
        vertical-align: middle;
    }

    .cartanim {
        animation-name: mymove;
        animation-duration: .5s;
        animation-iteration-count: 1;
        animation-timing-function: ease;
        animation-fill-mode: forwards;
    }

    @keyframes mymove {
        from {
            transform: scale(1.3);
        }

        to {
            transform: scale(1);
        }
    }

    input[name="payment_method"] {
        display: inline;
        width: 20px;
        vertical-align: inherit;
        margin-top: 30px;
    }

    .wc_payment_method label {
        display: inline;
    }

    .wc_payment_method label img {
        width: 100px;
        vertical-align: middle;
        margin: 0 10px
    }

    .woocommerce-account .product-name,
    .woocommerce-account .product-total,
    .woocommerce-account .woocommerce-table--order-details,
    .woocommerce-account .post th,
    .woocommerce-account .comments th {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 20px !important;
        font-weight: 400 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 1;
        text-transform: initial;
    }

    .woocommerce-account td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;

        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }

    li.woocommerce-MyAccount-navigation-link a,
    li.woocommerce-MyAccount-navigation-link a:hover {
        font-family: "Bai Jamjuree" !important;
        font-weight: 600;
        font-size: 14px;
        margin-top: 10px;

    }

    .vc_separator:not(.specification-line) .vc_sep_line {
        width: 80px !important;
        border-top-width: 4px !important;
        margin-top: 16px;
        margin-bottom: 24px;
    }


    .vc_separator_line {
        width: 80px !important;
        border-top: 4px solid !important;
        margin-top: 16px;
        margin-bottom: 24px;
        border-color: #2a2a2a;
        height: 1px;
        display: block;
        position: relative;
        top: 1px;
    }

    .vc_separator.specification-line .vc_sep_line {

        border-top-width: 2px !important;
        margin-top: 8px;

    }

    .vc_separator.specification-line {
        margin-bottom: 24px;
    }

    .vc_custom_1666849391396 .col-sm-4 {
        padding: 16px !important;
    }

    .vc_custom_1666849391396 .col-sm-4:first-child {
        padding-left: 0px !important;
    }

    .vc_custom_1666849391396 .product-shortcode.style-1 {
        border: 1px solid #B0BBBE;
    }

    .vc_custom_1666849391396 .product-shortcode.style-1 .price .simple-article {
        text-align: center;
        display: block;
        opacity: 1;
        color: rgba(0, 152, 188, 1);
        font-family: "Bai Jamjuree";
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 24px;
        text-transform: uppercase;
    }


    .product-shortcode.style-1 .price .simple-article {
        text-align: center;
        display: block;
        opacity: 1;
        color: rgba(0, 152, 188, 1);
        font-family: "Bai Jamjuree";
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 24px;
        text-transform: uppercase;
    }


    .vc_custom_1666849391396 .product-shortcode.style-1 .description {
        display: none;
    }

    .vc_custom_1666849391396 .product-shortcode.style-1 .preview-buttons {
        top: 0 !important;
    }

    form.woocommerce-ResetPassword.lost_reset_password {
        margin-top: 50px;
    }

    form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row {
        text-align: center;
    }


    form.woocommerce-ResetPassword.lost_reset_password p {
        opacity: 1;
        color: rgb(0 0 0);
        font-family: "Nunito";
        font-size: 20px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;

        line-height: 24px;
    }

    form.woocommerce-ResetPassword.lost_reset_password {
        margin-top: 50px;
    }

    form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row {
        text-align: center;
        font-family: "Nunito";
    }

    form.woocommerce-ResetPassword.lost_reset_password input[type="submit"] {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
        width: auto;
        height: auto;
        line-height: unset;
    }

    form.woocommerce-ResetPassword.lost_reset_password label[for="user_login"] {
        font-weight: 600;
        margin-top: 60px;
        font-size: 14px !important;
    }

    .woocommerce-form-login input[type=submit]:hover {
        background: #0098BC !important;
    }

    .woocommerce-form-login input[type=submit] {

        background: #0098BC !important;

    }

    button[name="save_account_details"] {
        color: white !important;
    }


    .product-shortcode.style-1 .preview-buttons .button,
    .product-shortcode.style-7 .preview-buttons .button {
        min-width: 200px;
    }

    .button.size-2:not(.updatecart-btn),
    .button.style-2:not(.updatecart-btn) {
        width: 200px;
    }

    .no-padding {
        padding-left: 0;
        padding-right: 0;
    }

    .container.pagewrap {
        padding-top: 96px;
        min-height: 70vh;
        margin-bottom: 96px;
    }

    .product-big-preview-entry {
        padding-bottom: 60%;
    }

    .woocommerce-MyAccount-navigation>ul {
        margin-left: -15px
    }

    .woocommerce-order-received .thank-you-message {
        font-family: 'Bai Jamjuree';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
    }

    .woocommerce-order-received .woocommerce-order h2 {
        margin-bottom: 10px;
        clear: both;
        padding-top: 60px;
        font-family: Bai Jamjuree;
        font-size: 24px;
        font-weight: 700;
    }

    .woocommerce-order-received table.order-table {
        width: 100%;
    }

    .woocommerce-order-received .order-table td {
        padding: 10px 0;
        font-family: 'Nunito';
        font-size: 18px;
    }

    .woocommerce-order-received.woocommerce-checkout .shop_table {
        background-color: transparent;
        width: 100%;
        margin-top: 0px;
    }

    .woocommerce-order-received.woocommerce-checkout .shop_table th.product-name,
    .woocommerce-order-received.woocommerce-checkout .shop_table th {
        padding: 10px 0;
        font-weight: 700 !important;
        font-family: 'Nunito' !important;
        font-size: 18px !important;
        text-transform: capitalize;
    }

    .woocommerce-order-received.woocommerce-checkout .shop_table td.product-name,
    .woocommerce-order-received.woocommerce-checkout .shop_table td.product-name .product-quantity,
    .woocommerce-order-received.woocommerce-checkout .shop_table td.product-total .amount {
        padding: 10px 0;
        font-weight: 300 !important;
        font-family: 'Nunito' !important;
        font-size: 15px !important;
        text-transform: initial;
    }

    .woocommerce-order-received .woocommerce-column--billing-address p,
    .woocommerce-order-received .woocommerce-column--billing-address address,
    .woocommerce-order-received .woocommerce-column--shipping-address p,
    .woocommerce-order-received .woocommerce-column--shipping-address address {
        font-family: 'Nunito';
        font-size: 16px !important;
    }

    .single-product .product-shortcode.style-1 {
        border: 3px solid #f6f6f6 !important;
        padding: 25px 30px 5px 30px;
        background: #fff;
        overflow: hidden;
        margin: 0px 18px;
    }

    .single-product .product-shortcode.style-1:hover {
        border: 3px solid rgba(0, 152, 188, 1) !important;
    }

    a.exzo_auth.button.size-2.style-3 {
        width: 130px;
    }

    .button.size-2 .text {
        padding: 0;
    }

    .exzo_footer_reg label.checkbox-entry a {
        font-size: 14px;
        font-weight: 400;
        font-family: 'Nunito';
    }


    /* .exzo_footer_reg .checkbox-entry span:before{top:10px}
     */
    a.exzo_reg.button.size-2.style-3 {
        width: 130px;
    }

    .simple-link.error-msg {
        color: red;
        padding: 0;
        position: relative;
        top: 15px;
        left: 0;
    }

    .woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info a {
        display: block;
        margin-bottom: 25px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
        display: block;
        margin-bottom: 25px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .woocommerce-MyAccount-content .form-row label {
        display: block !important;
        margin: 10px 0px 10px 0px;
        text-transform: initial;
        font-size: 14px;
    }

    .woocommerce-edit-address .select2-container--default .select2-selection--single {
        border: none;
        padding: 0;
    }

    a.button.wc-gzdp-order-pay-button,
    button.woocommerce-form-login__submit {
        padding: 17px 10px 15px 10px;
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        text-transform: uppercase;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-weight: 600;
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-width: 150px;
    }

    label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
        display: none !important;
    }

    .woocommerce-Button.button {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
        width: auto;
        line-height: unset;
    }

    button[name="save_account_details"] {
        width: unset !important;
    }

    #loader-wrapper {
        display: none !important;
    }

    p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide span em {
        display: block;
        margin-top: -10px;
    }

    #shipping_method li:before {
        display: none;
        background: none !important;
    }

    #shipping_method li input {
        width: 12px;
    }

    .wpmc-step-item>div.order-details-entry:first-child {
        display: none !important;
    }

    #wpmc-skip-login {
        z-index: 6;
        background-color: rgb(0, 152, 188);
        font-family: "Bai Jamjuree";
        text-transform: uppercase;
        cursor: pointer;
        height: auto;
        width: auto;
        color: rgb(255, 255, 255);
        text-decoration: none;
        white-space: nowrap;
        min-height: 0px;
        min-width: 0px;
        max-height: none;
        max-width: none;
        text-align: left;
        line-height: 47px;
        letter-spacing: 0px;
        font-weight: 600;
        font-size: 13px;
        padding-left: 37px;
        border-radius: 8px;
        padding-right: 37px;
        backdrop-filter: none;
        filter: none;
        transform-origin: 50% 50%;
        opacity: 1;
        transform: translate(0px, 0px);
        visibility: visible;
        border-width: 0px;
    }

    .woocommerce-shop .h4.shop-title {
        margin-top: 85px;
    }

    .woocommerce-shop .products-content .products-wrapper {
        margin-top: 30px;
    }

    /* #content-block{min-height:100vh;}
    footer{position:absolute;bottom:0;width:100%;} */

    .button:hover .icon {
        left: -50px !important;
    }

    .button:hover .text {
        left: 0 !important;
    }

    .exzo_footer_auth h3,
    .exzo_footer_reg h3 {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 32px;
        font-weight: 600 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 36px;
        text-transform: uppercase;
    }

    .exzo_footer_auth input,
    .exzo_footer_reg input {
        font-family: nunito;
    }

    .exzo_footer_auth a.simple-link,
    .exzo_footer_reg a {
        opacity: 1;
        font-family: "Nunito";
        font-size: 14px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 16px;
        margin-bottom: 0px;
        text-transform: initial;
    }

    .popup-align {
        padding: 20px;
        overflow: hidden;
    }

    .woocommerce-lost-password .woocommerce-ResetPassword.lost_reset_password {
        max-width: 800px;
        margin: 0 auto;
        text-align: center;
    }

    form.woocommerce-ResetPassword.lost_reset_password label {
        font-family: 'Bai Jamjuree';
        font-weight: 600;
        font-size: 16px !important;
    }

    .cart-table tbody td:nth-child(2) {
        text-align: center;
        padding-left: 0;
        display: table-cell;
        vertical-align: middle;
    }

    .cart-table tbody td:nth-child(2) a {
        vertical-align: middle;
    }

    .cart-table tbody .product-thumbnail a {
        vertical-align: middle;
    }

    .single-line-form input#coupon_code {
        width: 150px;
    }

    p.wc-gzd-additional-info.small-business-info {
        display: none;
    }

    .products-wrapper .product {
        min-height: 380px;margin-bottom: 10px;
    }

    .empty-space.col-md-b96 {
        height: 96px;
    }

    .empty-space.col-md-b48 {
        height: 48px;
    }


    .wpmc-steps-wrapper {
        margin-top: 70px;
    }

    form.checkout.woocommerce-checkout input,
    form.checkout.woocommerce-checkout textarea,
    form.checkout.woocommerce-checkout select,
    form.checkout.woocommerce-checkout span {
        font-family: nunito;
    }

    .wpmc-step-item.wpmc-step-billing .col-md-12 {
        padding: 0;
    }

    .wpmc-step-item.wpmc-step-payment label,
    ul.wc_payment_methods.payment_methods.methods p {
        font-family: nunito !important;
    }

    /* .faq-row{max-width:720px;} */


    /* .wpmc-step-item.wpmc-step-login {
        max-width: 720px;
        margin: 0 auto;
    } */

    div.wpmc-nav-wrapper.wpmc-no-back-to-cart button#wpmc-skip-login {
        display: none !important;

    }

    form.woocommerce-form.woocommerce-form-login.login {
        font-family: nunito;
    }

    .woocommerce-form-login .form-row label {
        margin-bottom: 10px;
        margin-top: 10px;
        font-family: 'Bai Jamjuree';
    }

    .woocommerce-form-login input[type=submit]:hover,
    .woocommerce-form-login input[type=submit] {
        background: #0098BC !important;
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px !important;
        min-width: 200px !important;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
        height: auto;
        width: auto;
        line-height: unset;
    }

    .lost_password {
        margin-top: 15px;
    }

    .wpmc-nav-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 1em;
        /*     width: 720px; */
        clear: both;
        margin-left: auto;
        margin-right: auto;
    }

    .wpmc-step-item.wpmc-step-billing {
        width: auto;
        margin: 0 auto;
    }

    h3#order_review_heading {
        margin-top: 35px;
    }

    label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
        margin-top: 42px;
    }


    .shipping.order-details-entry.simple-article.size-3.grey.uppercase.one {
        font-family: 'Bai Jamjuree' !important;
        font-weight: 600;
    }


    .woocommerce-checkout .shop_table {
        background-color: transparent !important;
    }

    .shop_table th.product-name,
    .shop_table th.product-total {
        font-size: 20px !important;
        font-weight: 600 !important;
        text-transform: uppercase;
        font-family: 'Bai Jamjuree' !important;
    }

    .shop_table .wc-gzd-product-name-right,
    .shop_table .wc-gzd-product-name-right strong {
        font-size: 14px;
        vertical-align: middle;
        font-weight: 400;
        font-family: 'Nunito' !important;
        text-transform: initial;
    }

    .shop_table tr.cart-subtotal,
    .shop_table tr.order-total {
        font-family: 'Nunito' !important;
        font-size: 14px !important;
    }

    p.wc-gzd-additional-info.small-business-info {
        display: none !important;
    }


    .order-details-entry {
        border-bottom: 0px #eee solid;
        padding-top: 2em;
        padding-bottom: 0.5em;
    }

    th.product-name {
        padding-left: 0;
    }

    table.shop_table tr th,
    table.shop_table tr td {
        padding: 10px;
        padding-left: 0;
    }

    span.woocommerce-Price-amount.amount {
        font-weight: 400;
    }

    th.product-total,
    td.product-total,
    .order-total td,
    .cart-subtotal td {
        text-align: right;
    }


    /*.faq-row,
    .faq-row .vc_row {
        max-width: 720px;
        margin: 0 auto;
    }*/

    .vc_toggle_title {
        padding: 0 20px;
    }

    .static-content-description p {
        font-family: 'Nunito' !important;
        font-size: 16px !important;
        line-height: 20px !important;
        font-weight: 300 !important;
    }

    .short-row {
        max-width: 720px;
        margin: 0 auto;
    }

    .static-content.heading-small {
        margin-top: 48px;
        margin-bottom: 24px;
        font-family: 'Bai Jamjuree' !important;
        font-size: 20px;
        line-height: 32px;
        font-weight: 600 !important;
        text-align: left;
    }

    .static-content.heading-large {
        margin-bottom: 0;
        font-size: 24px;
    }

    .short-row .heading-separator {
        margin-bottom: 48px;
    }

    .static-content-description {
        font-family: 'Nunito';
        color: black;
        font-size: 16px;
        line-height: 20px;
        font-weight: 300;
    }



    .woocommerce div#customer_login h2 {
        font-family: 'Bai Jamjuree';
    }

    .woocommerce-form-register .form-row label {
        margin-bottom: 10px;
        margin-top: 10px;
        font-family: 'Bai Jamjuree';
    }

    .woocommerce-form.woocommerce-form-login .woocommerce-form-row input,
    .woocommerce-form.woocommerce-form-register .woocommerce-form-row input {
        width: 100%;
    }

    .woocommerce div#customer_login {
        display: flex;
        justify-content: space-between;
    }

    .woocommerce div#customer_login>div {
        width: 35% !important;
        margin: 0 !important;
    }

    img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail.wmsc-thumbnail {
        max-width: 100px;
    }
.faq-page-heading{padding-left: 0 !important;padding-right: 0 !important;}
    /*body{background: yellow;}*/
    .container {
        width: auto;
    }
}
@media screen and (min-width: 992px) and (max-width: 1050px){
    rs-thumbs.nav-dir-horizontal.nav-pos-ver-bottom.nav-pos-hor-center.rs-nav-element.tp-thumbs.inner.gyges {
    left: 55%!important;
    top: 105%!important;
    }
}
@media screen and (max-width: 1279px) and (min-width: 992px) {

    .header-bottom.mobile,
    .mobile-slider,
    .mobile-product-info-slider {
        display: none;
    }

    .header-bottom.desktop,
    .desktop-slider,
    .homepage-product-slider-block,
    .side-icons,
    .desktop-product-info-slider {
        display: block;
    }

    #logo img {
        max-width: 400px;
    }

    .entry.user,
    .entry.cart {
        display: inline-block;
        vertical-align: bottom;
        border-left: none;
        border-right: none;
        margin-left: -1px;
        padding: 30px 15px;
        font-size: 12px;
        color: #888;
        text-transform: uppercase;
        position: relative;
    }

    .cky-btn-revisit-wrapper {
        background: #0098BC !important
    }

    .cart-block,
    .sortby-filter {
        display: none;
    }

    .entry.cart:hover .cart-block {
        display: block;
        position: absolute;
        z-index: 10000;
        background: white;
        width: 300px;
        height: auto;
        top: 46px;
    }

    .entry img {
        display: block;
        margin: 0 auto;
        width: 50%;
    }



    .vc_row:not([data-vc-full-width="true"]) {
        width: 100%;
        margin: 0;
        padding: 0 80px;
    }

    .container.pagewrap {
        padding-top: 96px;
        min-height: 70vh;
        margin-bottom: 96px;
        width: 100%;
        padding: 0 80px;
    }


    .header-bottom {
        box-shadow: none;
    }

    header {
        background: white;
    }

    header.main_header {
        box-shadow: 0px 2px 4px rgb(0 0 0 / 25%);
        height: 104px px;
        padding: 0 65px;
    }

    .header-right-icons {
        display: flex;
        align-items: center;
        justify-content: end;
    }



    footer {
        background: #12171C;
        position: relative;
    }

    footer .container {
        width: 100%;
        padding-left: 80px;
        padding-right: 80px;
    }

    .footer-bottom,
    .toggle-products-view {
        padding: 30px 0;
        display: none !important;
    }

    .product-preview-shortcode .sidebar {
        position: absolute;
        top: 95%;
        left: 20% !important;
        width: 100%;
        height: auto;
    }

    .product-preview-shortcode .sidebar .entry {
        width: 70px;
        display: inline-block;
        height: 70px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        border: 1px #eee solid;
        cursor: pointer;
        margin-bottom: 20px !important;
        transition: all .3s;
        -webkit-transition: all .3s;
    }


    .content-margins {
        position: relative;
        border-left: 0;
        border-right: 0;
    }

    .header-empty-space {
        height: 0;
    }

    .slider-wrapper {
        position: relative;
        margin-top: -75px;
    }

    .heading-small {
        opacity: 1;
        color: rgba(0, 152, 188, 1);
        font-family: "Nunito";
        font-size: 20px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 24px;
        margin-bottom: 10px;
        text-transform: initial;
    }

    .heading-large {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 32px;
        font-weight: 600 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 36px;
        text-transform: uppercase;
    }

    .heading-description {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito";
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
        margin-bottom: 0;
    }

    .slider-next-image .vc_column-inner {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right center;
    }

    .technical-detail {
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 20%;
        margin-top: -20px !important;
        padding-bottom: 50px !important;
    }

    .homepage-product-slider-block {
        padding-top: 60px !important;
    }

    .faq-block-outer {
        margin-top: 60px !important;
        padding-bottom: 50px !important;
    }

    .vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /*.vc_row .vc_row{padding-left: 0 !important;
        padding-right: 0 !important;}*/
    .vc_row.product-slider,
    .vc_row.product-slider-heading,
    .vc_row.faq-block-heading,
    .vc_row.faq-block {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .feature-heading {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 20px;
        font-weight: 600 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 36px;
        margin-top: 25px;
    }

    .feature {
        width: 100%;
    }

    .feature-text {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 16px;
        font-weight: 600;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        width: 400px;
        line-height: 20px;
        padding: 10px 5px;
    }

    .feature-description {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
        padding: 10px 5px;
        vertical-align: middle;
    }

    .feature-text img {
        display: inline;
        vertical-align: middle;
    }

    .banner-cover {
        background-repeat: no-repeat;
        background-size: auto;
        background-position: top center;
    }

    .banner .heading-small {
        opacity: 1;
        color: rgba(255, 255, 255, 1);
        font-family: "Nunito";
        font-size: 20px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left !important;
        line-height: 24px;
    }

    .banner {
        background-size: 100%;
        background-position: top center;
        background-repeat: no-repeat;
    }

    .banner .vc_column_container {
    width: 100%;
    }

    .banner .vc_empty_space {
    height: 0 !important;
    }

    .banner .heading-large {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;

        font-size: 32px;
        font-family: "Bai Jamjuree" !important;
        font-weight: 600 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center !important;
        line-height: 36px;
        text-transform: initial;
    }

    .banner.banner-top .heading-large {
        text-align: left !important;
        text-transform: uppercase !important;
    }

    .banner .heading-description {
        opacity: 1;
        color: rgba(255, 255, 255, 1);
        font-family: "Nunito";
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left !important;
        line-height: 20px;
        margin-top: 30px;
    }

    .woocommerce-edit-address .button,
    .woocommerce-edit-account .button {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }

    .banner .vc_btn3-inline {
        display: block;
        text-align: left;
    }

    .banner .vc_btn3 {

        margin: 30px auto;
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }



    .product-slider .simple-article,
    .product-slider .h2,
    .product-slider .title-underline,
    .product-slider .icons.product {
        display: none;
    }

    .product-slider .slider-wrapper {
        position: relative;
        margin-top: 0px;
    }

    .product-slider .tab-menu.active {
        box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
        -webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
        background-color: transparent;
        box-shadow: none;
        opacity: 1;
        color: rgba(0, 152, 188, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 20px !important;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 36px;
    }

    .product-slider .tab-menu {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 36px;
    }

    .product-slider .tab-menu:hover {
        box-shadow: none;
        color: rgba(0, 152, 188, 1);
    }

    .product-slider .tabulation-toggle li {
        border: none;
    }

    .product-slider .product-shortcode.style-5.small {
        background: #F8F8F8;
        padding: 0;
        border: none;
    }

    .product-slider .product-shortcode.style-5.small:hover {
        border: 3px solid #0098BC !important;
        padding: 0;
    }


    .product-slider .swiper-slide {
        padding: 15px;
    }

    .product-slider .product-shortcode.style-5.small .preview-buttons .button {
        float: left;
        width: 100%;
        border-radius: 0;
        -webkit-border-radius: 0;
        margin: 0;
    }

    .product-slider .product-shortcode.style-5.small .preview {
        margin-bottom: 0;
    }

    .product-slider .slider-wrapper.side-borders:before,
    .product-slider .slider-wrapper.side-borders:after {
        display: none;
    }

    .faq-block {
        margin-top: 18px !important;
    }

    .faq-block .vc_toggle {
        margin-bottom: 10px;
        padding: 15px 10px;
        box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
        background: white;
    }

    .vc_toggle_active>.vc_toggle_title>h2 {
        font-weight: 700 !important;
    }


    .faq-block .vc_toggle_title h2 {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito" !important;
        font-size: 16px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
    }

    .faq-block .vc_toggle_content p {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito" !important;
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
    }

    .faq-block button {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-family: "Nunito";
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        text-transform: uppercase;
        background: rgb(0, 152, 188) !important;
        border: none !important;
        margin: 30px auto;
        display: block;
    }

    .faq-block .vc_btn3-inline {
        display: block;
        text-align: center;
    }


    .footer-tab-header {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        margin-bottom: 25px;
        font-family: "Bai Jamjuree" !important;
        font-size: 20px;
        font-weight: 600;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 34px;
        text-transform: uppercase;
    }

    .footer-logo {
        height: 30px;
        margin: 0;
        display: block;
        margin-bottom: 10px;
    }

    .logo-content {
        opacity: 1;
        font-family: "Nunito";
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        color: rgba(255, 255, 255, .5);
        font-size: 14px;
    }

    .company-name {
        opacity: 1;
        font-family: "Nunito";
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        color: rgba(255, 255, 255);
        font-size: 16px;
    }

    .company-address {
        opacity: 1;
        font-family: "Nunito";
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        color: rgba(255, 255, 255);
        font-size: 14px;
        margin-bottom: 5px !important;
    }

    .company-address a {
        color: rgba(255, 255, 255);
    }

    .footer-menu-item li {
        text-align: left;
    }

    .footer-menu-item li a {
        opacity: 1;
        font-family: "Nunito";
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        color: rgba(255, 255, 255) !important;
        font-size: 14px;
        text-transform: initial !important;
        font-size: 14px !important;
    }

    .breadcrumbs {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito";
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
        text-transform: uppercase;
    }

    .blog_widgets .h4 {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree";
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 36px;
    }

    .categories-menu li a {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito";
        font-size: 16px;
        font-weight: 300;
        /* font-style: normal; */
        letter-spacing: 0px;
        text-align: left;
        padding: 3px 0px;
        /* line-height: 20px; */
        text-transform: initial;
    }

    .ui-slider-range {
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #0098bc;
    }

    .ui-slider-handle {
        width: 12px;
        height: 12px;
        background: #fff;
        position: absolute;
        top: -3px;
        cursor: pointer;
        border: 3px #0098bc solid;
        border-radius: 2px;
        -webkit-border-radius: 2px;
    }

    .button.style-3 {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px !important;
        min-width: 200px !important;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }

    .single-line-form .button.style-3 {
        width: 150px !important;
        min-width: 150px !important;
    }



    .checkbox-entry span {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito";
        font-size: 16px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
        text-transform: initial;
    }

    .widget-tag-product-cloud.blog_widgets,
    .footer-form-block {
        display: none;
    }

    .single-product .swiper-swiper-unique-id-2 .swiper-slide {
        width: 34% !important;
    }

    .product-shortcode.style-1 .title {
        text-align: center;
    }

    .product-shortcode.style-1 .title a {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree";
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 24px;
    }

    .product-shortcode.style-1 .price {
        text-align: center;
    }

    .product-shortcode.style-1 .price .color {
        opacity: 1;
        color: rgba(0, 152, 188, 1);
        font-family: "Bai Jamjuree";
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 24px;
        text-transform: uppercase;
    }

    .product-shortcode.style-1 .color-selection+* {
        margin-right: 0;
    }

    .products-wrapper .product-shortcode.style-1 {
        /*     background: #F8F8F8;     */
        margin: 5px;
        border-radius: 8px;
        border: 3px #f6f6f6 solid;
    }

    .product-shortcode.style-1 .preview-buttons,
    .product-shortcode.style-7 .preview-buttons {
        position: absolute;
        left: 50%;
        margin-left: -100px;
        top: 0;
        width: 200px;
        height: 100%;
        text-align: center;
        transition: all .3s;
        -webkit-transition: all .3s;
        background: none;
        opacity: 0;
    }

    .product-shortcode.style-1 {
        border-radius: 8px;
        border: 3px #f6f6f6 solid;
    }

    .product-shortcode.style-1:hover {
        border: 3px solid rgba(0, 152, 188, 1) !important;
    }

    .product-cat-name {
        opacity: 1;
        color: rgba(0, 152, 188, 1) !important;
        font-family: "Nunito";
        font-size: 20px !important;
        font-weight: 400 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 24px;
    }

    .product-cat-name a {
        color: rgba(0, 152, 188, 1) !important;
    }

    .product-name {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 32px !important;
        font-weight: 600 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 1;
        text-transform: uppercase;
    }

    .product_single_price {
        opacity: 1;

        font-family: "Bai Jamjuree";
        font-size: 32px !important;
        font-weight: 600;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 32px;
        text-transform: uppercase;
    }

    .product_single_price span {
        color: rgba(0, 152, 188, 1);
    }

    .product-description {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito";
        font-size: 16px !important;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
    }

    input[name="update_cart"] {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }

    .button.style-2 {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px !important;
        min-width: 200px !important;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }

    /* .tabs-block,#swiper-unique-id-2{display:none;} */

    .woocommerce-checkout .content-inner .woocommerce {
        margin-top: 50px;
    }

    .faq-button a {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }

    .h4.shop-title {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree";
        font-size: 24px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 32px;
        text-transform: uppercase;
    }

    .breadcrumbs a {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito" !important;
        font-size: 16px !important;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
        text-transform: uppercase;
    }

    .result-count {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito";
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
    }

    .sortby-filter {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito-Light";
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: right;
        line-height: 20px;
    }

    .wpmc-tabs-wrapper .wpmc-tab-item:before {
        border-bottom-color: black !important;
        width: 100px;
    }

    .wpmc-tabs-wrapper .wpmc-tab-item:after {

        width: 100px;
        display: block;
        content: "";
        border-bottom: 2px solid black;
        height: 0;
        position: absolute;
        top: 0;

        right: 0;
        -webkit-transition: border-color .3s;
        -o-transition: border-color .3s;
        transition: border-color .3s;
    }

    .wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-number {
        border-color: #0098BC;
        background: #0098BC;
        color: #0098BC;
        box-shadow: none;
    }

    .wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number {
        border-color: #bcbcbc;
        background: #bcbcbc;
        color: #bcbcbc;
        box-shadow: none;
    }

    .wpmc-tabs-list li:first-child:before,
    .wpmc-tabs-list li:last-child:after {
        content: none;
    }


    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="checkbox"],
    input[type="password"],
    .select2-selection__rendered,
    textarea {
        border-radius: 8px !important;
        opacity: 1;
        background-color: rgba(248, 248, 248, 1) !important;
    }

    .select2-selection__rendered {
        padding: 10px 30px !important;
        color: #888;
    }

    .select2-selection.select2-selection--single {
        border: none;
        margin-bottom: 20px;
    }

    #wpmc-back-to-cart,
    #wpmc-prev,
    #wpmc-next {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }


    .button:before {
        content: none;
    }

    #place_order {
        margin: 0 auto;
        display: block;
        text-transform: uppercase;
        position: absolute;
        right: 0;
        bottom: -65px;
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }

    #legal {
        position: initial;
        width: 20px;
        vertical-align: sub;
        margin: 0;
    }

    .woocommerce-shipping-calculator {
        display: none !important;
    }

    .shop_table.cart-table th {
        background: #0098bc;
        font-weight: 700;
        font-family: "Bai Jamjuree";
        font-size: 13px;
        line-height: 18px;
        color: #fff;
        height: 70px;
        vertical-align: middle;
        padding: 0;
        text-align: center !important;
        text-transform: uppercase;
    }

    .shop_table.cart-table .product-name a {
        font-size: 14px
    }

    .shop_table.cart-table .product-name .h6,
    .search-txt {
        display: none !important;
    }

    .search span {
        text-align: left;
    }

    .entry.user a {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .entry.cart a {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .entry.shop a {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .entry a img {
        min-width: 25px;
    }

    .entry a span,
    .entry.user {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito";
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 15px;
        text-transform: initial;
        margin-left: 5px;
    }

    ul.tabulation-toggle {
        display: none;
    }

    .main_header.scrolled {
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    }

    /* .wpmc-step-shipping .woocommerce-checkout-review-order-table {display:none;} */

    #rev_slider_2_1_wrapper .gyges .tp-thumb.rs-touchhover .tp-thumb-img-wrap,
    #rev_slider_2_1_wrapper .gyges .tp-thumb.selected .tp-thumb-img-wrap {
        background: none !important;
        border: 1px solid #B0BBBE;
        border: 2px solid rgb(0, 152, 188);
        box-shadow: none !important;
    }

    #rev_slider_2_1_wrapper .gyges .tp-thumb.rs-touchhover .tp-thumb-img-wrap,
    #rev_slider_2_1_wrapper .gyges .tp-thumb .tp-thumb-img-wrap {
        background: none;
        border: 2px solid #B0BBBE;
        box-shadow: none !important;
        border-radius: 8px;
    }

    .tp-thumb-image {
        box-shadow: none !important;
    }

    /* .tp-thumb{height:50px!important;} */

    i.vc_toggle_icon {
        left: 97% !important;
    }

    i.vc_toggle_icon:before,
    i.vc_toggle_icon:after {
        content: none !important;
    }

    .vc_toggle_default .vc_toggle_icon {
        background: url("/wp-content/uploads/2022/10/arrow-down.png");
        border: 0;
        height: 20px !important;
        width: 25px !important;
        margin: 0 !important;
    }

    .faq-background .vc_column-inner {
        background-position: right center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .faq-background .vc_column-inner {
        padding: 0 !important;
    }

    .cart-empty.woocommerce-info {
        display: none
    }

    ;

    .cart-empty.required {}

    /* footer{margin-top:20px} */
    .woocommerce-shop .product-shortcode.style-1 .title {
        height: 92px;
        padding-top: 25px;
    }

    #payment_heading {
        margin-bottom: 20px;
    }

    table.shop_table tr th,
    table.shop_table tr td {
        padding: 10px;
    }

    td.product-name {
        display: flex;
        align-items: center;
    }

    .wc-gzd-product-name-right,
    .wc-gzd-product-name-right strong {
        font-weight: 600;
        font-size: 16px;
        vertical-align: middle;
    }

    table.shop_table {
        width: 100%
    }

    .popup-or {
        height: 140px;
        position: relative;
        display: none;
    }

    .row.m5.socials_button_ajax,
    .follow.light {
        display: none;
    }

    .other_products {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 32px;
        font-weight: 600 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 36px;
        text-transform: uppercase;
    }

    .cart_heading {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 32px;
        font-weight: 600 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 36px;
        text-transform: uppercase;
    }

    .calculated_shipping * {
        font-family: nunito !important;
    }

    .calculated_shipping h4 {
        font-family: "Bai Jamjuree" !important;
    }

    .wpmc-tab-text {
        font-family: 'Bai Jamjuree';
        font-weight: 600 !important;
        font-size: 16px !important;
    }

    .wpmc-step-billing .h4,
    .wpmc-step-billing .checkbox-toggle-title span {
        font-family: 'Bai Jamjuree';
        font-weight: 600;
        font-size: 16px !important;
    }

    .wpmc-step-billing .h4 {
        margin-bottom: 45px;
    }

    .cart_item .product-name .wc-gzd-product-name-left {
        max-width: 10%;
        margin-right: 1em;
    }

    .cart_item .product-name .wc-gzd-product-name-left img {
        vertical-align: middle;
    }

    .cartanim {
        animation-name: mymove;
        animation-duration: .5s;
        animation-iteration-count: 1;
        animation-timing-function: ease;
        animation-fill-mode: forwards;
    }

    @keyframes mymove {
        from {
            transform: scale(1.3);
        }

        to {
            transform: scale(1);
        }
    }

    input[name="payment_method"] {
        display: inline;
        width: 20px;
        vertical-align: inherit;
        margin-top: 30px;
    }

    .wc_payment_method label {
        display: inline;
    }

    .wc_payment_method label img {
        width: 100px;
        vertical-align: middle;
        margin: 0 10px
    }

    .woocommerce-account .product-name,
    .woocommerce-account .product-total,
    .woocommerce-account .woocommerce-table--order-details,
    .woocommerce-account .post th,
    .woocommerce-account .comments th {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 20px !important;
        font-weight: 400 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 1;
        text-transform: initial;
    }

    .woocommerce-account td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;

        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }

    li.woocommerce-MyAccount-navigation-link a,
    li.woocommerce-MyAccount-navigation-link a:hover {
        font-family: "Bai Jamjuree" !important;
        font-weight: 600;
        font-size: 14px;
        margin-top: 10px;

    }

    .vc_separator:not(.specification-line) .vc_sep_line {
        width: 80px !important;
        border-top-width: 4px !important;
        margin-top: 16px;
        margin-bottom: 24px;
    }


    .vc_separator_line {
        width: 80px !important;
        border-top: 4px solid !important;
        margin-top: 16px;
        margin-bottom: 24px;
        border-color: #2a2a2a;
        height: 1px;
        display: block;
        position: relative;
        top: 1px;
    }

    .vc_separator.specification-line .vc_sep_line {

        border-top-width: 2px !important;
        margin-top: 8px;

    }

    .vc_separator.specification-line {
        margin-bottom: 24px;
    }

    .vc_custom_1666849391396 .col-sm-4 {
        padding: 16px !important;
    }

    .vc_custom_1666849391396 .col-sm-4:first-child {
        padding-left: 0px !important;
    }

    .vc_custom_1666849391396 .product-shortcode.style-1 {
        border: 1px solid #B0BBBE;
    }

    .vc_custom_1666849391396 .product-shortcode.style-1 .price .simple-article {
        text-align: center;
        display: block;
        opacity: 1;
        color: rgba(0, 152, 188, 1);
        font-family: "Bai Jamjuree";
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 24px;
        text-transform: uppercase;
    }


    .product-shortcode.style-1 .price .simple-article {
        text-align: center;
        display: block;
        opacity: 1;
        color: rgba(0, 152, 188, 1);
        font-family: "Bai Jamjuree";
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 24px;
        text-transform: uppercase;
    }


    .vc_custom_1666849391396 .product-shortcode.style-1 .description {
        display: none;
    }

    .vc_custom_1666849391396 .product-shortcode.style-1 .preview-buttons {
        top: 0 !important;
    }

    form.woocommerce-ResetPassword.lost_reset_password {
        margin-top: 50px;
    }

    form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row {
        text-align: center;
    }


    form.woocommerce-ResetPassword.lost_reset_password p {
        opacity: 1;
        color: rgb(0 0 0);
        font-family: "Nunito";
        font-size: 20px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;

        line-height: 24px;
    }

    form.woocommerce-ResetPassword.lost_reset_password {
        margin-top: 50px;
    }

    form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row {
        text-align: center;
        font-family: "Nunito";
    }

    form.woocommerce-ResetPassword.lost_reset_password input[type="submit"] {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
        width: auto;
        height: auto;
        line-height: unset;
    }

    form.woocommerce-ResetPassword.lost_reset_password label[for="user_login"] {
        font-weight: 600;
        margin-top: 60px;
        font-size: 14px !important;
    }

    .woocommerce-form-login input[type=submit]:hover {
        background: #0098BC !important;
    }

    .woocommerce-form-login input[type=submit] {

        background: #0098BC !important;

    }

    button[name="save_account_details"] {
        color: white !important;
    }


    .product-shortcode.style-1 .preview-buttons .button,
    .product-shortcode.style-7 .preview-buttons .button {
        min-width: 200px;
    }

    .button.size-2:not(.updatecart-btn),
    .button.style-2:not(.updatecart-btn) {
        width: 200px;
    }

    .no-padding {
        padding-left: 0;
        padding-right: 0;
    }

    .container.pagewrap {
        padding-top: 96px;
        min-height: 70vh;
        margin-bottom: 96px;
    }

    .product-big-preview-entry {
        padding-bottom: 60%;
    }

    .woocommerce-MyAccount-navigation>ul {
        margin-left: -15px
    }

    .woocommerce-order-received .thank-you-message {
        font-family: 'Bai Jamjuree';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
    }

    .woocommerce-order-received .woocommerce-order h2 {
        margin-bottom: 10px;
        clear: both;
        padding-top: 60px;
        font-family: Bai Jamjuree;
        font-size: 24px;
        font-weight: 700;
    }

    .woocommerce-order-received table.order-table {
        width: 100%;
    }

    .woocommerce-order-received .order-table td {
        padding: 10px 0;
        font-family: 'Nunito';
        font-size: 18px;
    }

    .woocommerce-order-received.woocommerce-checkout .shop_table {
        background-color: transparent;
        width: 100%;
        margin-top: 0px;
    }

    .woocommerce-order-received.woocommerce-checkout .shop_table th.product-name,
    .woocommerce-order-received.woocommerce-checkout .shop_table th {
        padding: 10px 0;
        font-weight: 700 !important;
        font-family: 'Nunito' !important;
        font-size: 18px !important;
        text-transform: capitalize;
    }

    .woocommerce-order-received.woocommerce-checkout .shop_table td.product-name,
    .woocommerce-order-received.woocommerce-checkout .shop_table td.product-name .product-quantity,
    .woocommerce-order-received.woocommerce-checkout .shop_table td.product-total .amount {
        padding: 10px 0;
        font-weight: 300 !important;
        font-family: 'Nunito' !important;
        font-size: 15px !important;
        text-transform: initial;
    }

    .woocommerce-order-received .woocommerce-column--billing-address p,
    .woocommerce-order-received .woocommerce-column--billing-address address,
    .woocommerce-order-received .woocommerce-column--shipping-address p,
    .woocommerce-order-received .woocommerce-column--shipping-address address {
        font-family: 'Nunito';
        font-size: 16px !important;
    }

    .single-product .product-shortcode.style-1 {
        border: 3px solid #f6f6f6 !important;
        padding: 25px 30px 5px 30px;
        background: #fff;
        overflow: hidden;
        margin: 0px 18px;
    }

    .single-product .product-shortcode.style-1:hover {
        border: 3px solid rgba(0, 152, 188, 1) !important;
    }

    a.exzo_auth.button.size-2.style-3 {
        width: 130px;
    }

    .button.size-2 .text {
        padding: 0;
    }

    .exzo_footer_reg label.checkbox-entry a {
        font-size: 14px;
        font-weight: 400;
        font-family: 'Nunito';
    }


    /* .exzo_footer_reg .checkbox-entry span:before{top:10px}
     */
    a.exzo_reg.button.size-2.style-3 {
        width: 130px;
    }

    .simple-link.error-msg {
        color: red;
        padding: 0;
        position: relative;
        top: 15px;
        left: 0;
    }

    .woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info a {
        display: block;
        margin-bottom: 25px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
        display: block;
        margin-bottom: 25px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .woocommerce-MyAccount-content .form-row label {
        display: block !important;
        margin: 10px 0px 10px 0px;
        text-transform: initial;
        font-size: 14px;
    }

    .woocommerce-edit-address .select2-container--default .select2-selection--single {
        border: none;
        padding: 0;
    }

    a.button.wc-gzdp-order-pay-button,
    button.woocommerce-form-login__submit {
        padding: 17px 10px 15px 10px;
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        text-transform: uppercase;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-weight: 600;
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-width: 150px;
    }

    label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
        display: none !important;
    }

    .woocommerce-Button.button {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
        width: auto;
        line-height: unset;
    }

    button[name="save_account_details"] {
        width: unset !important;
    }

    #loader-wrapper {
        display: none !important;
    }

    p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide span em {
        display: block;
        margin-top: -10px;
    }

    #shipping_method li:before {
        display: none;
        background: none !important;
    }

    #shipping_method li input {
        width: 12px;
    }

    .wpmc-step-item>div.order-details-entry:first-child {
        display: none !important;
    }

    #wpmc-skip-login {
        z-index: 6;
        background-color: rgb(0, 152, 188);
        font-family: "Bai Jamjuree";
        text-transform: uppercase;
        cursor: pointer;
        height: auto;
        width: auto;
        color: rgb(255, 255, 255);
        text-decoration: none;
        white-space: nowrap;
        min-height: 0px;
        min-width: 0px;
        max-height: none;
        max-width: none;
        text-align: left;
        line-height: 47px;
        letter-spacing: 0px;
        font-weight: 600;
        font-size: 13px;
        padding-left: 37px;
        border-radius: 8px;
        padding-right: 37px;
        backdrop-filter: none;
        filter: none;
        transform-origin: 50% 50%;
        opacity: 1;
        transform: translate(0px, 0px);
        visibility: visible;
        border-width: 0px;
    }

    .woocommerce-shop .h4.shop-title {
        margin-top: 96px;
    }

    .woocommerce-shop .products-content .products-wrapper {
        margin-top: 30px;
    }

    /* #content-block{min-height:100vh;}
    footer{position:absolute;bottom:0;width:100%;} */

    .button:hover .icon {
        left: -50px !important;
    }

    .button:hover .text {
        left: 0 !important;
    }

    .exzo_footer_auth h3,
    .exzo_footer_reg h3 {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 32px;
        font-weight: 600 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 36px;
        text-transform: uppercase;
    }

    .exzo_footer_auth input,
    .exzo_footer_reg input {
        font-family: nunito;
    }

    .exzo_footer_auth a.simple-link,
    .exzo_footer_reg a {
        opacity: 1;
        font-family: "Nunito";
        font-size: 14px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 16px;
        margin-bottom: 0px;
        text-transform: initial;
    }

    .popup-align {
        padding: 20px;
        overflow: hidden;
    }

    .woocommerce-lost-password .woocommerce-ResetPassword.lost_reset_password {
        max-width: 800px;
        margin: 0 auto;
        text-align: center;
    }

    form.woocommerce-ResetPassword.lost_reset_password label {
        font-family: 'Bai Jamjuree';
        font-weight: 600;
        font-size: 16px !important;
    }

    .cart-table tbody td:nth-child(2) {
        text-align: center;
        padding-left: 0;
        display: table-cell;
        vertical-align: middle;
    }

    .cart-table tbody td:nth-child(2) a {
        vertical-align: middle;
    }

    .cart-table tbody .product-thumbnail a {
        vertical-align: middle;
    }

    .single-line-form input#coupon_code {
        width: 170px;
    }

    p.wc-gzd-additional-info.small-business-info {
        display: none;
    }

    .products-wrapper .product {
        min-height: 380px;
    }

    .empty-space.col-md-b96 {
        height: 96px;
    }

    .empty-space.col-md-b48 {
        height: 48px;
    }


    .wpmc-steps-wrapper {
        margin-top: 70px;
    }

    form.checkout.woocommerce-checkout input,
    form.checkout.woocommerce-checkout textarea,
    form.checkout.woocommerce-checkout select,
    form.checkout.woocommerce-checkout span {
        font-family: nunito;
    }

    .wpmc-step-item.wpmc-step-billing .col-md-12 {
        padding: 0;
    }

    .wpmc-step-item.wpmc-step-payment label,
    ul.wc_payment_methods.payment_methods.methods p {
        font-family: nunito !important;
    }

    /* .faq-row{max-width:720px;} */


    /* .wpmc-step-item.wpmc-step-login {
        max-width: 720px;
        margin: 0 auto;
    } */

    div.wpmc-nav-wrapper.wpmc-no-back-to-cart button#wpmc-skip-login {
        display: none !important;

    }

    form.woocommerce-form.woocommerce-form-login.login {
        font-family: nunito;
    }

    .woocommerce-form-login .form-row label {
        margin-bottom: 10px;
        margin-top: 10px;
        font-family: 'Bai Jamjuree';
    }

    .woocommerce-form-login input[type=submit]:hover,
    .woocommerce-form-login input[type=submit] {
        background: #0098BC !important;
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px !important;
        min-width: 200px !important;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
        height: auto;
        width: auto;
        line-height: unset;
    }

    .lost_password {
        margin-top: 15px;
    }

    .wpmc-nav-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 1em;
        /*     width: 720px; */
        clear: both;
        margin-left: auto;
        margin-right: auto;
    }

    .wpmc-step-item.wpmc-step-billing {
        width: 720px;
        margin: 0 auto;
    }

    h3#order_review_heading {
        margin-top: 35px;
    }

    label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
        margin-top: 42px;
    }


    .shipping.order-details-entry.simple-article.size-3.grey.uppercase.one {
        font-family: 'Bai Jamjuree' !important;
        font-weight: 600;
    }


    .woocommerce-checkout .shop_table {
        background-color: transparent !important;
    }

    .shop_table th.product-name,
    .shop_table th.product-total {
        font-size: 20px !important;
        font-weight: 600 !important;
        text-transform: uppercase;
        font-family: 'Bai Jamjuree' !important;
    }

    .shop_table .wc-gzd-product-name-right,
    .shop_table .wc-gzd-product-name-right strong {
        font-size: 14px;
        vertical-align: middle;
        font-weight: 400;
        font-family: 'Nunito' !important;
        text-transform: initial;
    }

    .shop_table tr.cart-subtotal,
    .shop_table tr.order-total {
        font-family: 'Nunito' !important;
        font-size: 14px !important;
    }

    p.wc-gzd-additional-info.small-business-info {
        display: none !important;
    }


    .order-details-entry {
        border-bottom: 0px #eee solid;
        padding-top: 2em;
        padding-bottom: 0.5em;
    }

    th.product-name {
        padding-left: 0;
    }

    table.shop_table tr th,
    table.shop_table tr td {
        padding: 10px;
        padding-left: 0;
    }

    span.woocommerce-Price-amount.amount {
        font-weight: 400;
    }

    th.product-total,
    td.product-total,
    .order-total td,
    .cart-subtotal td {
        text-align: right;
    }


    /*.faq-row,
    .faq-row .vc_row {
        max-width: 720px;
        margin: 0 auto;
    }*/

    .vc_toggle_title {
        padding: 0 20px;
    }

    .static-content-description p {
        font-family: 'Nunito' !important;
        font-size: 16px !important;
        line-height: 20px !important;
        font-weight: 300 !important;
    }

    .short-row {
        max-width: 720px;
        margin: 0 auto;
    }

    .static-content.heading-small {
        margin-top: 48px;
        margin-bottom: 20px;
        font-family: 'Bai Jamjuree' !important;
        font-size: 24px;
        line-height: 32px;
        font-weight: 600 !important;
        text-align: left;
    }

    .static-content.heading-large {
        margin-bottom: 0;
        font-size: 24px;
    }

    .short-row .heading-separator {
        margin-bottom: 48px;
    }

    .static-content-description {
        font-family: 'Nunito';
        color: black;
        font-size: 16px;
        line-height: 20px;
        font-weight: 300;
    }



    .woocommerce div#customer_login h2 {
        font-family: 'Bai Jamjuree';
    }

    .woocommerce-form-register .form-row label {
        margin-bottom: 10px;
        margin-top: 10px;
        font-family: 'Bai Jamjuree';
    }

    .woocommerce-form.woocommerce-form-login .woocommerce-form-row input,
    .woocommerce-form.woocommerce-form-register .woocommerce-form-row input {
        width: 100%;
    }

    .woocommerce div#customer_login {
        display: flex;
        justify-content: space-between;
    }

    .woocommerce div#customer_login>div {
        width: 35% !important;
        margin: 0 !important;
    }

    img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail.wmsc-thumbnail {
        max-width: 100px;
    }
.faq-page-heading{padding-left: 0 !important;padding-right: 0 !important;}
    /*body{background: yellow;}*/
}

@media screen and (min-width: 1280px) {

    .header-bottom.mobile,
    .mobile-slider,
    .mobile-product-info-slider {
        display: none;
    }

    .header-bottom.desktop,
    .desktop-slider,
    .homepage-product-slider-block,
    .side-icons,
    .desktop-product-info-slider {
        display: block;
    }

    #logo img {
        max-width: 400px;
    }

    .entry.user,
    .entry.cart {
        display: inline-block;
        vertical-align: bottom;
        border-left: none;
        border-right: none;
        margin-left: -1px;
        padding: 30px 15px;
        font-size: 12px;
        color: #888;
        text-transform: uppercase;
        position: relative;
    }

    .cky-btn-revisit-wrapper {
        background: #0098BC !important
    }

    .cart-block,
    .sortby-filter {
        display: none;
    }

    .entry.cart:hover .cart-block {
        display: block;
        position: absolute;
        z-index: 10000;
        background: white;
        width: 300px;
        height: auto;
        top: 46px;
    }

    .entry img {
        display: block;
        margin: 0 auto;
        width: 50%;
    }



    .vc_row:not([data-vc-full-width="true"]),
    .post-type-archive-product .container,
    .container {
        width: 1280px !important;
        margin: 0 auto;
    }


    .header-bottom {
        box-shadow: none;
    }

    header {
        background: white;
    }

    header.main_header {
        box-shadow: 0px 2px 4px rgb(0 0 0 / 25%);
        height: 104px px;
    }

    .header-right-icons {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    footer {
        background: #12171C;
        position: relative;
    }

    footer .container {
        width: 960px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer-bottom,
    .toggle-products-view {
        padding: 30px 0;
        display: none !important;
    }

    .product-preview-shortcode .sidebar {
        position: absolute;
        top: 95%;
        left: 20% !important;
        width: 100%;
        height: auto;
    }

    .product-preview-shortcode .sidebar .entry {
        width: 70px px;
        display: inline-block;
        height: 70px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        border: 1px #eee solid;
        cursor: pointer;
        margin-bottom: 20px !important;
        transition: all .3s;
        -webkit-transition: all .3s;
    }


    .content-margins {
        position: relative;
        border-left: 0;
        border-right: 0;
    }

    .header-empty-space {
        height: 0;
    }

    .slider-wrapper {
        position: relative;
        margin-top: -75px;
    }

    .heading-small {
        opacity: 1;
        color: rgba(0, 152, 188, 1);
        font-family: "Nunito";
        font-size: 20px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 24px;
        margin-bottom: 10px;
        text-transform: initial;
    }

    .heading-large {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 32px;
        font-weight: 600 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 36px;
        text-transform: uppercase;
    }

    .heading-description {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito";
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
        margin-bottom: 0;
    }

    .slider-next-image .vc_column-inner {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right center;
    }

    .technical-detail {
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 20%;
        margin-top: -20px !important;
        padding-bottom: 50px !important;
    }

    .homepage-product-slider-block {
        padding-top: 60px !important;
    }

    .faq-block-outer {
        margin-top: 60px !important;
        padding-bottom: 50px !important;
    }

    .feature-heading {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 20px;
        font-weight: 600 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 36px;
        margin-top: 25px;
    }

    .feature {
        width: 100%;
    }

    .feature-text {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 16px;
        font-weight: 600;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        width: 400px;
        line-height: 20px;
        padding: 10px 5px;
    }

    .feature-description {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
        padding: 10px 5px;
        vertical-align: middle;
    }

    .feature-text img {
        display: inline;
        vertical-align: middle;
    }

    .banner-cover {
        background-repeat: no-repeat;
        background-size: auto;
        background-position: top center;
    }

    .banner .heading-small {
        opacity: 1;
        color: rgba(255, 255, 255, 1);
        font-family: "Nunito";
        font-size: 20px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left !important;
        line-height: 24px;
    }

    .banner {
        background-size: 100%;
        background-position: top center;
        background-repeat: no-repeat;
    }

    .banner .heading-large {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;

        font-size: 32px;
        font-family: "Bai Jamjuree" !important;
        font-weight: 600 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center !important;
        line-height: 36px;
        text-transform: initial;
    }

    .banner.banner-top .heading-large {
        text-align: left !important;
        text-transform: uppercase !important;
    }

    .banner .heading-description {
        opacity: 1;
        color: rgba(255, 255, 255, 1);
        font-family: "Nunito";
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left !important;
        line-height: 20px;
        margin-top: 30px;
    }

    .woocommerce-edit-address .button,
    .woocommerce-edit-account .button {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }

    .banner .vc_btn3-inline {
        display: block;
        text-align: left;
    }

    .banner .vc_btn3 {

        margin: 30px auto;
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }



    .product-slider .simple-article,
    .product-slider .h2,
    .product-slider .title-underline,
    .product-slider .icons.product {
        display: none;
    }

    .product-slider .slider-wrapper {
        position: relative;
        margin-top: 0px;
    }

    .product-slider .tab-menu.active {
        box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
        -webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
        background-color: transparent;
        box-shadow: none;
        opacity: 1;
        color: rgba(0, 152, 188, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 20px !important;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 36px;
    }

    .product-slider .tab-menu {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 36px;
    }

    .product-slider .tab-menu:hover {
        box-shadow: none;
        color: rgba(0, 152, 188, 1);
    }

    .product-slider .tabulation-toggle li {
        border: none;
    }

    .product-slider .product-shortcode.style-5.small {
        background: #F8F8F8;
        padding: 0;
        border: none;
    }

    .product-slider .product-shortcode.style-5.small:hover {
        border: 3px solid #0098BC !important;
        padding: 0;
    }


    .product-slider .swiper-slide {
        padding: 15px;
    }

    .product-slider .product-shortcode.style-5.small .preview-buttons .button {
        float: left;
        width: 100%;
        border-radius: 0;
        -webkit-border-radius: 0;
        margin: 0;
    }

    .product-slider .product-shortcode.style-5.small .preview {
        margin-bottom: 0;
    }

    .product-slider .slider-wrapper.side-borders:before,
    .product-slider .slider-wrapper.side-borders:after {
        display: none;
    }

    .faq-block {
        margin-top: 18px !important;
    }

    .faq-block .vc_toggle {
        margin-bottom: 10px;
        padding: 15px 10px;
        box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
        background: white;
    }

    .vc_toggle_active>.vc_toggle_title>h2 {
        font-weight: 700 !important;
    }


    .faq-block .vc_toggle_title h2 {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito" !important;
        font-size: 16px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
    }

    .faq-block .vc_toggle_content p {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito" !important;
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
    }

    .faq-block button {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-family: "Nunito";
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        text-transform: uppercase;
        background: rgb(0, 152, 188) !important;
        border: none !important;
        margin: 30px auto;
        display: block;
    }

    .faq-block .vc_btn3-inline {
        display: block;
        text-align: center;
    }


    .footer-tab-header {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        margin-bottom: 25px;
        font-family: "Bai Jamjuree" !important;
        font-size: 20px;
        font-weight: 600;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 34px;
        text-transform: uppercase;
    }

    .footer-logo {
        height: 30px;
        margin: 0;
        display: block;
        margin-bottom: 10px;
    }

    .logo-content {
        opacity: 1;
        font-family: "Nunito";
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        color: rgba(255, 255, 255, .5);
        font-size: 14px;
    }

    .company-name {
        opacity: 1;
        font-family: "Nunito";
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        color: rgba(255, 255, 255);
        font-size: 16px;
    }

    .company-address {
        opacity: 1;
        font-family: "Nunito";
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        color: rgba(255, 255, 255);
        font-size: 14px;
        margin-bottom: 5px !important;
    }

    .company-address a {
        color: rgba(255, 255, 255);
    }

    .footer-menu-item li {
        text-align: left;
    }

    .footer-menu-item li a {
        opacity: 1;
        font-family: "Nunito";
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        color: rgba(255, 255, 255) !important;
        font-size: 14px;
        text-transform: initial !important;
        font-size: 14px !important;
    }

    .breadcrumbs {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito";
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
        text-transform: uppercase;
    }

    .blog_widgets .h4 {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree";
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 36px;
    }

    .categories-menu li a {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito";
        font-size: 16px;
        font-weight: 300;
        /* font-style: normal; */
        letter-spacing: 0px;
        text-align: left;
        padding: 3px 0px;
        /* line-height: 20px; */
        text-transform: initial;
    }

    .ui-slider-range {
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #0098bc;
    }

    .ui-slider-handle {
        width: 12px;
        height: 12px;
        background: #fff;
        position: absolute;
        top: -3px;
        cursor: pointer;
        border: 3px #0098bc solid;
        border-radius: 2px;
        -webkit-border-radius: 2px;
    }

    .button.style-3 {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px !important;
        min-width: 200px !important;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }

    .checkbox-entry span {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito";
        font-size: 16px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
        text-transform: initial;
    }

    .widget-tag-product-cloud.blog_widgets,
    .footer-form-block {
        display: none;
    }

    .product-shortcode.style-1 .title {
        text-align: center;
    }

    .product-shortcode.style-1 .title a {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree";
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 24px;
    }

    .product-shortcode.style-1 .price {
        text-align: center;
    }

    .product-shortcode.style-1 .price .color {
        opacity: 1;
        color: rgba(0, 152, 188, 1);
        font-family: "Bai Jamjuree";
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 24px;
        text-transform: uppercase;
    }

    .product-shortcode.style-1 .color-selection+* {
        margin-right: 0;
    }

    .products-wrapper .product-shortcode.style-1 {
        /*     background: #F8F8F8;     */
        margin: 5px;
        border-radius: 8px;
        border: 3px #f6f6f6 solid;
    }

    .product-shortcode.style-1 .preview-buttons,
    .product-shortcode.style-7 .preview-buttons {
        position: absolute;
        left: 50%;
        margin-left: -100px;
        top: 0;
        width: 200px;
        height: 100%;
        text-align: center;
        transition: all .3s;
        -webkit-transition: all .3s;
        background: none;
        opacity: 0;
    }

    .product-shortcode.style-1 {
        border-radius: 8px;
        border: 3px #f6f6f6 solid;
    }

    .product-shortcode.style-1:hover {
        border: 3px solid rgba(0, 152, 188, 1) !important;
    }

    .product-cat-name {
        opacity: 1;
        color: rgba(0, 152, 188, 1) !important;
        font-family: "Nunito";
        font-size: 20px !important;
        font-weight: 400 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 24px;
    }

    .product-cat-name a {
        color: rgba(0, 152, 188, 1) !important;
    }

    .product-name {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 32px !important;
        font-weight: 600 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 1;
        text-transform: uppercase;
    }

    .product_single_price {
        opacity: 1;

        font-family: "Bai Jamjuree";
        font-size: 32px !important;
        font-weight: 600;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 32px;
        text-transform: uppercase;
    }

    .product_single_price span {
        color: rgba(0, 152, 188, 1);
    }

    .product-description {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito";
        font-size: 16px !important;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
    }

    input[name="update_cart"] {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }

    .button.style-2 {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px !important;
        min-width: 200px !important;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }

    /* .tabs-block,#swiper-unique-id-2{display:none;} */

    .woocommerce-checkout .content-inner .woocommerce {
        margin-top: 50px;
    }

    .faq-button a {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }

    .h4.shop-title {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree";
        font-size: 24px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 32px;
        text-transform: uppercase;
    }

    .breadcrumbs a {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito" !important;
        font-size: 16px !important;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
        text-transform: uppercase;
    }

    .result-count {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito";
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
    }

    .sortby-filter {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito-Light";
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: right;
        line-height: 20px;
    }

    .wpmc-tabs-wrapper .wpmc-tab-item:before {
        border-bottom-color: black !important;
        width: 100px;
    }

    .wpmc-tabs-wrapper .wpmc-tab-item:after {

        width: 100px;
        display: block;
        content: "";
        border-bottom: 2px solid black;
        height: 0;
        position: absolute;
        top: 0;

        right: 0;
        -webkit-transition: border-color .3s;
        -o-transition: border-color .3s;
        transition: border-color .3s;
    }

    .wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-number {
        border-color: #0098BC;
        background: #0098BC;
        color: #0098BC;
        box-shadow: none;
    }

    .wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number {
        border-color: #bcbcbc;
        background: #bcbcbc;
        color: #bcbcbc;
        box-shadow: none;
    }

    .wpmc-tabs-list li:first-child:before,
    .wpmc-tabs-list li:last-child:after {
        content: none;
    }


    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="checkbox"],
    input[type="password"],
    .select2-selection__rendered,
    textarea {
        border-radius: 8px !important;
        opacity: 1;
        background-color: rgba(248, 248, 248, 1) !important;
    }

    .select2-selection__rendered {
        padding: 10px 30px !important;
        color: #888;
    }

    .select2-selection.select2-selection--single {
        border: none;
        margin-bottom: 20px;
    }

    #wpmc-back-to-cart,
    #wpmc-prev,
    #wpmc-next {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }


    .button:before {
        content: none;
    }

    #place_order {
        margin: 0 auto;
        display: block;
        text-transform: uppercase;
        position: absolute;
        right: 0;
        bottom: -65px;
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }

    #legal {
        position: initial;
        width: 20px;
        vertical-align: sub;
        margin: 0;
    }

    .woocommerce-shipping-calculator {
        display: none !important;
    }

    .shop_table.cart-table th {
        background: #0098bc;
        font-weight: 700;
        font-family: "Bai Jamjuree";
        font-size: 13px;
        line-height: 18px;
        color: #fff;
        height: 70px;
        vertical-align: middle;
        padding: 0;
        text-align: center !important;
        text-transform: uppercase;
    }

    .shop_table.cart-table .product-name a {
        font-size: 14px
    }

    .shop_table.cart-table .product-name .h6,
    .search-txt {
        display: none !important;
    }

    .search span {
        text-align: left;
    }

    .entry.user a {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .entry.cart a {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .entry.shop a {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .entry a img {
        min-width: 25px;
    }

    .entry a span,
    .entry.user {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Nunito";
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 15px;
        text-transform: initial;
        margin-left: 5px;
    }

    ul.tabulation-toggle {
        display: none;
    }

    .main_header.scrolled {
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    }

    /* .wpmc-step-shipping .woocommerce-checkout-review-order-table {display:none;} */

    #rev_slider_2_1_wrapper .gyges .tp-thumb.rs-touchhover .tp-thumb-img-wrap,
    #rev_slider_2_1_wrapper .gyges .tp-thumb.selected .tp-thumb-img-wrap {
        background: none !important;
        border: 1px solid #B0BBBE;
        border: 2px solid rgb(0, 152, 188);
        box-shadow: none !important;
    }

    #rev_slider_2_1_wrapper .gyges .tp-thumb.rs-touchhover .tp-thumb-img-wrap,
    #rev_slider_2_1_wrapper .gyges .tp-thumb .tp-thumb-img-wrap {
        background: none;
        border: 2px solid #B0BBBE;
        box-shadow: none !important;
        border-radius: 8px;
    }

    .tp-thumb-image {
        box-shadow: none !important;
    }

    /* .tp-thumb{height:50px!important;} */

    i.vc_toggle_icon {
        left: 97% !important;
    }

    i.vc_toggle_icon:before,
    i.vc_toggle_icon:after {
        content: none !important;
    }

    .vc_toggle_default .vc_toggle_icon {
        background: url("/wp-content/uploads/2022/10/arrow-down.png");
        border: 0;
        height: 20px !important;
        width: 25px !important;
        margin: 0 !important;
    }

    .faq-background .vc_column-inner {
        background-position: right center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .faq-background .vc_column-inner {
        padding: 0 !important;
    }

    .cart-empty.woocommerce-info {
        display: none
    }

    ;

    .cart-empty.required {}

    /* footer{margin-top:20px} */
    .woocommerce-shop .product-shortcode.style-1 .title {
        height: 92px;
        padding-top: 25px;
    }

    #payment_heading {
        margin-bottom: 20px;
    }

    table.shop_table tr th,
    table.shop_table tr td {
        padding: 10px;
    }

    td.product-name {
        display: flex;
        align-items: center;
    }

    .wc-gzd-product-name-right,
    .wc-gzd-product-name-right strong {
        font-weight: 600;
        font-size: 16px;
        vertical-align: middle;
    }

    table.shop_table {
        width: 100%
    }

    .popup-or {
        height: 140px;
        position: relative;
        display: none;
    }

    .row.m5.socials_button_ajax,
    .follow.light {
        display: none;
    }

    .other_products {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 32px;
        font-weight: 600 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 36px;
        text-transform: uppercase;
    }

    .cart_heading {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 32px;
        font-weight: 600 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 36px;
        text-transform: uppercase;
    }

    .calculated_shipping * {
        font-family: nunito !important;
    }

    .calculated_shipping h4 {
        font-family: "Bai Jamjuree" !important;
    }

    .wpmc-tab-text {
        font-family: 'Bai Jamjuree';
        font-weight: 600 !important;
        font-size: 16px !important;
    }

    .wpmc-step-billing .h4,
    .wpmc-step-billing .checkbox-toggle-title span {
        font-family: 'Bai Jamjuree';
        font-weight: 600;
        font-size: 16px !important;
    }

    .wpmc-step-billing .h4 {
        margin-bottom: 45px;
    }

    .cart_item .product-name .wc-gzd-product-name-left {
        max-width: 10%;
        margin-right: 1em;
    }

    .cart_item .product-name .wc-gzd-product-name-left img {
        vertical-align: middle;
    }

    .cartanim {
        animation-name: mymove;
        animation-duration: .5s;
        animation-iteration-count: 1;
        animation-timing-function: ease;
        animation-fill-mode: forwards;
    }

    @keyframes mymove {
        from {
            transform: scale(1.3);
        }

        to {
            transform: scale(1);
        }
    }

    input[name="payment_method"] {
        display: inline;
        width: 20px;
        vertical-align: inherit;
        margin-top: 30px;
    }

    .wc_payment_method label {
        display: inline;
    }

    .wc_payment_method label img {
        width: 100px;
        vertical-align: middle;
        margin: 0 10px
    }

    .woocommerce-account .product-name,
    .woocommerce-account .product-total,
    .woocommerce-account .woocommerce-table--order-details,
    .woocommerce-account .post th,
    .woocommerce-account .comments th {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 20px !important;
        font-weight: 400 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 1;
        text-transform: initial;
    }

    .woocommerce-account td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;

        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
    }

    li.woocommerce-MyAccount-navigation-link a,
    li.woocommerce-MyAccount-navigation-link a:hover {
        font-family: "Bai Jamjuree" !important;
        font-weight: 600;
        font-size: 14px;
        margin-top: 10px;

    }

    .vc_separator:not(.specification-line) .vc_sep_line {
        width: 80px !important;
        border-top-width: 4px !important;
        margin-top: 16px;
        margin-bottom: 24px;
    }


    .vc_separator_line {
        width: 80px !important;
        border-top: 4px solid !important;
        margin-top: 16px;
        margin-bottom: 24px;
        border-color: #2a2a2a;
        height: 1px;
        display: block;
        position: relative;
        top: 1px;
    }

    .vc_separator.specification-line .vc_sep_line {

        border-top-width: 2px !important;
        margin-top: 8px;

    }

    .vc_separator.specification-line {
        margin-bottom: 24px;
    }

    .vc_custom_1666849391396 .col-sm-4 {
        padding: 16px !important;
    }

    .vc_custom_1666849391396 .col-sm-4:first-child {
        padding-left: 0px !important;
    }

    .vc_custom_1666849391396 .product-shortcode.style-1 {
        border: 1px solid #B0BBBE;
    }

    .vc_custom_1666849391396 .product-shortcode.style-1 .price .simple-article {
        text-align: center;
        display: block;
        opacity: 1;
        color: rgba(0, 152, 188, 1);
        font-family: "Bai Jamjuree";
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 24px;
        text-transform: uppercase;
    }


    .product-shortcode.style-1 .price .simple-article {
        text-align: center;
        display: block;
        opacity: 1;
        color: rgba(0, 152, 188, 1);
        font-family: "Bai Jamjuree";
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 24px;
        text-transform: uppercase;
    }


    .vc_custom_1666849391396 .product-shortcode.style-1 .description {
        display: none;
    }

    .vc_custom_1666849391396 .product-shortcode.style-1 .preview-buttons {
        top: 0 !important;
    }

    form.woocommerce-ResetPassword.lost_reset_password {
        margin-top: 50px;
    }

    form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row {
        text-align: center;
    }


    form.woocommerce-ResetPassword.lost_reset_password p {
        opacity: 1;
        color: rgb(0 0 0);
        font-family: "Nunito";
        font-size: 20px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;

        line-height: 24px;
    }

    form.woocommerce-ResetPassword.lost_reset_password {
        margin-top: 50px;
    }

    form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row {
        text-align: center;
        font-family: "Nunito";
    }

    form.woocommerce-ResetPassword.lost_reset_password input[type="submit"] {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
        width: auto;
        height: auto;
        line-height: unset;
    }

    form.woocommerce-ResetPassword.lost_reset_password label[for="user_login"] {
        font-weight: 600;
        margin-top: 60px;
        font-size: 14px !important;
    }

    .woocommerce-form-login input[type=submit]:hover {
        background: #0098BC !important;
    }

    .woocommerce-form-login input[type=submit] {

        background: #0098BC !important;

    }

    button[name="save_account_details"] {
        color: white !important;
    }


    .product-shortcode.style-1 .preview-buttons .button,
    .product-shortcode.style-7 .preview-buttons .button {
        min-width: 200px;
    }

    .button.size-2:not(.updatecart-btn),
    .button.style-2:not(.updatecart-btn) {
        width: 200px;
    }

    .no-padding {
        padding-left: 0;
        padding-right: 0;
    }

    .container.pagewrap {
        padding-top: 96px;
        min-height: 70vh;
        margin-bottom: 96px;
    }

    .product-big-preview-entry {
        padding-bottom: 60%;
    }

    .woocommerce-MyAccount-navigation>ul {
        margin-left: -15px
    }

    .woocommerce-order-received .thank-you-message {
        font-family: 'Bai Jamjuree';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
    }

    .woocommerce-order-received .woocommerce-order h2 {
        margin-bottom: 10px;
        clear: both;
        padding-top: 60px;
        font-family: Bai Jamjuree;
        font-size: 24px;
        font-weight: 700;
    }

    .woocommerce-order-received table.order-table {
        width: 100%;
    }

    .woocommerce-order-received .order-table td {
        padding: 10px 0;
        font-family: 'Nunito';
        font-size: 18px;
    }

    .woocommerce-order-received.woocommerce-checkout .shop_table {
        background-color: transparent;
        width: 100%;
        margin-top: 0px;
    }

    .woocommerce-order-received.woocommerce-checkout .shop_table th.product-name,
    .woocommerce-order-received.woocommerce-checkout .shop_table th {
        padding: 10px 0;
        font-weight: 700 !important;
        font-family: 'Nunito' !important;
        font-size: 18px !important;
        text-transform: capitalize;
    }

    .woocommerce-order-received.woocommerce-checkout .shop_table td.product-name,
    .woocommerce-order-received.woocommerce-checkout .shop_table td.product-name .product-quantity,
    .woocommerce-order-received.woocommerce-checkout .shop_table td.product-total .amount {
        padding: 10px 0;
        font-weight: 300 !important;
        font-family: 'Nunito' !important;
        font-size: 15px !important;
        text-transform: initial;
    }

    .woocommerce-order-received .woocommerce-column--billing-address p,
    .woocommerce-order-received .woocommerce-column--billing-address address,
    .woocommerce-order-received .woocommerce-column--shipping-address p,
    .woocommerce-order-received .woocommerce-column--shipping-address address {
        font-family: 'Nunito';
        font-size: 16px !important;
    }

    .single-product .product-shortcode.style-1 {
        border: 3px solid #f6f6f6 !important;
        padding: 25px 30px px 5px 30px;
        background: #fff;
        overflow: hidden;
        margin: 0px 18px;
    }

    .single-product .product-shortcode.style-1:hover {
        border: 3px solid rgba(0, 152, 188, 1) !important;
    }

    a.exzo_auth.button.size-2.style-3 {
        width: 130px;
    }

    .button.size-2 .text {
        padding: 0;
    }

    .exzo_footer_reg label.checkbox-entry a {
        font-size: 14px;
        font-weight: 400;
        font-family: 'Nunito';
    }


    /* .exzo_footer_reg .checkbox-entry span:before{top:10px}
     */
    a.exzo_reg.button.size-2.style-3 {
        width: 130px;
    }

    .simple-link.error-msg {
        color: red;
        padding: 0;
        position: relative;
        top: 15px;
        left: 0;
    }

    .woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info a {
        display: block;
        margin-bottom: 25px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
        display: block;
        margin-bottom: 25px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .woocommerce-MyAccount-content .form-row label {
        display: block !important;
        margin: 10px 0px 10px 0px;
        text-transform: initial;
        font-size: 14px;
    }

    .woocommerce-edit-address .select2-container--default .select2-selection--single {
        border: none;
        padding: 0;
    }

    a.button.wc-gzdp-order-pay-button,
    button.woocommerce-form-login__submit {
        padding: 17px 10px 15px 10px;
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        text-transform: uppercase;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-weight: 600;
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-width: 150px;
    }

    label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
        display: none !important;
    }

    .woocommerce-Button.button {
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px;
        min-width: 200px;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
        width: auto;
        line-height: unset;
    }

    button[name="save_account_details"] {
        width: unset !important;
    }

    #loader-wrapper {
        display: none !important;
    }

    p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide span em {
        display: block;
        margin-top: -10px;
    }

    #shipping_method li:before {
        display: none;
        background: none !important;
    }

    #shipping_method li input {
        width: 12px;
    }

    .wpmc-step-item>div.order-details-entry:first-child {
        display: none !important;
    }

    #wpmc-skip-login {
        z-index: 6;
        background-color: rgb(0, 152, 188);
        font-family: "Bai Jamjuree";
        text-transform: uppercase;
        cursor: pointer;
        height: auto;
        width: auto;
        color: rgb(255, 255, 255);
        text-decoration: none;
        white-space: nowrap;
        min-height: 0px;
        min-width: 0px;
        max-height: none;
        max-width: none;
        text-align: left;
        line-height: 47px;
        letter-spacing: 0px;
        font-weight: 600;
        font-size: 13px;
        padding-left: 37px;
        border-radius: 8px;
        padding-right: 37px;
        backdrop-filter: none;
        filter: none;
        transform-origin: 50% 50%;
        opacity: 1;
        transform: translate(0px, 0px);
        visibility: visible;
        border-width: 0px;
    }

    .woocommerce-shop .h4.shop-title {
        margin-top: 96px;
    }

    .woocommerce-shop .products-content .products-wrapper {
        margin-top: 30px;
    }

    /* #content-block{min-height:100vh;}
    footer{position:absolute;bottom:0;width:100%;} */

    .button:hover .icon {
        left: -50px !important;
    }

    .button:hover .text {
        left: 0 !important;
    }

    .exzo_footer_auth h3,
    .exzo_footer_reg h3 {
        opacity: 1;
        color: rgba(18, 23, 28, 1);
        font-family: "Bai Jamjuree" !important;
        font-size: 32px;
        font-weight: 600 !important;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 36px;
        text-transform: uppercase;
    }

    .exzo_footer_auth input,
    .exzo_footer_reg input {
        font-family: nunito;
    }

    .exzo_footer_auth a.simple-link,
    .exzo_footer_reg a {
        opacity: 1;
        font-family: "Nunito";
        font-size: 14px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 16px;
        margin-bottom: 0px;
        text-transform: initial;
    }

    .popup-align {
        padding: 20px;
        overflow: hidden;
    }

    .woocommerce-lost-password .woocommerce-ResetPassword.lost_reset_password {
        max-width: 800px;
        margin: 0 auto;
        text-align: center;
    }

    form.woocommerce-ResetPassword.lost_reset_password label {
        font-family: 'Bai Jamjuree';
        font-weight: 600;
        font-size: 16px !important;
    }

    .cart-table tbody td:nth-child(2) {
        text-align: center;
        padding-left: 0;
        display: table-cell;
        vertical-align: middle;
    }

    .cart-table tbody td:nth-child(2) a {
        vertical-align: middle;
    }

    .cart-table tbody .product-thumbnail a {
        vertical-align: middle;
    }

    .single-line-form input#coupon_code {
        width: 280px;
    }

    p.wc-gzd-additional-info.small-business-info {
        display: none;
    }

    .products-wrapper .product {
        min-height: 380px;
    }

    .empty-space.col-md-b96 {
        height: 96px;
    }

    .empty-space.col-md-b48 {
        height: 48px;
    }


    .wpmc-steps-wrapper {
        margin-top: 70px;
    }

    form.checkout.woocommerce-checkout input,
    form.checkout.woocommerce-checkout textarea,
    form.checkout.woocommerce-checkout select,
    form.checkout.woocommerce-checkout span {
        font-family: nunito;
    }

    .wpmc-step-item.wpmc-step-billing .col-md-12 {
        padding: 0;
    }

    .wpmc-step-item.wpmc-step-payment label,
    ul.wc_payment_methods.payment_methods.methods p {
        font-family: nunito !important;
    }

    /* .faq-row{max-width:720px;} */


    /* .wpmc-step-item.wpmc-step-login {
        max-width: 720px;
        margin: 0 auto;
    } */

    div.wpmc-nav-wrapper.wpmc-no-back-to-cart button#wpmc-skip-login {
        display: none !important;

    }

    form.woocommerce-form.woocommerce-form-login.login {
        font-family: nunito;
    }

    .woocommerce-form-login .form-row label {
        margin-bottom: 10px;
        margin-top: 10px;
        font-family: 'Bai Jamjuree';
    }

    .woocommerce-form-login input[type=submit]:hover,
    .woocommerce-form-login input[type=submit] {
        background: #0098BC !important;
        opacity: 1;
        color: rgba(255, 255, 255, 1) !important;
        font-style: normal;
        letter-spacing: 0px;
        border: none !important;
        font-family: 'Bai Jamjuree';
        font-size: 14px !important;
        background: #0098BC !important;
        border-radius: 8px !important;
        min-height: 48px !important;
        min-width: 200px !important;
        padding: 14px 16px !important;
        font-weight: 600;
        text-align: center !important;
        text-transform: uppercase;
        object-fit: fill;
        height: auto;
        width: auto;
        line-height: unset;
    }

    .lost_password {
        margin-top: 15px;
    }

    .wpmc-nav-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 1em;
        /*     width: 720px; */
        clear: both;
        margin-left: auto;
        margin-right: auto;
    }

    .wpmc-step-item.wpmc-step-billing {
        width: 720px;
        margin: 0 auto;
    }

    h3#order_review_heading {
        margin-top: 35px;
    }

    label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
        margin-top: 42px;
    }


    .shipping.order-details-entry.simple-article.size-3.grey.uppercase.one {
        font-family: 'Bai Jamjuree' !important;
        font-weight: 600;
    }


    .woocommerce-checkout .shop_table {
        background-color: transparent !important;
    }

    .shop_table th.product-name,
    .shop_table th.product-total {
        font-size: 20px !important;
        font-weight: 600 !important;
        text-transform: uppercase;
        font-family: 'Bai Jamjuree' !important;
    }

    .shop_table .wc-gzd-product-name-right,
    .shop_table .wc-gzd-product-name-right strong {
        font-size: 14px;
        vertical-align: middle;
        font-weight: 400;
        font-family: 'Nunito' !important;
        text-transform: initial;
    }

    .shop_table tr.cart-subtotal,
    .shop_table tr.order-total {
        font-family: 'Nunito' !important;
        font-size: 14px !important;
    }

    p.wc-gzd-additional-info.small-business-info {
        display: none !important;
    }


    .order-details-entry {
        border-bottom: 0px #eee solid;
        padding-top: 2em;
        padding-bottom: 0.5em;
    }

    th.product-name {
        padding-left: 0;
    }

    table.shop_table tr th,
    table.shop_table tr td {
        padding: 10px;
        padding-left: 0;
    }

    span.woocommerce-Price-amount.amount {
        font-weight: 400;
    }

    th.product-total,
    td.product-total,
    .order-total td,
    .cart-subtotal td {
        text-align: right;
    }


    .faq-row,
    .faq-row .vc_row {
        max-width: 720px;
        margin: 0 auto;
    }

    .vc_toggle_title {
        padding: 0 20px;
    }

    .static-content-description p {
        font-family: 'Nunito' !important;
        font-size: 16px !important;
        line-height: 20px !important;
        font-weight: 300 !important;
    }

    .short-row {
        max-width: 720px;
        margin: 0 auto;
    }

    .static-content.heading-small {
        margin-top: 48px;
        margin-bottom: 24px;
        font-family: 'Bai Jamjuree' !important;
        font-size: 24px;
        line-height: 32px;
        font-weight: 600 !important;
        text-align: left;
    }

    .static-content.heading-large {
        margin-bottom: 0
    }

    .short-row .heading-separator {
        margin-bottom: 48px;
    }

    .static-content-description {
        font-family: 'Nunito';
        color: black;
        font-size: 16px;
        line-height: 20px;
        font-weight: 300;
    }



    .woocommerce div#customer_login h2 {
        font-family: 'Bai Jamjuree';
    }

    .woocommerce-form-register .form-row label {
        margin-bottom: 10px;
        margin-top: 10px;
        font-family: 'Bai Jamjuree';
    }

    .woocommerce-form.woocommerce-form-login .woocommerce-form-row input,
    .woocommerce-form.woocommerce-form-register .woocommerce-form-row input {
        width: 100%;
    }

    .woocommerce div#customer_login {
        display: flex;
        justify-content: space-between;
    }

    .woocommerce div#customer_login>div {
        width: 35% !important;
        margin: 0 !important;
    }

    img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail.wmsc-thumbnail {
        max-width: 100px;
    }
}