button, a, input[type="button"], input[type="submit"] {
    transition:300ms all;
    }
    .post-box-inr p {
        line-height: 28px;
    }
    .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .container-fluid {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .top-header-inr {
        display: flex;
        flex-wrap: wrap;
            align-items: center;
    }
    .top-header-left {
        flex: 0 0 50%;
        max-width: 50%;
        text-align: center;
    }
    .top-header-right {
        flex: 0 0 50%;
        max-width: 50%;
        text-align: right;
    }
    .leftdiv {
        position: relative;
        display: inline-block;
        padding-right: 25px;
    }
    .top-header a, .top-header p, .top-header strong {
        font-size: 14px;
        vertical-align: middle;
        text-transform: uppercase;
        line-height: initial;
    }
    .top-header strong {
        color: #1ea3b6;
        border-bottom: 1px dashed #1ea3b6;
        position: relative;
        top: -1px;
    }
    .bg-dark {
        border-radius: 0 0 50px 50px;
        padding: 5px 20px;
        text-align: right;
        width: auto;
        background: #1ea3b6;
        display: inline-block;
    }
    .top-header-right a {
        padding: 0 5px;
        color: #fff;
        position: relative;
        top: -3px;
        display: inline-flex;
        gap: 5px;
        align-items: center;
    }
    
    .top-header-right a svg {
        max-height: 14px;
    }
    .main-header {
        padding: 1rem 0;
        border-bottom: 1px solid #f0f0f0;
        transition:300ms all;
        top:-100px;
    }
    .home .main-header {
        border-bottom:0;
    }
    .header-inr {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .header-inr .mobile-icon {
    display:none;
    }
    .header-inr .mobile-icon .border {
        background: #000000;
        display: block;
        width: 31px;
        height: 3px;
        margin-bottom: 6px;
        border: 0;
    }
    .header-inr .mobile-icon .border:nth-child(2) {
        width: 27px;
    }
    .header-inr .mobile-icon .border:nth-child(3) {
        width: 24px;
    }
    .header-left {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .header-right {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        position:relative;
    }
    .header-center {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .site-logo a, .site-logo .custom-logo-link {
        display: block;
    }
    .site-branding {
        display: none;
    }
    .menu-button-container {
        display: none;
    }
    .header-center .menu-wrapper {
        display: flex;
        justify-content: center;
    }
    .header-center .menu-wrapper li {
        position: relative;
        padding: 0 10px;
    }
    .header-center .menu-wrapper li a {
        text-transform: uppercase;
        color: #121212;
        font-size: 16px;
    }
    .header-center .menu-wrapper li.current-menu-item a, .header-center .menu-wrapper li:hover a {
        color: #1ea3b6;
        border-bottom: 2px solid #1ea3b6;
    }
    .header-right .search_form {
        position: absolute;
        right: 70px;
        top: -10px;
        opacity: 0;
        z-index: 9;
        border-radius: 25px;
        z-index: -1;
        height: 0;
        overflow: hidden;
        transition: all .3s ease 0s;
        -o-transition: .3s;
        -webkit-transition: .3s;
        -ms-transition: .3s;
        width: 0;
    }
    .header-right .search-wrap.toggle .search_form {
        opacity: 1;
        z-index: 99999999;
        height: initial;
        width: 270px;
    }
    .header-right .search_form input.search-field {
        height: initial;
        font-size: 15px;
        margin: 0 !important;
        text-transform: uppercase;
        border-radius: 25px;
        line-height: initial !important;
        width:100%;
    }
    .header-right .search_form input.search-field {
        padding: 15px 50px 15px 15px;
        border: 1px solid #e9e9e9;
    }
    .header-right .search_form input[type=submit] {
    border: 0;
        position: absolute;
        right: 14px;
        top: 10px;
        background: url(/wp-content/uploads/2024/04/search-svgrepo-com.svg);
        background-repeat: no-repeat;
        background-position: center center;
        font-size: 0;
        width: 25px;
        height: 25px;
        padding: 0;
        background-size: cover;
        z-index: 99;
    }
    .header-right .search-wrap {
        width: 30px;
        height: 33px;
        text-align: center;
        border-radius: 5px;
        cursor: pointer;
    }
    .header-right-inr {
        display: flex;
        gap: 15px;
            justify-content: end;
    }
    .cart-icon {
        position: relative;
    }
    .cart-icon .header-cart-count {
        position: absolute;
        top: -7px;
        right: -7px;
        color: #fff;
        width: 20px;
        height: 20px;
        text-align: center;
        display: inline-block;
        border-radius: 10px;
        background: #1ea3b6;
        font-size: 12px;
        line-height: 19px;
    }
    
    .main-header.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000; 
        background:#fff;
            padding: 10px 0;
    }
    body.search-active .search-boxactive {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: black;
        z-index: 999998;
        opacity: .5;
        transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        -webkit-transition: all .3s ease 0s;
        -ms-transition: all .3s ease 0s;
    }
    .mobile-navigation {
        position: fixed;
        width: 320px;
        height: 100%;
        left: -320px;
        padding: 0;
        top: 0;
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
        transition: 0.5s;
        z-index: 9999999;
        padding-bottom: 20px;
        background: url(/wp-content/uploads/2024/04/nav-pattern-bg.webp);
        background-color: #fff;
        background-size: cover;
        background-position: center center;
        overflow-x: scroll;
    }
    .mobile-logo {
        border-bottom: 1px solid rgb(18 18 18 / 10%);
        padding: 5px 20px 15px;
        text-align: left;
    }
    .mobile-logo img.custom-logo {
        max-width: 175px;
        object-fit: contain;
        display: block;
    }
    .mobile-nav .menu-wrapper {
        width: 100%;
        float: left;
        padding: 20px 0 20px 0;
        border-bottom: 1px solid rgb(18 18 18 / 10%);
    }
    .mobile-nav .menu-wrapper li {
        padding: 0 10px;
    }
    .mobile-nav .menu-wrapper li a {
        display: block;
        text-align: left;
        padding: 8px 10px;
        text-transform: uppercase;
        line-height: initial;
        border-bottom: 0;
        color: #121212;
    }
    body.menu-active .mobile-navigation {
    left: 0;
    }
    body.menu-active .nav-active {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000;
        z-index: 999998;
        opacity: 0.9;
    }
    /* footer css */
    .site-footer {
        background: #121212;
        padding-top: 175px;
        margin-top: -100px;
        position: relative;
        overflow: hidden;
    }
    .site-footer:after {
        content: '';
        background: url(/wp-content/uploads/2024/04/circle.svg);
        position: absolute;
        right: -50px;
        bottom: 0;
        width: 292px;
        height: 348px;
        background-size: cover;
    }
    .site-footer .footer-btm, .site-footer .container {
        position: relative;
        z-index: 1;
    }
    .footer-inr-row {
        display: flex;
        flex-wrap: wrap;
            margin-right: -15px;
        margin-left: -15px;
            justify-content: space-between;
    }
    .footer-column {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 1.5rem;
        max-width: 25%;
    }
    .footer-column:first-child {
        max-width: 32%;
    }
    .f-column-inr .site-logo {
        margin-bottom: 1rem;
    }
    .f-column-inr h4 {
        font-size: 18px;
        width: 100%;
        float: left;
        line-height: initial !important;
        margin-bottom: 1rem;
        color: #1ea3b6;
            margin-top: 0;
    }
    .f-column-inr h4 a {
        color: #fff;
        font-size: 22px;
        line-height: initial;
        display: block;
    }
    .f-column-inr h4 a:hover {
        color: #1ea3b6;
    }
    .f-column-inr h3.wp-block-heading {
        color: #fff;
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 700;
        margin-top: 0;
    }
    .f-column-inr p {
        color: #ffffff99;
        margin-bottom: 20px !important;
    }
    .f-column-inr .menu a {
        color: #ffffff99;
        display: block;
        margin-bottom: 12px;
        font-size: 16px;
        position: relative;
    }
    .f-column-inr .menu a:hover {
    color:#fff;
    }
    .footer-btm {
        background: #292929;
        padding: 15px 0;
    }
    .footer-btm-inr {
        display: flex;
        flex-wrap: wrap;
        align-items:center;
    }
    .footer-btm-left {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .footer-btm-right {
            flex: 0 0 50%;
        max-width: 50%;
        text-align: right;
        display: flex;
        justify-content: end;
        align-items: center;
        flex-wrap: wrap;
    }
    .footer-btm a, .footer-btm p {
        font-size: 14px;
        color: #fff;
        margin: 0;
    }
    .footer-btm a:hover {
    color:#1ea3b6;
    }
    .footer-navigation li {
        display: inline-block;
        width: auto;
        margin-left: 10px;
    }
    .footer-btm  a.dmca-badge {
        margin-left: 15px ;
        display: flex;
    }
    .footer-top {
        position: relative;
        z-index: 9;
        clear: both;
    }
    .footer-top-inr {
        background: #1ea3b6;
        box-shadow: 0 40px 80px rgba(59,57,57,.08);
        border-radius: 20px;
        padding: 3rem;
        padding-bottom: 25px;
        min-height: 203px;
    }
    .footer-top-wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .footer-top-left {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .footer-top-right {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .footer-top h3, .footer-top strong {
        color: #fff;
        margin: 0;
        position: relative;
        font-size: 24px;
            line-height: 34px;
        font-weight: 700;
    }
    .footer-top strong:after {
        content: '';
        background: url(/wp-content/uploads/2024/04/waves-black.svg);
        width: 105px;
        height: 9px;
        position: absolute;
        left: 50px;
        top: 30px;
    }
    .social-menu li a {
    width: 36px;
        height: 36px;
        text-align: center;
        border: 2px solid rgba(255, 255, 255, 0.1);
        border-radius: 6px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer-column:nth-child(3) {
        max-width: 18%;
    }
    ul.social-menu {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
    }
    .social-menu li a svg {
        width: 20px;
        height: 20px;
    }
    .social-menu li a:hover {
        background: #fff;
    }
    .social-menu li a:hover path {
        fill:#1ea3b6;
    }
    .social-wrap {
        margin-top: 25px;
    }
    
    /* banner css */
    .banner-wrapper {
        position: relative;
        padding: 3rem;
    }
        .banner-inr {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .banner-left {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .banner-left h1, .banner-left h1 span {
        color: #fff;
        margin-bottom: 28px;
        font-size: 56px;
        line-height: 65px;
        font-weight: 700;
        margin-top:0;
    }
    .banner-left h1 span {
         color: #1ea3b6;
    }
    .banner-left p {
        margin-bottom: 28px;
        color: rgba(255, 255, 255, .8);
        line-height: 28px;
    }
    .custom-btn {
        font-size: 16px;
        line-height: 22px;
        background:transparent;
        border-radius: 8px;
        padding: 12px 16px;
        color: #000;
        display: inline-block;
        border:1px solid #d5d5d5;
    }
    .custom-btn:hover {
        background: linear-gradient(180deg, #1ea3b6 0, #1ea3b6 100%);
        color: #fff;
    }
    .btn-blue {
    background: linear-gradient(180deg, #1ea3b6 0, #1ea3b6 100%);
    border:0;
    color:#fff;
    }
    
    .btn-blue:hover {
        background: linear-gradient(180deg, #1ea3b6 0, #1ea3b6 100%);
        color: #fff;
    }
    
    .banner-right {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .banner-right img {
        position: absolute;
        right: 0;
        bottom: -8rem;
        z-index: 9;
        max-width: 100%;
    }
    .overlay-after {
    position: absolute;
        right: 0;
        bottom: -132px;
        width: 42%;
        height: 150px;
        background: #111;
        border-radius: 0 0 50px 0;
        margin-left: auto;
    }
    .overlay-after:after {
          content: '';
        background: #111;
        width: 200px;
        height: 100%;
        position: absolute;
        left: -100px;
        bottom: 0;
        transform: skew(225deg);
        border-radius: 0 0 0 15px;
    }
    
    /* review sec css */
    .section.review-section {
        padding: 1.5rem 0;
    }
    .review-inr {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .review-column {
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .review-column ul {
        display: flex;
    }
    .review-column li {
        flex: 1 1 auto;
        width: 33.3%;
    }
    .review-column h2 {
        font-size: 34px;
        line-height: 41px;
        position: relative;
        margin: 0;
        font-weight: 700;
        color: #1ea3b6;
    }
     .review-column p {
       font-size: 15px;
       line-height: initial;  
      }
      
      /* deals sec css */
      .section.deals-section {
        padding: 3rem 0;
    }
      .deals-iwrap:before {
      content:"";
      }
      .deals-iwrap:after {
        content: '';
        background: #1ea3b6;
        position: absolute;
        left: 0;
        top: 10%;
        width: 100%;
        height: 80%;
        border-radius: 20px;
    }
    .deals-inr {
           position: relative;
        z-index: 9;
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .deals-left {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-top: auto;
        margin-bottom: auto;
    }
    .deals-right {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .deals-heading {
        position: relative;
        display: inline-block;
    }
    .deals-heading img {
        position: absolute;
        right: -50px;
        bottom: 10px;
    }
    .deals-heading h2 {
        color: #fff;
        font-size: 45px;
        line-height: 55px;
        margin: 0;
    }
    .deals-iwrap {
         position: relative;
        padding: 0 3rem;
    }
    .deals-right-inr {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .deals-right-inr .product-box {
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .product-box > a {
        border: 1px solid #d5d5d5;
        display: block;
        border-radius: 20px;
        padding: 16px;
        height: 100%;
        width: 100%;
        background: #fff;
    }
    .product-box > :hover {
        background: #121212;
        border-radius: 20px;
        border-color: #121212;
    }
    .product-box > :hover .add-detail img {
        filter: invert(1);
    }
    .product-img img {
        border-radius: 12px;
        margin-bottom: 20px;
        width: 100%;
        object-fit: cover;
    }
    .deals-right-inr .product-box > a {
        background: #121212;
        display: block;
        border: 0;
        color: #fff;
    }
    .product-box > a:hover img {
        transform: scale(1.05);
    }
    .add-detail {
        width: 100%;
        margin-bottom: 10px;
    }
    .product-box a:hover .add-detail li, .deals-right-inr .add-detail li {
        color: #fff;
    }
    .add-detail ul li {
    font-size: 15px;
        line-height: initial;
        display: flex;
        align-items: center;
        gap: 3px;
        color: #333;
    }
    .add-detail ul {
        display: flex;
        justify-content: space-between;
    }
       .deals-right-inr .product-box .add-detail img {
       filter: invert(1);
       }
       .product-box h3 {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 10px;
        color: #000;
        clear: both;
        min-height: initial;
        margin-top:0;
            padding: .5em 0;
    }
    .deals-right-inr .product-box h3 {
        font-size: 18px;
        color: #fff;
        text-align: left;
        min-height: initial;
        clear: both;
    }
    .deals-right-inr .product-box > a > span {
        color: #fff;
        font-size: 20px;
    }
    
    /* featured product */
    .featured-product {
        padding-top: 3rem;
    }
    .sec-heading {
        margin-bottom: 3rem;
        text-align: center;
    }
    .sec-heading h2, .sec-heading strong {
        font-size: 34px;
        line-height: 41px;
        position: relative;
        margin: 0;
        font-weight: 700;
    }
    .sec-heading strong:after {
        content: '';
        background: url(/wp-content/uploads/2024/04/waves-blue.svg);
        width: 105px;
        height: 9px;
        position: absolute;
        top: 35px;
        left: 90px;
        background-repeat:no-repeat;
    }
    .product-wrap {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .product-wrap .product-box > a {
    float:left;
    }
    .soldout {
        padding: 4px 5px;
        text-align: center;
        background: #000;
        color: #fff;
        position: absolute;
        top: 23px;
        left: -15px;
        font-size: 12px;
        line-height: initial;
        border-radius: 5px;
        text-transform: uppercase;
        width: 46px;
        z-index: 99;
    }
    .product-box {
        position: relative;
    }
    .product-box > a:hover .soldout {
        background: #1ea3b6;
    }
    .product-box span.price {
        color: #1ea3b6;
        border: 1px solid #1ea3b6;
        border-radius: 8px;
        padding: 11px 2px 9px;
        width: calc(100% - 65px);
        text-align: center;
        margin: 0 !important;
        float: left;
        line-height: initial;
        min-height: 46px;
        transition:300ms all;
    }
    .button.add_to_cart_button {
        background: linear-gradient(180deg, #1ea3b6 0, #0d91a9 100%) !important;
        float: right;
        border-radius: 8px;
        border: 0;
        padding: 10.5px 0;
        line-height: initial;
        width: 55px;
        display: flex;
        justify-content: center;
    }
    .product-box > a:hover h3 {
    color:#fff;
    }
    .product-box > a:hover span.price {
        background: #fff;
        border-color: #121212;
        color: #121212;
    }
    .mb-5 {
        margin-bottom: 3rem;
    }
    .product-btn-wrap {
        text-align: center;
        margin-bottom: 3rem;
    }
    
    
    /* brands sec css */
    .section.popular-brands {
        padding: 3rem 0 0;
            border-bottom: 1px solid #dee2e6;
    }
    .brands-head {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        align-items: center;
    }
    .sec-heading.brands-head-left {
        flex: 0 0 25%;
        max-width: 25%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        text-align: left;
        margin: 0;
    }
    .brands-head-right {
        flex: 0 0 75%;
        max-width: 75%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        text-align: right;
    }
    .brands-head-right .tabs, .brands-head-right .tabs-new {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
    }
    .brands-head-right .tabs li, .brands-head-right .tabs-new li {
        text-align: center;
        margin: 0;
        position: relative;
        border-bottom: 1px solid #dee2e6;
    }
    .brands-head-right .tabs li .tab, .brands-head-right .tabs-new li .tab-new {
        padding: 10px 15px 20px;
        display: inline-block;
        color: #000;
    }
    .brands-head-right .tabs li .tab.active:after, .brands-head-right .tabs li .tab:hover:after, .brands-head-right .tabs-new li .tab-new.active:after, .brands-head-right .tabs-new li .tab-new:hover:after {
        content: "";
        display: block;
        width: 57px;
        position: absolute;
        left: 0;
        right: 0;
        border-bottom: 3px solid #1ea3b6;
        bottom: 0;
        margin: 0 auto;
    }
    
    .brands-head-right .tabs li .tab.active:before, .brands-head-right .tabs li .tab:hover:before, .brands-head-right .tabs-new li .tab-new.active:before, .brands-head-right .tabs-new li .tab-new:hover:before {
        content: '';
        background: url(/wp-content/uploads/2024/04/down-arrow.svg);
        width: 24px;
        height: 12px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -10px;
        margin: 0 auto;
    }
    
    .tab_content {
        display: none;
    }
    .tab_content_active, .tab_content_active_new {
        display: block;
    }
    .brand-pro-wrap {
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }
    .brand-pro-wrap .product-box > a {
        display: flex;
        position: relative;
    }
    .brand-pro-wrap .product-box > a label.minable-coins {
        right: 10px;
    }
    .brand-pro-img {
        width: 100px;
    }
     .brand-pro-img img {
        width: 100%;
        border-radius: 10px;
    }
    
    .brand-pro-content {
        width: calc(100% - 115px);
        margin-left: 15px;
    }
    
    .brand-pro-content h3 {
        text-align: left;
    }
    .brand-pro-content .pro-price {
        color: #1ea3b6;
    }
    
    /* youtube sec css */
    .section.youtube-section {
        padding-top: 3rem;
    }
    .youtube-section .sec-heading {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .video-box {
        border: 1px solid #d5d5d5 !important;
        border-radius: 20px;
        padding: 0.25rem;
        background: #fff;
        position: relative;
        overflow: hidden;
    }
    .video-box a.fancybox {
        display: block;
    }
    .video-box > a > img {
        border-radius: 20px 20px 0 0;
        width: 100% !important;
        filter: brightness(.5);
        display: block !important;
    
    }
    .video-dtl {
        border-radius: 0 0 20px 20px;
        padding: 6px 0;
        font-size: 15px;
        color: #121212;
        width: 100%;
        background: #efefef;
        transition: all .3s ease 0s;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
    .video-box:hover > img, .video-box:hover .video-dtl {
        transform: scale(1.02);
        filter: initial;
            background: #000;
            color:#fff;
    }
    .video-dtl img {
        border-radius: 50%;   
        max-width: 36px !important;
    }
    .video-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }
    .video-left {
        flex: 0 0 40%;
        max-width: 40%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .video-right {
        flex: 0 0 60%;
        max-width: 60%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .video-right-inr {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        padding: 16px;
        border-radius: 20px;
        background: #121212;
    }
    .video-right-inr .video-box {
        flex: 0 0 calc(33.3% - 10px);
        max-width: calc(33.3% - 10px);
    }
    .play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 50px;
        max-height: 50px;
    }
    .play-icon img {
          width: 100% !important;
        display: block !important;
    }
    
    /* connected sec css */
    .section.connected-sec {
        padding-top: 3rem;
    }
    .connected-wrapper {
        position: relative;
        overflow: hidden;
            padding: 1.5rem;
    }
    .connected-bg {
        background: #1ea3b6;
        border-radius: 20px;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 90%;
    }
    .connected-inr {
        position: relative;
        z-index: 9;
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        padding: 0 3rem;
    }
    .connected-inr .sec-heading {
        color: #fff;
        max-width: 650px;
        margin: 0 auto;
        margin-bottom: 1.5rem;
    }
    .connected-row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        width: 100%;
    }
    .connected-row > div {
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .connected-left-inr {
        border-radius: 20px;
        border: 1px solid #dee2e6 !important;
        background: #fff;
        padding: 1.5rem;
    }
    .connected-left-inr p {
        text-align: center;
    }
    .connected-left-inr ul li {
        border: 1px solid #d5d5d5;
        border-radius: 12px;
        margin-bottom: 25px;
        position: relative;
    }
    .connected-left-inr ul li:last-child {
        margin-bottom: 0;
    }
    .connected-left-inr ul li a {
        display: flex;
        padding: 20px 15px;
        color: initial;
        justify-content: space-between;
        align-items: center;
    }
    .connected-left-inr ul li a > div {
        display: flex;
        align-items: center;
    }
    .connected-left-inr ul li a .export {
        width: 25px;
        height: 25px;
            transition: 300ms all;
    }
    .connected-left-inr ul li a > div img {
        width: 35px;
        height: 35px;
    }
    .connected-left-inr ul li:hover .export {
        transform: rotate(360deg);
    }
    .connected-left-inr ul li a > div h4 {
        margin: 0;
        margin-left: 15px;
    }
    .featured-youtube {
        border: 5px solid #fff;
        border-radius: 20px;
        background: #fff;
    }
    .featured-youtube iframe {
        border-radius: 20px;
        height: 300px;
        width:100%;
    }
    
    /* support sec css */
    .section.support-sec {
        padding: 3rem 0;
    }
    .support-sec .sec-heading h2 {
        margin-bottom: 35px;
    }
    .support-sec .sec-heading strong:after {
        left: 0;
    }
    .support-inr {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .support-inr .col {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
            width: 20%;
        padding: 0 5px;
    }
    .support-box {
        text-align: center;
        padding: 24px 0;
        border: 1px solid #d5d5d5;
        border-radius: 20px;
        transition: 300ms all;
    }
    .support-box:hover {
        background: #1ea3b6;
        border-color: #1ea3b6;
    }
    .support-box h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .support-box p {
        font-size: 15px;
        padding: 0 10px;
        min-height: 100px;
          transition: 300ms all;
        }
        .support-box:hover p, .support-box:hover h4 {
        color:#fff;
        }
        .support-box:hover h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
        .support-box > span {
        background: #fff;
        box-shadow: 0 2px 5px #d5d5d5;
        display: flex;
        margin: 0 auto;
        margin-bottom: 25px;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
    }
    .support-box > span img {
        height: 45px;
    }
    
    /* allbrands sec css */
    .section.allbrand-sec {
        padding: 0 0 3rem;
    }
    .allbrand-sec .sec-heading strong:after {
        width: 100%;
        top: 40px;
    }
    .allbrand-sec .container {
        max-width: 1400px;
        position: relative;
    }
    .section.allbrand-sec .mb-5 {
    padding-top:3rem;
    }
    .allbrand-inr {
        padding-bottom: 4rem;
    }
    .mb-5, allbrand-inr {
        position: relative;
        z-index: 9;
    }
    .allbrand-sec .container:after {
        content: '';
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        width: 1100px;
        height: 100%;
        border-radius: 20px;
        background: #f7f8fe !important;
        margin: 0 auto;
    }
    .brands-item a {
        display: block;
        color: #fff;
        border-radius: 20px;
        padding: 15px 0;
        background: #121212;
        text-align:center;
    }
    .brands-item a > img {
        width: 90% !important;
        height: auto;
        border-radius: 10px;
        margin: 0 auto 15px;
        background: #fff;
        display:block !important;
    }
    /* blogs sec css */
    .blogs-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .blogs-head .sec-heading {
        margin-bottom: 0;
        text-align: left;
    }
    .blogs-head .sec-heading strong:after {
        width: 81px;
        top: 35px;
        left: 0;
    }
    .blogs-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .post-box {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding-right: 15px;
        padding-left: 15px;
        position: relative;
        width: 100%;
        margin-bottom: 3rem;
    }
    .post-img img {
        margin-bottom: 15px;
        border-radius: 15px;
        width: 100%;
    }
    .post-box-inr h5 {
        margin: 10px 0;
    }
    .post-box-inr h5 a {
        font-size: 20px;
        line-height: 24px;
        color: initial;
    }
    .post-box-inr {
        padding: 10px;
        border: 1px solid #d5d5d5;
        border-radius: 15px;
        overflow: auto;
        transition: all .3s ease 0s;
    }
    .post-box-inr h5 a:hover {
    color:#1ea3b6;
    }
    
    /* about page css */
    .breadcrumb {
        margin: 1.5rem 0;
    }
    .breadcrumb p,  {
        font-size: 16px;
        text-transform: uppercase;
        color: #1ea3b6 !important;
    }
    .rank-math-breadcrumb a {
        font-size: 16px;
        text-transform: uppercase;
        color: #1ea3b6 !important;
    }
    .breadcrumb .separator {
        padding: 0 5px;
        font-size: 22px;
        position: relative;
        top: 1px;
        }
        .bg-page-banner {
        background: #121212;
        box-shadow: 0 15px 80px rgba(59,57,57,.08);
        border-radius: 20px;
        position: relative;
        padding: 3rem;
    }
    .page-banner-inr {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .page-banner-left {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .page-banner-right {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .page-banner-left h1 {
        margin: 0;
        color: #fff;
        font-size: 25px;
        line-height: 35px;
    }
    .page-banner-right ul {
        padding-left: 50px;
        margin-top: 5px;
    }
    .page-banner-right ul li {
        color: #fff;
        font-size: 18px;
        margin-bottom: 12px;
        position: relative;
    }
    .page-banner-right ul li:after {
        content: '';
        font-size: 18px;
        width: 24px;
        height: 24px;
        position: absolute;
        left: -40px;
        top: 0;
        background: url(/wp-content/uploads/2024/04/tick-circle.svg);
    }
    .section-about-qty {
        padding: 3rem 0;
    }
    .about-qty-inr {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .about-qty-box {
        flex: 0 0 25%;
        max-width: 25%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .qty-box-inr {
        padding: 15px 20px;
        background: #ebfbf8;
        border: 1px solid #1ea3b6 !important;
        border-radius: 20px;
        transition: all .3s ease 0s;
    }
    .qty-box-inr p {
        font-size: 15px;
        line-height: initial !important;
        min-height: 37px;
    }
    .qty-box-inr h2 {
        font-size: 34px;
        line-height: 41px;
        position: relative;
        margin: 0;
        font-weight: 700;
        color: #1ea3b6;
    }
    .about-img-wrap {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: 1.5rem;
    }
    .content-img {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .content-sec {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin: auto 0;
    }
    .about-img-wrap:nth-child(even) {
        flex-direction: row-reverse;
    }
    
    /* product page css */
    .product-list-wrap {
        width: 100%;
        position: relative;
        padding-top: 1.5rem;
    }
    .woocommerce-products-header {
        display: none;
    }
    .product-row {
        display: flex;
        flex-wrap: wrap;
        width:100%;
    }
    .product-row-top {
        margin: 0 -15px;
    }
    .product-sidebar {
        flex: 0 0 25%;
        max-width: 25%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .product-right {
        flex: 0 0 75%;
        max-width: 75%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .product-right > h1 {
        font-size: 25px;
        margin-bottom: 10px;
        line-height: initial;
        text-transform: capitalize;
        margin-top: 0;
    }
    .product-right .product-wrap .col-lg-3 {
        max-width: 33.3%;
        flex: 0 0 33.3%;
    }
    .sidehead_heading {
        width: 100%;
        text-align: left;
        margin: 0;
        text-transform: uppercase;
        font-size: 18px;
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 16px;
        margin-bottom: 16px;
        line-height: initial;
        font-weight: 700;
        color: #1ea3b6;
    }
    .widget_product_categories + .sidehead_heading {
        margin-top: 25px;
    }
    .product-sidebar .widget_product_categories ul li a {
        display: flex;
        text-align: left;
        padding: 8px 0;
        line-height: initial;
        border-bottom: 0;
        font-size: 16px;
        color: #121212;
        text-transform: uppercase;
        align-items: center;
        gap: 5px;
    }
    .product-sidebar .widget_product_categories ul li a img {
        max-width: 23px;
    }
    .product-sidebar .widget_product_categories ul li a:hover {
        color: #1ea3b6;
    }
    .product-list-sec select.orderby {
        font-size: 15px;
        padding: 10px 16px;
        line-height: initial;
        border-radius: 10px;
        border: 2px solid #efefef;
        color: #000;
    }
    .product-list-sec p.woocommerce-result-count {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 0;
        float: none;
        display: inline-block;
        vertical-align: middle;
        color: #000;
    }
    
    /* single product css */
    body.single-product .product {
        overflow: auto;
        border-radius: 20px;
        border: 1px solid #d5d5d5;
        padding: 35px;
    }
    body.single-product .summary h1 {
        font-size: 34px;
        line-height: 41px;
        margin-bottom: 20px;
		text-transform: uppercase;
    }
    .single-pro-wrap .add-detail li {
        display: inline-block;
        background: #f5f5f5;
        padding: 10px !important;
        margin: 0 20px 10px 0;
        border-radius: 5px;
        transition: all .3s ease 0s;
    }
    .single-pro-wrap .add-heading {
        display: block;
        line-height: initial;
        color: #1ea3b6;
        margin-bottom: 6px;
        font-size: 18px;
        transition: all .3s ease 0s;
    }
    .single-pro-wrap .add-detail li img {
        height: 16px !important;
        vertical-align: middle;
        width: auto !important;
        display: inline-block !important;
        margin: 0 !important;
    }
    .single-pro-wrap .add-detail ul {
        justify-content: center;
        text-align: center;
    }
    .single-pro-wrap .add-detail li:hover {
        background: #1ea3b6;
        color: #fff;
    }
    .single-pro-wrap .add-detail li:hover .add-heading {
    color:#fff;
    }
    .single-pro-wrap .add-detail li:hover img {
        filter: invert(1);
    }
    body.single-product .summary .price, body.single-product .summary .price bdi, body.single-product .summary .price span {
        font-size: 34px !important;
        line-height: 41px !important;
        color: #02011e !important;
    }
    body.single-product .single-pro-wrap p.price {
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .single-pro-wrap span.woo-selected-variation-item-name {
        display: none !important;
    }
    
    .single-pro-wrap li.variable-item {
        color: #121212 !important;
        border: 1px solid #efefef;
        border-radius: 8px !important;
        padding: 10px !important;
        font-size: 16px !important;
        line-height: initial !important;
        font-weight: 700;
        text-align: left !important;
        box-shadow: none !important;
        height: initial !important;
    }
    .single-pro-wrap li.variable-item:hover, .single-pro-wrap li.variable-item.selected {
    color: #1ea3b6 !important;
        border: 1px solid #1ea3b6;
    }
    .single-pro-wrap button.single_add_to_cart_button, .single-notice a.button.wc-forward, .form-submit input.submit, .return-to-shop a.button, .shipping-calculator-form button.button, .woocommerce-orders-table a.woocommerce-button.button {
        font-size: 16px !important;
        line-height: 22px !important;
        border-radius: 8px !important;
        padding: 12px 16px !important;
        display: inline-block !important;
        background: linear-gradient(180deg, #1ea3b6 0, #0d91a9 100%) !important;
        border: 0 !important;
        color: #fff !important;
    }
    .single-pro-wrap button.single_add_to_cart_button:hover, .single-notice a.button.wc-forward:hover, .form-submit input.submit:hover, .return-to-shop a.button:hover, .shipping-calculator-form button.button:hover, .woocommerce-orders-table a.woocommerce-button.button:hover {
        background: linear-gradient(180deg, #0d91a9 0, #1ea3b6 100%) !important;
        color: #fff !important;
    }
    .woocommerce-orders-table a.woocommerce-button.button {
    margin: 5px 10px;
}
    .single-pro-wrap .woocommerce-variation-price {
        padding-bottom: 15px;
    }
    .single-pro-wrap .quantity {
        border: 1px solid rgba(0, 0, 0, .1);
        border-radius: 6px;
        padding: 7px 2px;
        margin-right: 20px !important;
        line-height: initial !important;
        display: inline-block;
        background: #fff;
    }
    .single-pro-wrap .quantity .qty {
        border: 0;
        margin: 0;
        padding: 0;
        height: 30px;
    }
    .posted_in a {
        color: #1ea3b6;
    }
    .outofstock-form > img {
        position: absolute;
        left: 0;
        top: 28px;
    }
    .coins-wrap {
        border-top: 1px solid #d5d5d5;
        padding-top: 20px;
        margin-top: 20px;
        display: flex;
    }
    .coins-wrap .coins ul li {
        display: inline-block;
        text-align: center;
        width: 85px;
        word-wrap: break-word;
        vertical-align: top;
    }
    .coins-wrap .coins label, .coins-wrap .trustby label {
        display: block;
        font-weight: 700;
        text-align: left;
        font-size: 16px;
        color: #000;
        margin-bottom: 10px;
    }
    .coins img {
        width: 40px;
        height: 40px !important;
        margin-bottom: 5px;
    }
    .coins ul li p {
        font-size: 13px;
    }
    .coins-wrap > div {
        width: 50%;
    }
    .trustby ul {
        display: flex;
            gap: 5px;
    }
    .trustby ul a {
        display: block;
        border: 1px solid #dee2e6;
        border-radius: .25rem;
        padding: .5rem !important;
    }
    
    .single-pro-tabs .tabs li, .single-left-menu ul li, .faq-left-inr .menu li {
        margin-bottom: 20px;
    }
    .single-pro-tabs .tabs li:last-child, .single-left-menu ul li:last-child, .faq-left-inr .menu li:last-child {
        margin: 0;
    }
    .single-pro-tabs .tabs li a, .single-left-menu ul li a, .faq-left-inr .menu li a {
        border: 1px solid #d5d5d5;
        display: block;
        padding: 12px;
        border-radius: 8px;
        line-height: initial !important;
        color: #000;
        font-size: 16px;
        line-height: 22px !important;
    }
    .single-pro-tabs .tabs li.active a, .single-left-menu ul li.active a, .faq-left-inr .menu li.active a, .faq-left-inr .menu li:hover a {
        background: #1ea3b6;
        color: #fff;
        clip-path: polygon(0 0%, calc(100% - var(--pointy)) 0, 100% 50%, calc(100% - var(--pointy)) 100%, 0 100%, var(--pointy) -5000%);
        --padding: 20px;
        --pointy: 20px;
    }
    .single-pro-tabs .w-tabs-wrapper, .single-left-menu {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .single-pro-tabs ul.tabs, .single-left-menu ul {
        position: sticky;
        top: 0;
        margin: 0;
    }
    .single-pro-tabs .woocommerce-tabs.wc-tabs-wrapper, .single-pro-data .row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        clear: both;
    }
    .single-pro-tabs .tabs-content, .single-right {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .single-pro-tabs {
        padding-top: 3rem;
    }
    .woocommerce-Tabs-panel, .single-right .border {
        border: 1px solid #d5d5d5;
        border-radius: 12px;
        min-height: 250px;
        padding: 1.5rem;
        margin-bottom: 3rem;
    }
    .related-product-slider .owl-item > div {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
    }
    .owl-carousel .owl-item img {
        display: initial;
        width: min-content;
    }
    .related-product-slider .product-box > a {
        float: left;
    }
    .related-products .product-btn-wrap {
        margin-top: 1.5rem;
    }
    .single-faq {
        border: 1px solid #dee2e6 !important;
        border-radius: 12px;
        padding: 1.5rem;
        margin-bottom: 3rem;
    }
    .single-faq .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .single-faq .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .single-faq .border-right {
        border-right: 1px solid #dee2e6 !important;
    }
    .single-faq h3 {
        margin: 0;
        font-size: 24px;
        color: #1ea3b6;
        line-height: 34px;
    }
    .left.mb-4 {
        margin-bottom: 1.5rem;
    }
    .single-faq .box {
        background: #000;
        padding: 12px 25px 12px 0;
        display: inline-block;
        margin: 0 auto;
        position: relative;
        line-height: initial;
        border-radius: 8px;
    }
    .single-faq .box p {
        color: #fff;
        position: relative;
        z-index: 9;
    }
    .single-faq .box:after {
        content: '';
        display: block;
        width: 100px;
        height: 100%;
        position: absolute;
        left: -40px;
        top: 0;
        background: #000;
    }
    .single-faq .box a {
        font-weight: 700;
        color: #fff;
        border-bottom: 3px dashed #1ea3b6;
        margin-left: 6px;
    }
    .single-faq .accordion .accordion-container h4:before, .faq-content .accordion .accordion-container h4:before {
        content: '';
        width: 32px;
        height: 32px;
        position: absolute;
        right: 0;
        border-radius: 5px;
        top: 21px;
        font-size: 25px;
        text-align: center;
        line-height: 25px;
        transition: all .3s ease 0s;
        background: url(/wp-content/uploads/2024/04/arrow-down.svg) no-repeat center / 15px;
    }
    
    .single-faq .accordion .accordion-container h4:hover:before, .faq-content .accordion .accordion-container h4:hover:before {
        background-color: #1ea3b6;
        border-color: #1ea3b6;
        color: #fff;
        background-image: url(/wp-content/uploads/2024/04/arrowdown_white.svg);
    }
    .single-faq .accordion {
        padding: 0 0 0 15px;
    }
    .single-faq h4.accordion-toggle, .faq-content h4.accordion-toggle {
        font-size: 17px;
        font-weight: 400;
        padding: 16px 40px 16px 0;
        border-bottom: 1px solid #d5d5d5;
            color: #000;
            margin:0;
                position: relative;
                cursor:pointer;
    }
    .faq-content h4.accordion-toggle {
        padding: 25px 40px 25px 0;
    }
    .single-faq h4.accordion-toggle:hover, .faq-content h4.accordion-toggle:hover {
     color: #1ea3b6;
    }
    .single-faq .accordion .accordion-container h4.active, .faq-content h4.active {
        border: 0 !important;
        color: #1ea3b6;
    }
    .single-faq .accordion-content, .faq-content .accordion-content {
        font-size: 16px;
        padding-right: 0;
        transition: 300ms all;
        display:none;
    }
    .single-faq .accordion .accordion-container h4.active~.accordion-content, .faq-content h4.active~.accordion-content {
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 25px;
        line-height: 30px;
    }
    .faq-content .accordion .accordion-container:last-child .accordion-content {
        border: 0;
    }
    .woocommerce-Reviews-title, .woocommerce-Tabs-panel > div > h2, .single-right > div h3 {
        font-size: 20px;
        line-height: 24px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        padding-bottom: 10px;
        margin-bottom: 20px;
        display: block;
        margin-top: 0;
        text-transform: uppercase;
    }
    .woocommerce-Tabs-panel div ul li h2 {
        font-size: 16px;
        line-height: 22px !important;
        padding: 8px;
        margin: 0;
    }
    .woocommerce-Tabs-panel div ul li {
        border-top: 1px solid #dee2e6;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .woocommerce-Tabs-panel div ul li > div {
        width: 50%;
    }
    .single-right > div ol {
        margin: 0;
        padding-left: 16px;
    }
    .single-right > div li {
        font-size: 16px;
        line-height: 22px !important;
        color: #000;
        margin-bottom: 10px;
    }
    .c-tab-content {
    display: none;
    }
    .c-tab-content.active {
        display: block;
    }
    .outofstock-form {
        width: 100%;
        border-top: 1px solid #d5d5d5;
        padding-top: 20px;
        margin-top: 20px;
        position: relative;
        padding-left: 90px;
        min-height: 87px;
    }
    .outofstock-form iframe label {
        color: red !important;
        font-size: 12px;
        margin-bottom: 10px;
        display: inline-block;
        position: relative;
        line-height: 1.1 !important;
    }
    .single-notice .woocommerce-message {
        border-top-color: #1ea3b6;
    }
    .single-notice .woocommerce-message::before {
        color: #1ea3b6;
    }
    .single-product .connected-sec {
        border-top: 1px solid #dee2e6;
        padding-bottom: 3rem;
    }
    
    /* cart page css */
    .woocommerce-page .entry-header {
    display:none;
    }
    .wc-block-components-product-price {
        display: block;
        color: #1ea3b6;
    }
    a.wc-block-components-product-name {
        font-size: 18px;
        line-height: 24px !important;
        color: #121212 !important;
        margin-bottom: 10px;
        display: block;
    }
    .wc-block-components-quantity-selector {
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 6px;
        padding: 4px 2px;
        margin-right: 20px !important;
        line-height: initial !important;
        display: inline-flex;
        background: #fff;
    }
    .wc-block-components-quantity-selector:after {
        border: 0 !important; 
    }
    .wc-block-cart-item__quantity {
        display: flex;
    }
    .wc-block-components-sidebar {
        padding-left: 0;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
    }
    span.wc-block-components-totals-item__label {
        font-weight: 600;
    }
    span.wc-block-components-shipping-address, .wc-block-components-totals-shipping__change-address__link {
        display: none !important;
    }
    .woocommerce-page a.wc-block-cart__submit-button, .woocommerce-page .wc-block-components-totals-coupon__button {
        font-size: 16px !important;
        line-height: 22px !important;
        border-radius: 8px !important;
        padding: 12px 16px !important;
        display: inline-flex !important;
        background: linear-gradient(180deg, #1ea3b6 0, #0d91a9 100%) !important;
        border: 0 !important;
        color: #fff !important;
    }
    .woocommerce-page .wc-block-components-totals-coupon__button[disabled] {
    opacity:0.85;
    cursor:disabled;
    pointer-event:none;
    }
    .woocommerce-page a.wc-block-cart__submit-button:hover, .woocommerce-page .wc-block-components-totals-coupon__button:hover {
        background: linear-gradient(180deg, #0d91a9 0, #1ea3b6 100%) !important;
        color: #fff !important;
    }
    .woocommerce-page a.wc-block-components-totals-coupon-link {
        color: #1ea3b6 !important;
        border: 1px solid #1ea3b6;
        border-radius: 8px !important;
        padding: 10px !important;
        font-size: 16px !important;
        line-height: initial !important;
        font-weight: 700;
        text-align: left !important;
        box-shadow: none !important;
    }
     .woocommerce-page .wc-block-components-text-input input[type=text] {
        border: 1px solid rgba(0, 0, 0, 0.1);
    }
    .woocommerce-page .wc-block-components-text-input label {
        font-size: 16px;
        line-height: 21px;
        margin: 0;;
    }
    .woocommerce-page button.wc-block-cart-item__remove-link {
        font-size: 0 !important;
        background: url(/wp-content/uploads/2024/04/Delete.svg) no-repeat center / 20px !important;
        width: 30px;
        height: 30px;
        transition:300ms all;
    }
    .woocommerce-page button.wc-block-cart-item__remove-link:hover {
    transform:scale(1.08);
    }
    body .woocommerce-info {
        border-top-color: #1ea3b6;
    }
    body .woocommerce-info::before {
        color: #1ea3b6;
    }
    body .woocommerce-info a {
        color: #1ea3b6;
    }
    .checkout_coupon.woocommerce-form-coupon p {
        margin: 0;
    }
    .woocommerce p.stars a {
        color: #1ea3b6;
    }
    .comment-form-rating {
        margin-top: 15px;
    }
    .comment-form label {
        display: block;
    }
    .comment-form .comment-form-cookies-consent label {
        display: inline-block;
    }
    .woocommerce #review_form #respond p.form-submit {
        margin: 20px 0 0;
    }
    .woocommerce .star-rating span::before {
        color: #1ea3b6 !important;
    }
    .woocommerce .star-rating::before {
        content: "\e020" !important;
        color: #1ea3b6 !important;
    }
    .woocommerce .star-rating {
        height: 2em !important;
    }
    .comment-reply-title {
        font-weight: 600;
        color: #000;
        font-size: 20px;
        padding-bottom: 10px;
        display: block;
    }
    .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .comment-form-comment textarea, .comment-form input[type=text], .comment-form input[type=email] {
        color: #000;
        padding: 12px 16px 12px 16px;
        border: 1px solid #cccccc;
        border-radius: 6px;
        line-height: initial !important;
        font-size: 17px;
        height: inherit;
        width:100%;
    }
    body .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 46px;
    }
    body .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 46px;
    }
    body .select2-container--default .select2-selection--single {
        border: 1px solid #cccccc;
        border-radius: 6px;
        height: 46px;
    }
    .checkout-left-inr {
        border: 1px solid rgba(0, 0, 0, .2) !important;
        border-radius: 5px;
        padding: 20px;
    }
    .woocommerce-billing-fields h3 {
        margin: 0;
        color: #1ea3b6;
        font-size: 20px;
        margin-bottom: 25px;
    }
    .checkout-row > div {
        padding: 0 15px;
        position: relative;
        width: 100%;
    }
    .checkout-row {
        display: flex;
        margin-left: -15px;
        margin-right: -15px;
    }
    .checkout-left {
        flex: 0 0 62%;
        max-width:62%;
    }
    .checkout-right {
        flex: 0 0 38%;
        max-width: 38%;
    }
    .checkout-right-inr h3#order_review_heading {
        display: none;
    }
    .product-name img.alignleft {
        float: left;
        margin-right: 10px;
    }
    .woocommerce-checkout .checkout-right-inr #payment {
        background: transparent;
        border-radius: 5px;
        border: 1px solid rgba(0, 0, 0, .1);
    }
    .woocommerce-checkout .checkout-right-inr #payment ul.payment_methods {
        border-bottom: 0;
    }
    .woocommerce-checkout .checkout-right-inr #payment ul.payment_methods li {
        padding: 15px 0;
        border-bottom: 1px dashed #cccccc;
    }
    .woocommerce-checkout .checkout-right-inr #payment ul.payment_methods {
        padding: 0 1em;
    }
    .woocommerce-checkout .checkout-right-inr #payment div.payment_box {
        padding: 0;
        background-color: transparent;
    }
    .woocommerce-checkout .checkout-right-inr #payment div.payment_box::before {
        opacity: 0;
    }
    .woocommerce-checkout .checkout-right-inr #payment ul.payment_methods li img {
        margin: 0;
    }
    .checkout-right-inr a.woocommerce-privacy-policy-link {
        color: #1ea2b5;
    }
    .woocommerce .checkout-right-inr #payment #place_order, .woocommerce-page .checkout-right-inr #payment #place_order, .woocommerce-EditAccountForm button.woocommerce-Button.button {
        float: none;
        font-size: 16px !important;
        line-height: 22px !important;
        border-radius: 8px !important;
        padding: 12px 16px !important;
        display: inline-flex !important;
        background: linear-gradient(180deg, #1ea3b6 0, #0d91a9 100%) !important;
        border: 0 !important;
        color: #fff !important;
        width: 100%;
        justify-content: center;
        margin-top: 15px;
    }
    .woocommerce-orders-table a.woocommerce-button.button.view {
    margin:0;
    }
    .woocommerce .checkout-right-inr #payment #place_order:hover, .woocommerce-page .checkout-right-inr #payment #place_order:hover, .woocommerce-EditAccountForm button.woocommerce-Button.button:hover {
    background: linear-gradient(180deg, #0d91a9 0, #1ea3b6 100%) !important;
        color: #fff !important;
    }
    .checkout-features {
        margin: 3rem 0;
        width: 100%;
    }
    .checkout-features ul {
        display: flex;
    }
    .checkout-features ul li {
        margin: 0;
        list-style: none;
        flex: 1 1 auto;
        text-align: center;
        position: relative;
        z-index: 9;
    }
    .checkout-features ul li img {
        height: 100px;
    }
    
    .woocommerce-MyAccount-navigation a {
        display: block;
        text-align: left;
        padding: 8px 0;
        line-height: initial;
        border-bottom: 0;
        font-size: 16px;
        color: #121212;
        text-transform: uppercase;
    }
    .woocommerce-MyAccount-navigation .is-active a, .woocommerce-MyAccount-navigation a:hover {
        color: #1ea3b6;
    }
    .woocommerce-MyAccount-content {
        padding: 25px;
        border: 1px solid #ddd;
        border-radius: 10px;
    }
    .woocommerce-MyAccount-content p {
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd;
        font-size: 18px;
    }
    .woocommerce-MyAccount-content p:last-child {
        padding: 0;
        border: 0;
        font-size: 16px;
    }
    
    .woocommerce-page .woocommerce {
        margin: 3rem 0;
    }
    .woocommerce-MyAccount-content p a {
        color: #1ea3b6;
    }
    
    .woocommerce-EditAccountForm p {
        border: 0;
    }
    a.reset_variations {
        display: none !important;
    }
    .woocommerce-EditAccountForm fieldset {
        padding: 0;
        margin: 0;
        border: 0;
    }
    .order-text.border-top.pt-3 {
        margin-bottom: 50px;
    }
    .woocommerce-thankyou-order-received {
        font-size: 20px;
        font-weight: 600;
        color: #1ea3b6;
    }
    .woocommerce ul.order_details {
        display: flex;
        justify-content: space-between;
    }
    .woocommerce ul.order_details li {
        text-align: left;
        width: 100%;
    }
    .woocommerce-order-details {
        padding: 25px;
        border: 1px solid #ddd;
        border-radius: 10px;
    }
    h2.woocommerce-order-details__title, .woocommerce-customer-details h2.woocommerce-column__title {
        margin: 0;
        padding-bottom: 20px;
        font-size: 20px;
        color: #1ea3b6;
    }
    .woocommerce-table__line-item.order_item a {
        color: #000;
    }
    .woocommerce-customer-details .woocommerce-column {
        padding: 25px;
        border: 1px solid #ddd;
        border-radius: 10px;
    }
    .woocommerce-page .woocommerce .woocommerce-customer-details address {
        border: 0;
        border-radius: 0px;
        padding: 0;
    }
    .video-mobile-wrap {
        display: none;
    }
    .sidebar-active .sidebar-toggle {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000;
        z-index: 999998;
        opacity: .7;
    }
    span.toggle-icon, .product-sidebar .close-nav {
        display: none;
        align-items:center;
    }
    span.toggle-icon {
        width: 30px;
        height: 30px;
    }
    .entry-title {
    background: #121212;
        box-shadow: 0 15px 80px rgba(59,57,57,.08);
        border-radius: 20px;
        position: relative;
        background-size: cover;
        background-position: center center;
        padding: 3rem;
        margin: 0;
        color: #fff;
        font-size: 25px;
        line-height: 35px;
        text-align: center;
    }
    .product .entry-title {
        background: transparent;
        box-shadow: none;
        color: #000;
        text-align: left;
    }
    .entry-header .entry-title:after, .entry-header .entry-title:before {
        content: '';
        position: absolute;
        left: 35px;
        bottom: -50px;
        width: 105px;
        height: 110px;
    }
    .entry-header .entry-title:before {
        content: '';
        left: initial;
        right: 35px;
        top: -35px;
        bottom: initial;
        background: url(/wp-content/uploads/2024/04/breadcrumbs-right.png);
    }
    .entry-header .entry-title:after {
        background: url(/wp-content/uploads/2024/04/breadcrumbs-left.png);
    }
    .section.faq-wrapper {
        padding: 3rem 0;
        margin-top: 3rem;
            overflow: initial;
    }
    .faq-inr {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .faq-left {
        flex: 0 0 25%;
        max-width: 25%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .faq-right {
        flex: 0 0 75%;
        max-width: 75%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .faq-left-inr {
        position: sticky;
        top: 0;
        margin-left: 0;
    }
    .faq-content > h3 {
        font-size: 24px;
        margin-bottom: 25px;
        margin-top: 0;
        line-height: 34px;
    }
    .faq-content .accordion {
        width: 100%;
        background: #fff;
        border: 1px solid #d5d5d5;
        border-radius: 12px;
        padding: 0 24px;
        margin-bottom: 3rem;
    }
    h1.entry-titles {
        font-size: 56px;
        line-height: 65px;
        text-align: center;
        margin: 1.5rem 0;
    }
    .section.contact-sec {
        margin: 3rem 0;
        overflow: initial;
        padding-bottom:3rem;
    }
    .contact-wpr {
        background: #f7f8fe;
        padding: 3rem;
        border-radius: 20px;
        position: relative;
        border: 1px solid #dee2e6;
        margin-bottom: 3rem;
    }
    .contact-wpr:after, .contact-wpr:before {
        content: '';
        position: absolute;
        left: 15px;
        top: -25px;
        width: 105px;
        height: 105px;
        background-size: cover;
    }
    .contact-wpr:before {
        left: initial;
        right: 15px;
        top: initial;
        bottom: -60px;
        background-image: url(/wp-content/uploads/2024/04/breadcrumbs-left.png);
    }
    .contact-wpr:after {
      background-image: url(/wp-content/uploads/2024/04/breadcrumbs-right.png);
    }
    .contact-inr {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        padding: 1.5rem 3rem 0;
    }
    .contact-left, .contact-right {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .contact-right {
        padding-left: 3rem;
    }
    .contact-left ul li {
        margin-bottom: 35px;
        padding-left: 64px;
        position: relative;
    }
    .contact-left ul li img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .contact-left ul li h4 {
        font-size: 20px;
        font-weight: 700;
        color: #121212;
        margin: 0;
        margin-bottom: 0.5rem;
    }
    .contact-left ul li p, .contact-left ul li a {
        color: #333;
        font-size: 19px;
        word-break: break-all;
    }
    .contact-left ul li p {
        color: #333;
    }
    .contact-left ul li a {
        color:#1ea3b6;
    }
    .contact-right-inr {
        box-shadow: 0 40px 80px rgba(59,57,57,.28);
        border-radius: 20px;
        position: absolute;
        width: 100%;
        top: -30px;
        min-height: 400px;
        background-color: #fff;
        padding: 1.5rem;
    }
    .contact-right-inr h3 {
        font-size: 28px;
        line-height: 34px;
        font-weight: 700;
        margin: 0;
        margin-bottom: 0.5rem;
        text-align: center;
    }
    .form-row {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
    }
    .form-row-column {
        padding: 0 10px;
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 18px;
    }
    .form-columns-2 .form-row-column {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .form-row-column .wpcf7-form-control {
        padding: 0 15px;
        min-height: 27px;
        border: 0;
        border-radius: 0;
        border-bottom: 2px solid #cad5e2;
        font-size: 16px;
        line-height: 22px;
        color: #33475b;
        height: 40px;
            width: 100%;
    }
    .form-row-column textarea.wpcf7-form-control {
         height: auto;
        max-height: 75px;
    }
    .frow-btn-row {
        margin-top: 18px;
        margin-bottom: 18px;
        padding: 17px 0px;
        text-align: center;
    }
    .frow-btn-row .wpcf7-submit {
        font-size: 16px;
        line-height: 22px;
        border-radius: 8px;
        padding: 12px 16px;
        display: inline-block;
        background: linear-gradient(180deg, #1ea3b6 0, #0d91a9 100%);
        border: 0;
        color: #fff;
        min-width:100px;
        transition:300ms all;
    }
    .frow-btn-row .wpcf7-submit:hover {
        background: linear-gradient(180deg, #0d91a9 0, #1ea3b6 100%);
        color: #fff;
    }
    span.wpcf7-spinner {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: 0;
        transform: translate(-50%, -50%);
    }
    .section.blogPage-sec {
        padding: 3rem 0;
    }
    .blogs-btn-wrap {
        text-align: center;
    }
    .u-columns.col2-set {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        position: relative;
        
    }
    .u-columns.col2-set:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 80%;
        background: #121212;
        box-shadow: 0 40px 80px rgba(59,57,57,.08);
        border-radius: 20px;
    }
    .u-column1, .u-column2, .u-column3 {
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
            z-index: 1;
    }
    .register-inr, .login-inr {
        background: #fff;
        box-shadow: 0 40px 80px rgba(59,57,57,.08);
        border-radius: 20px;
        border: 0;
        margin: 50px;
        padding: 30px;
    }
    .page-register .u-columns.col2-set .u-column1, .page-my-account .u-columns.col2-set .u-column2  {
        display: none;
    }
    .u-column3 {
        margin: auto 0;
        text-align: center;
    }
    ul.acc-nav {
        margin: 0;
        background: #EFEFEF;
        border-radius: 8px;
        padding: 8px;
        margin-bottom: 30px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .acc-nav li {
        width: 50%;
    }
    ul.acc-nav li a {
        border-radius: 8px;
        display: inline-block;
        padding: 8px;
        width: 100%;
        color: #121212;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }
    ul.acc-nav li a.active {
        background: #1ea3b6;
        box-shadow: 0px 10px 20px rgb(59 57 57 / 12%);
        color: #fff;
    }
    .u-columns.col2-set form.woocommerce-form {
        border: 0;
        margin: 0;
        padding: 0;
    }
    .u-columns.col2-set form.woocommerce-form .form-row, .u-columns.col2-set  .woocommerce-ResetPassword  .form-row {
        padding: 0;
        margin: 0 0 20px;
            flex-direction: column;
    }
    .u-columns.col2-set .woocommerce-Input {
        border: 2px solid #EFEFEF;
        border-radius: 6px;
        padding: 12px 16px;
        line-height: initial;
        width: 100%;
        font-size: 17px;
    }
    .u-columns.col2-set form.woocommerce-form.woocommerce-form-login.login .form-row.inline-row {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .u-columns.col2-set form.woocommerce-form.woocommerce-form-login.login .form-row.inline-row > * {
        width: 50%;
    }
    .u-columns.col2-set form.woocommerce-form.woocommerce-form-login.login .form-row.inline-row > a {
        text-align: right;
        font-size: 14px;
        color: #1ea3b6;
    }
    .form-button-wrap {
        display: flex;
        justify-content: center;
        margin-bottom: 1.5rem;
    }
    .u-columns.col2-set .form-button-wrap button.woocommerce-button {
        font-size: 16px;
        line-height: 22px;
        border-radius: 8px;
        padding: 10px 16px;
        display: inline-block;
        margin: 0;
        background: linear-gradient(180deg, #1ea3b6 0, #0d91a9 100%);
        border: 0;
        color: #fff;
        min-width: 140px;
    }
    .u-columns.col2-set .form-button-wrap button.woocommerce-button:hover {
        background: linear-gradient(180deg, #0d91a9 0, #1ea3b6 100%);
        color: #fff;
    }
    .woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span, .register-inr .woocommerce-privacy-policy-text p {
        font-size: 14px;
    }
    .register-link p {
        font-size: 14px;
        text-align: center;
    }
    .register-link p a , .woocommerce-privacy-policy-text p a{
        font-size: 14px;
        color:#1ea2b5;
    }
    .cart-page-wrap {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }
    .cart-left {
        flex: 0 0 62%;
        max-width: 62%;
        padding: 0 15px;
        position: relative;
    }
    .cart-right {
        flex: 0 0 38%;
        max-width: 38%;
        padding: 0 15px;
        position: relative;
    }
    .woocommerce .cart-right .cart-collaterals .cart_totals, .woocommerce-page .cart-right .cart-collaterals .cart_totals {
        float: none;
        width: 100%;
    }
    .woocommerce-cart .cart-collaterals .cart_totals h2 {
        display: none;
    }
    span.woocommerce-input-wrapper {
        width: 100%;
    }
    .woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
        line-height: 1;
    }
    #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
         font-size: 16px !important;
        line-height: 22px;
        border-radius: 8px;
        padding: 12px 16px !important;
        display: inline-block;
        background: linear-gradient(180deg, #1ea3b6 0, #0d91a9 100%);
        border: 0;
        color: #fff;
        width: 100%;
    }
    .woocommerce-MyAccount-content .woocommerce-info .button {
         font-size: 16px !important;
        line-height: 22px;
        border-radius: 8px;
        padding: 12px 16px !important;
        display: inline-block;
        background: linear-gradient(180deg, #1ea3b6 0, #0d91a9 100%);
        border: 0;
        color: #fff;
    }
    #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-MyAccount-content .woocommerce-info .button:hover {
        background: linear-gradient(180deg, #0d91a9 0, #1ea3b6 100%);
        color: #fff;
    }
    #add_payment_method .cart-collaterals .shipping-calculator-button, .woocommerce-cart .cart-collaterals .shipping-calculator-button, .woocommerce-checkout .cart-collaterals .shipping-calculator-button, .product-name a {
        color: #1ea3b6;
    }
    .cart-page-wrap .actions button.button {
        font-size: 16px;
        line-height: 22px;
        background: transparent;
        border-radius: 8px;
        padding: 12px 16px;
        color: #000;
        display: inline-block;
        border: 1px solid #d5d5d5;
    }
    .cart-page-wrap .actions button.button:hover {
    background: linear-gradient(180deg, #0d91a9 0, #1ea3b6 100%);
        color: #fff;
    }
    .woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
        width: 120px;
        border: 1px solid rgba(0, 0, 0, .1);
        border-radius: 6px;
        padding: 7px 10px;
        margin-right: 10px !important;
        line-height: initial !important;
        display: block;
        background: #fff;
        height: 46px;
    }
    /* .woocommerce .quantity .qty {
        width: 3.631em;
        text-align: center;
        border: 1px solid rgba(0, 0, 0, .1);
        border-radius: 6px;
        padding: 7px 5px;
        display: inline-block;
        background: #fff;
    } */
    .woocommerce .woocommerce-message {
        border-top-color: #1ea3b6;
    }
    .woocommerce .woocommerce-message::before {
        color: #1ea3b6;
    }
    .featured-image img {
        width: 100%;
        border-radius: 25px;
    }
    .blog-summary {
        padding: 3rem 0;
    }
    .blog-summary-inr h2 {
        font-size: 28px;
        line-height: 34px !important;
        margin-bottom: 8px;
        margin-top: 0;
    }
    .meta-wrap li, .meta-wrap li a {
        font-size: 15px;
        color:#000;
        text-transform: capitalize;
    }
    .meta-wrap li a:hover, .blog-summary-inr p a, .myBlog-right-content .content-css p a, .myBlog-right-content .content-css li a {
        color:#1ea3b6;
    }
    .meta-wrap {
        display: flex;
        gap: 20px;
        align-items: center;
    }
    .meta-wrap li img {
        width: 16px;
    }
    .meta-wrap li {
        font-size: 15px;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .meta-wrap li .meks_ess {
        margin: 0 !important;
    }
    .meta-wrap li .meks_ess.layout-5-1 a {
        margin: 0 !important;
        margin-right: 5px !important;
    }
    body .meta-wrap .meks_ess .meks_ess-item {
        min-width: 25px;
        height: 25px;
        line-height: 25px;
        width: 25px;
        border-radius: 4px;
    }
    .blog-summary-inr + .blog-summary-inr {
        padding-top: 1.5rem;
    }
    .blog-summary-inr h3 {
        margin: 0;
        font-size: 24px;
        margin-bottom: 25px;
        line-height: 34px;
    }
    .my-blog-inr {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .myBlog-sidebar {
        flex: 0 0 25%;
        max-width: 25%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .myBlog-right-content {
        flex: 0 0 75%;
        max-width: 75%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .myBlog-sidebar-inr {
        padding: 15px;
        box-shadow: 0 40px 80px rgba(59,57,57,.08)!important;
        border-radius: 20px;
        position: sticky;
        top: 0;
    }
    .myBlog-sidebar-inr h2 {
        margin-top: 0;
        display: block;
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-weight: 700;
        border-bottom: 1px dashed #dee2e6 !important;
    }
    .myBlog-right-content .content-css h2 {
        font-size: 28px;
        margin-bottom: 15px;
        color: #000;
        line-height: 41px;
        margin-top: 0;
    }
    .myBlog-right-content .content-css li {
        list-style-type: unset !important;
        color: #000;
        margin-bottom: 10px;
    }
    .myBlog-right-content .content-css ol, .myBlog-right-content .content-css ul {
        margin-left: 25px;
        margin-bottom: 25px;
        padding: 0 !important;
    }
    .myBlog-right-content .content-css h3 {
        margin-top: 0;
        font-size: 25px;
        margin-bottom: 15px;
        color: #000;
        line-height: 34px;
    }
    .check-now .bg-dark {
        text-align: left;
        background: #1ea3b6;
        display: inline-block;
        border-radius: 20px;
        position: relative;
        width: 100%;
        padding: 20px 30px;
            display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .check-now .bg-dark h3 {
        font-size: 28px;
        line-height: 34px;
        font-weight: 700;
        color: #fff;
        margin: 0;
        width: 80%;
    }
    .check-now .bg-dark a {
        color: #fff;
        position: relative;
        z-index: 9;
        width: 20%;
        text-align: right;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 20px;
        float: left;
        padding: 4px;
    }
    
    .check-now .bg-dark:before {
     content: '';
        display: block;
        width: 20%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background: #000;
        border-radius: 0 20px 20px 0;
     }
     .conclusion-sec {
        margin: 3rem 0;
    }
     .conclusion-sec h2 {
     margin: 0;
        font-size: 24px;
        margin-bottom: 25px;
        line-height: 34px;
    }
    section.blog-faq-sec {
        background: #f7f8fe;
        padding: 3rem 0;
    }
    .blog-heading {
        padding-bottom: 0.5rem;
        margin-bottom: 1.5rem;
    }
    .blog-heading h2 {
        font-size: 34px;
        line-height: 41px;
        position: relative;
        margin: 0;
        text-align: center;
    }
    .blog-faq-list ul {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .blog-faq-list ul li {
        padding: 15px;
        box-shadow: 0 40px 80px rgba(59,57,57,.08);
        border-radius: 20px;
        background: #fff;
        width: calc(50% - 10px);
    }
    section.section.blogs-sec {
        padding-top: 3rem;
        border-top: 1px solid #dee2e6;
    }
    .single-post section.section.blogs-sec .blogs-head {
        justify-content: center;
    }
    .list-group-item {
        margin-bottom: 12px;
        padding: 0;
        border: 0;
    }
    .list-group-item a {
        line-height: initial;
        font-size: 15px;
        color: #000;
    }
    .list-group-item a:hover {
    color:#1ea3b6;
    }
    .myBlog-sidebar-inr .table-content ul.list-group ul {
        padding-left: 10px;
        padding-top: 10px;
    }
    .myBlog-sidebar-inr .table-content ul.list-group ul li {
        margin-bottom: 5px;
    }
    .myBlog-sidebar-inr .col-lg-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .myBlog-right-content .content-css table tr td {
        line-height: initial !important;
        border: 1px solid #dee2e6;
        padding: 10px;
    }
    .myBlog-right-content .content-css table {
        width: 100%;
        margin: 20px 0;
        border-spacing: 0;
        border-collapse: collapse;
    }
    .term-description p {
        line-height: 28px;
    }
    .product-right > img {
        float: right;
        margin-bottom: 20px;
        margin-left: 20px;
        margin-top: 5px;
        border: 1px solid #f5f5f5;
        padding: 5px;
    }
    .product-right .term-description, .full-term-description {
        margin-bottom: 3rem;
    }
    .myBlog-right-content .content-css li span + br {
        display: none;
    }
    .term-description a.read-more, .full-term-description a.read-less {
        display: block;
        margin-top: 10px;
        color: #1ea3b6;
    }
    .product-right .full-term-description .term-description {
        margin-bottom: 0;
    }
    .u-columns.woocommerce-Addresses.col2-set:after {
    display:none;
    }
    .woocommerce form .password-input, .woocommerce-page form .password-input {
        width: 100%;
    }
    .category-faq .faq-content h4.accordion-toggle {
        padding: 15px 30px 15px 16px;
    }
    .category-faq .faq-content .accordion {
        padding: 0;
    }
    .category-faq .faq-content .accordion .accordion-container h4:before {
        content: '';
        width: 32px;
        height: 32px;
        position: absolute;
        right: 10px;
        border-radius: 5px;
        top: 12px;
        font-size: 25px;
        text-align: center;
        line-height: 25px;
        transition: all .3s ease 0s;
        background: url(/wp-content/uploads/2024/04/arrow-down.svg) no-repeat center / 15px;
    }
    .category-faq .faq-content .accordion .accordion-container h4:hover:before {
        background-color: #1ea3b6;
        border-color: #1ea3b6;
        color: #fff;
        background-image: url(/wp-content/uploads/2024/04/arrowdown_white.svg);
    }
    .category-faq .faq-content h4.active~.accordion-content {
        padding: 0 16px;
        padding-bottom: 25px;
    }
    .content-p-wrapper p a {
        color: #1ea3b6;
    }
    a.wp-css {
        position: fixed;
        right: 18px;
        bottom: 110px;
        z-index: 9999999;
        background: #fff;
        padding: 13px;
        border-radius: .3125rem;
        box-shadow: 0 0 8px 4px rgba(0,0,0,.16);
        display: block;
    }
    .wp-css img {
        width: 30px;
        display: block;
        transition: all .3s ease 0s;
    }
    .wp-css:hover img {
        transform: scale(1.1);
    }
    .page-fraud-prevention .wp-block-heading, .privacy-policy .wp-block-heading, .page-refund_returns .wp-block-heading, .page-terms-and-conditions .wp-block-heading {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px;
        font-weight: 700;
    }
    .page-fraud-prevention .wp-block-separator {
        width: 100% !important;
        margin: 25px 0px;
        opacity: 0.1;
          border-bottom: 1px solid;
    }
    .page-fraud-prevention .content-p-wrapper ul li, .privacy-policy .content-p-wrapper ul li{
        list-style: initial !important;
          margin-bottom: 5px;
    }
    .page-terms-and-conditions .content-p-wrapper ol li, .page-refund_returns .content-p-wrapper ol li{
         margin-bottom: 5px;
    }
    .page-fraud-prevention .content-p-wrapper ul, .privacy-policy .content-p-wrapper ul{
        margin: 0px 0px 25px 20px;
    }
    .page-fraud-prevention .entry-content, .privacy-policy .entry-content, .page-refund_returns .entry-content, .page-terms-and-conditions .entry-content {
        margin: 48px 0px;
    }
    .page-fraud-prevention .content-area a, .privacy-policy .content-area a {
        color: #1ea3b6;
    }
    .woocommerce div.product div.summary {
        margin-bottom: 0 !important;
    }
    .product-img {
        position: relative;
    }
    label.minable-coins {
        padding: 4px 5px;
        text-align: center;
        background: #fff;
        position: absolute;
        bottom: 15px;
        right: 0;
        font-size: 12px;
        line-height: initial;
        border-radius: 15px;
        text-transform: uppercase;
        z-index: 99;
    }
    label.minable-coins img {
       display: block;
        max-width: 22px;
        margin: 0 auto;
    }
    .minable-coins ul {
        display: flex;
        gap: 5px;
    }
    body.single-product .woocommerce-product-gallery {
        width: 35% !important;
        margin: 0 !important;
    }
    body.single-product .summary {
        width: 60% !important;
        margin: 0 !important;
    }
    .form-row > span {
    width: 100%;
}
.banner-main-wrap {
    position: relative;
    padding-bottom: 130px;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}
.section.review-section {
    display: none;
}
.review-inr {
max-width: 1140px;
    margin: 0 auto;
        padding: 30px 0;
}
.review-main {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(50deg, #fff 50%, transparent 50%);
}