    /*
    Theme Name: Supmax Child Theme
    Theme URI: http://shtheme.com/demosd/supmax
    Description: This is child theme of supmax
    Author: Shtheme
    Author URI: https://themeforest.net/user/shtheme
    Version: 1.0
    Text Domain:  supmax-child
    Template: supmax
    */

    /* ========TABLE OF CONTENTS==========
    00. Body, links, hgroup, paragraphs, general styles
    01. Fixed header & Navigation
    02. Section Intro (Home)
    03. Section About
    04. Section Resume
    05. Section Portfolio
    06. Section Blog
    07. Section Contact
    08. Footer
    09. Loader
    10. Responsive design

    /*--------------------------------------------------
        00. Body, links, hgroup, paragraphs, general styles
    ---------------------------------------------------*/

    body {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        color: #333;
    }

    blockquote {
        margin: 27px 0 30px;
        font-size: 16px;
        line-height: 28px;
        font-weight: 500;
        font-style: italic;
        color: #362f3c;
        padding-left: 90px;
        position: relative;
        padding-right: 30px;
    }

    blockquote p {
        color: #362f3c;
        font-size: 16px !important;
        line-height: 28px !important;
        font-weight: 600 !important;
        font-style: italic;
    }

    .widget_calendar {
        float: none;
    }
    #wp-calendar {
        width: 100%; 
    }
    #wp-calendar caption { 
        background: none repeat scroll 0 0 #E9E9E9;
        color: #333333;
        font-size: 16px;
        padding: 10px 0;
        text-align: center; 
    }
    #wp-calendar thead { 
        font-size: 10px; 
    }
    #wp-calendar thead th {
        border: 1px solid #E9E9E9;
        font-size: 13px;
        padding: 8px 0;
        text-align: center;
        vertical-align: middle;
    }
    #wp-calendar tbody { 
        color: #aaa; 
    }
    #wp-calendar tbody td {
    background: #f5f5f5; 
    border: 1px solid #E9E9E9; 
    text-align: center; 
    padding:8px;
    }
    #wp-calendar tbody td#today {
        background: #16A085; 
        color: #fff;
    }
    #wp-calendar tbody td#today a {
        color: #fff;
    }
    #wp-calendar tbody td:hover { 
        background: #fff; 
    }
    #wp-calendar tbody .pad { 
        background: none; 
    }
    #wp-calendar tfoot {
        border: 1px solid #E9E9E9;
    }
    #wp-calendar tfoot #next { 
        font-size: 12px; 
        text-transform: uppercase; 
        text-align: right; 
        color: #83c99f;
    }
    #wp-calendar tfoot #prev { 
        font-size: 12px; 
        text-transform: uppercase; 
        padding-top: 10px; 
        color: #83c99f;
    }

    .widget select {
        max-width: 100%;
        padding: 5px;
        border: 1px solid #ccc; 
        width: 100%;
    }
    .widget_text .textwidget img{
        max-width: 100%;
        height: auto;
    }
    .widget_text select, .widget_text input , .widget_text textarea  {
        max-width: 100%;
        padding: 5px;
        border: 1px solid #ccc; 
        width: 100%;
    }
    .widget_text option {
        max-width: 100%;
    }

    .widget_nav_menu ul li, .widget_pages ul li {
        color: #827b7d;
        line-height: 28px;
    }
    .widget_nav_menu ul li ul, .widget_pages ul li ul {
        padding-left: 15px;
    }
    .widget_nav_menu ul li a, .widget_pages ul li a{
        color: #827b7d;
    }
    .widget_nav_menu ul li a:hover, .widget_pages ul li a:hover {
        color: #615C5C;
    }
    #sidebar .textwidget img {
        max-width: 100%;
    }

    .wp-caption{
        max-width:100%;
    }
    .wp-caption img{
        padding-bottom: 5px;
    }
    .form-submit input.submit_btn {
        display: inline-block;
        width: auto;
        color: #fff;
        margin-top: 30px;
        margin-left: 6px;
    }
    .form-submit input.submit_btn:hover{
        color: #bfa373;
    }

    .screen-reader-text{
        color: #777;
    }

    /* add */

    .alignright{
        float:right;
    }
    .alignleft{
        float:left;
    }

    .single-content table{ 
        border-collapse: separate;
        border-spacing: 0;
        border-width: 1px 0 0 1px;
        margin: 0 0 1.75em;
        table-layout: fixed;
        width: 100%;
        border: 1px solid #d1d1d1;
    }
    .single-content table td{
        border: 1px solid #d1d1d1;
        padding-left: 7px;
    } 
    .single-content table th{
        border: 1px solid #d1d1d1;
        padding-left: 7px;
    }
    img.alignleft, .alignleft img{
    margin-right:10px; 
    }
    img.alignright, .alignright img{
    margin-left:10px;
    } 
    .comment_text  table{ 
        border-collapse: separate;
        border-spacing: 0;
        border-width: 1px 0 0 1px;
        margin: 0 0 1.75em;
        table-layout: fixed;
        width: 100%;
        border: 1px solid #d1d1d1;
    }
    .comment_text  table td{
        border: 1px solid #d1d1d1;
        padding-left: 7px;
    } 
    .comment_text  table th{
        border: 1px solid #d1d1d1;
        padding-left: 7px;
    }
    .single-content  li{
    padding: 0!important;
    list-style: inherit!important;
    }
    .single-content  ul{
    list-style: disc!important;
    padding-left: 20px!important;
    }
    .single-content  ol{
    list-style: decimal!important;
    padding-left: 20px!important;
    }
    .comment_text  li{
    padding: 0!important;
    list-style: inherit!important;
    }
    .comment_text  ul{
    list-style: disc!important;
    padding-left: 20px!important;
    }
    .comment_text  ol{
    list-style: decimal!important;
    padding-left: 20px!important;
    }
    .wp-caption.aligncenter {
        width: 100% !important;
        text-align: center;
    }

    .search-custom form {
        width: 70% !important;
        padding-top: 20px;
    }
    .search-custom form.search-form:after {
        top: 20px;
    }
    .wp-caption-text , .gallery-caption , .bypostauthor , .sticky{
        color: #777;
    }

    form.post-password-form input[type=submit] {
        padding: 1px 5px;
        background: #000;
        color: #fff;
        border-color: #000;
        width: auto;
    }
    .screen-reader-text {
        display: none;
    }

    .widget ul li {
        list-style: none !important;
    }
    .widget ul {
        padding-left: 0px !important;
    }
    .widget ul.sub-menu , .widget ul.children{
        padding-left: 10px !important;
    }
    .widget ul.sub-menu li, .widget ul.children li{
        padding-bottom: 3px !important;
    }
    ul.children{
        margin-left: 80px;
    }

    /*add */ 
    span.featured-post {
        color: #333;
        font-weight: bold !important;
        margin-right: 5px;
        float: right;
    }
    .wp-tag-cloud li {
        display: inline-block;
        margin: 0 7px 6px;
    }
    .wp-tag-cloud li:hover{
        color: #fff;
        text-decoration: none;
    }
    .wp-tag-cloud li a {
        display: block;
        background: #e7e7e7;
        font-size: 13px!important;
        color: #333;
        padding: 8px 13px;
        position: relative;
    }
    .wp-tag-cloud li:hover a {
        color: #fff;
        background: #e32222;
    }
    .wp-tag-cloud li a::before {
        content: "";
        position: absolute;
        left: -10px;
        top: 0;
        width: 0;
        height: 100%;
        border-style: solid;
        border-width: 0 0 35px 10px;
        border-color: transparent transparent #e7e7e7 transparent;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }
    .wp-tag-cloud li a:hover::before {
        border-color: transparent transparent #e32222 transparent;
    }
    .wp-tag-cloud li a::after {
        content: "";
        position: absolute;
        right: -10px;
        top: 0;
        width: 0;
        height: 100%;
        border-style: solid;
        border-width: 0 0 35px 10px;
        border-color: transparent transparent transparent #e7e7e7;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }
    .wp-tag-cloud li a:hover::after {
        border-color: transparent transparent transparent #e32222;
    }
    p.logged-in-as {
        padding: 5px 0px;
        color: #333;
    }
    p.logged-in-as a{
        color: #888;
    }
    h3.archive-title {
        text-align: center;
        margin-bottom: 40px;
        font-size: 25px;
        font-weight: 600;
    }
    .wrap-blog ul.children {
        padding-left: 10px;
    }

    .single-content h1 {
        font-size: 46px;
    }
    .single-content h2 {
            font-size: 34px;
    }
    .single-content h3 {
        font-size: 26px;
    }
    .single-content h4 {
        font-size: 22px;
    }
    .single-content h5 {
        font-size: 20px;
    }
    .single-content h6 {
        font-size: 16px;
    }
    .comment_text h1 {
        font-size: 46px;
    }
    .comment_text h2 {
            font-size: 34px;
    }
    .comment_text h3 {
        font-size: 26px;
    }
    .comment_text h4 {
        font-size: 22px;
    }
    .comment_text h5 {
        font-size: 20px;
    }
    .comment_text h6 {
        font-size: 16px;
    }

    /******/

    h3.comment-reply-title {
        font-size: 22px;
        margin-bottom: 10px;
        color: #4f405e;
        text-transform: capitalize;
    }

    .comment-avatar-info h5 span {
        color: #333;
        font-size: 14px;
    }

    .comment-reply-link {
        color: #333;
        font-weight: 600;
        font-size: 15px;
    }

    .comment-avatar-info h5 {
        text-transform: capitalize;
    }

    .comment-form-cookies-consent {
        display: none;
    }

    .comment-form .form-submit .btn {
        background: #ed1d24 none repeat scroll 0 0;
        border: medium none;
        border-radius: 8px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1;
        margin-bottom: 0;
        padding: 18px 40px;
        text-align: center;
        text-transform: uppercase;
        touch-action: manipulation;
        transition: all 0.4s ease-in-out;
        vertical-align: middle;
        white-space: nowrap;
        margin-top: 10px;
        border-radius: 0px;
        padding: 18px 40px;
        width: inherit;
    }

    .comment-form .form-submit .btn:hover {
        box-shadow: none;
        color: #fff;
        background: #5613c3;
    }

    .single-widget.widget_categories, .single-widget.widget_tag_cloud {
        background: #f4f4f4;
        padding: 25px;
    }

    .single-widget.widget_categories h3, .single-widget.widget_tag_cloud h3 {
        font-size: 18px;
        color: #4f405e;
        margin-bottom: 0;
        position: relative;
        line-height: 1;
        background: #fff;
        padding: 30px 25px; 
        padding-left: 45px;
    }

    .single-widget.widget_categories h3::before, .single-widget.widget_tag_cloud h3::before {
        content: "";
        position: absolute;
        left: 25px;
        top: 30px;
        height: 20px;
        width: 2px;
        background: #e75454;
    }

    .single-widget.widget_categories h3::after, .single-widget.widget_tag_cloud h3::after {
        content: "";
        position: absolute;
        left: 30px;
        top: 27px;
        height: 20px;
        width: 2px;
        background: #e75454;
    }

    .single-widget.widget_categories ul, .single-widget.widget_tag_cloud ul {
        padding: 30px 25px; 
        background: #fff;
        padding-top: 0px;
    }

    .single-widget.widget_categories ul li {
        display: block;
        padding-bottom: 10px;
        margin-bottom: 15px;
        border-bottom: 1px dashed #d6d6d6;
        text-align: right;
    }

    .single-widget.widget_categories ul li:last-child {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .single-widget.widget_categories ul li a {
        color: #333;
        display: block;
        float: left;
    }

    .single-widget.widget_categories ul li a:hover {
        color: #e32222;
    }

    .b-details-inner-title {
        font-size: 22px;
    }

    .logged-in .transparent-header {
        top: 82px;
    }

    .logged-in .transparent-header.sticky-menu {
        top: 32px;
    }

    .newsletter-form input[type="submit"] {
        background: #ad974f !important;
        width: inherit;
        border-radius: 0;
        font-size: 14px;
        font-style: italic;
        font-weight: 700;
        text-transform: capitalize;
        padding: 13px 40px;
        color: #fff;
    }

    .newsletter-form .your-email input[type="email"] {
        margin-right: 130px;
    }

    .newsletter-form input[type="submit"]:hover {
        background: linear-gradient(180deg, rgba(112,191,1,1) 0%, rgba(68,121,5,1) 51%, rgba(112,191,1,1) 100%) !important;
    }

    div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
        display: none!important; 
    }

    form.failed .your-email input[type="email"] {
        margin-right: 0px;
        
    }

    form.failed .your-email {
        top: -47px;
    }

    div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
        margin-top: 65px;
    }


    .footer-form form input[type="submit"] {
        padding: 14px 40px;
        border-radius: 3px;
        width: inherit;
        font-size: 14px;
    }

    .footer-form div.wpcf7-mail-sent-ng, .footer-form div.wpcf7-aborted {
        color: #fff;
    }

    .search-custom h4 {
        color: #4f405e;
        font-size: 24px;
        line-height: 32px;
        font-weight: 600;
    }

    .search-custom form input[type="text"] {
        padding: 8px;
        padding-left: 10px;
        width: 100%;
        letter-spacing: 0.5px;
        font-size: 15px;
    }

    @media (max-width: 768px) {
        .logged-in .transparent-header {
            top: 100px;
        }
        .footer-form .wpcf7-form-control-wrap input, 
        .footer-form .wpcf7-form-control-wrap textarea {
            width: 300px;
        }

        form.woocommerce-checkout .your-order {
            margin-top: 30px;
        }
    }

    @media (min-width: 992px) {
        .search-custom form button {
            position: absolute;
            top: 113px;
            transform: translateY(-50%);
            right: 285px;
            border: none;
            padding: 0;
            background: none;
            color: #e32222;
            cursor: pointer;
            line-height: 1;
        }
    }

    @media (max-width: 991px) {
        .search-custom form button {
            position: absolute;
            top: 145px;
            transform: translateY(-50%);
            right: 170px;
            border: none;
            padding: 0;
            background: none;
            color: #e32222;
            cursor: pointer;
            line-height: 1;
        }
    }

    @media (max-width: 1200px) {
        .newsletter-form .your-email input[type="email"] {
            margin-right: 0px;
        }
    }

    .page-404 {
        padding: 120px 0;
    }

    .page-404 h2 {
        font-size: 120px;
        font-weight: 500;
    }

    .page-404 h3 {
        font-size: 40px;
        font-weight: 500;
    }

    .page-404 div.text {
        font-size: 20px;
        font-weight: 400;
        width: 800px;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .page-404 .btn-primary {
        background: #ed1d24;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        border-radius: 0;
        height: 70px;
        padding: 0 16px;
        cursor: pointer;
        width: 300px;
        line-height: 70px;
    }

    .page-404 .btn-primary:hover {
        background: #5613c3;
    }

    span.current {
        position: relative;
        display: block;
        padding: 0;
        margin-left: 0;
        line-height: 48px;
        font-weight: 600;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        text-align: center;
        border-color: #ed1d24;
        background: #ed1d24;
        color: #fff;
    }

    .blog-details-tag a, .blog-list-meta .blog-details-tag i, 
    .rc-post-content span, .blog-details-date li, .blog-details-date li a {
        color: #4f405e;
    }

    a[rel="author"] {
        text-transform: capitalize;
    }

    .blog-list-content h2 {
        margin-bottom: 10px;
    }

    p.logged-in-as a, .blog-list-meta ul li.blog-post-date {
        color: #4f405e;
    }

    .footer-text p, .footer-social ul li a, .f-rc-content span,
    .f-rc-content h5, .fw-link ul li a, .copyright-text p {
        color: #fff;
    }

    .fw-title h5 {
        opacity: 1;
    }

    .blog-list-meta ul li.blog-more-read a {
        font-weight: 500;
    }

    .phone-call {
        top: -20px;
    }

    .f-rc-post .f-rc-thumb {
        margin-top: -15px;
    }

    .f-rc-content p {
        color: #fff;
        opacity: 0.8
    }

    .f-rc-post ul li {
        padding-bottom: 0px;
    }
    .blog-page p {
        margin-bottom: 20px;
    }

    .rc-post ul li {
        padding-bottom: 20px;
        border-bottom: 1px dotted #999;
    }

    .rc-post ul li:last-child {
        padding-bottom: 0px;
        border-bottom: none;
    }

    .blog-details-content .blog-list-meta {
        margin-top: 40px;
    }

    .single-features .features-icon img {
        width: 59px;
    }

    .single-delivery-services .ds-icon img {
        max-width: inherit;
    }

    .fact-area .row > div:nth-child(4) img {
        height: 49px;
    }

    .pricing-head .pricing-icon img {
        width: 52px;
    }

    .doctor-thumb img {
        border-radius: 50%!important;
        border: 3px solid #fff!important;
    }

    .single-product img {
        width: auto;
    }

    .product-large-img .thumbnails a img {
        width: 25%;
        margin-top: 20px;
    }

    .product-details-content div[itemprop="offers"] h6.price {
        font-size: 22px;
        font-weight: 600;
        color: #ed1d24;
        margin-bottom: 30px;
    }

    .woocommerce .quantity .qty {
        width: auto;
        padding: 11px 0;
    }

    .product-details-content .inc.qtybutton {
        left: 170px;
    }


    .product-details-content .cart-plus-minus::after {
        left: 165px;
    }

    .product-details-content form.cart {
        margin-top: 40px;
        padding-bottom: 40px;
        border-bottom: 1px dashed #d7d7d7;
        margin-bottom: 25px;
    }

    .product-details-content form.cart .cart-plus-minus {
        display: inline-block;
        margin-right: 30px;
        margin-top: 20px;
    }

    button.single_add_to_cart_button {
        background-color: #ed1d24!important;
        border: medium none!important;
        border-radius: 0px!important;
        color: #fff!important;
        cursor: pointer!important;
        display: inline-block!important;
        font-size: 14px!important;
        font-weight: 700!important;
        letter-spacing: 0;
        line-height: 1!important;
        margin-bottom: 0!important;
        padding: 18px 40px!important;
        text-align: center;
        text-transform: uppercase;
        touch-action: manipulation;
        transition: all 0.4s ease-in-out;
        vertical-align: middle;
        white-space: nowrap;
    }

    button.single_add_to_cart_button:hover {
        background: #5613c3!important;
    }

    .product-info ul li {
        font-weight: 600;
    }

    .product-desc-wrap .nav-tabs .nav-link {
        font-size: 17px;
        font-weight: 700;
        color: #545353;
        text-transform: uppercase;
    }

    #myTabContent .tab-pane .event-text h2 {
        display: none;
    }

    .woocommerce #review_form #respond .form-submit input {
        width: auto;
        background-color: #ed1d24!important;
        border: medium none!important;
        border-radius: 0px!important;
        color: #fff!important;
        cursor: pointer!important;
        display: inline-block!important;
        font-size: 14px!important;
        font-weight: 700!important;
        letter-spacing: 0;
        line-height: 1!important;
        margin-bottom: 0!important;
        padding: 18px 40px!important;
        text-align: center;
        text-transform: uppercase;
        touch-action: manipulation;
        transition: all 0.4s ease-in-out;
        vertical-align: middle;
        white-space: nowrap;
    }

    .woocommerce p.stars a:before {
        color: #ed1d24;
    }

    .woocommerce #reviews #comments ol.commentlist li img.avatar {
        width: auto;
    }

    .woocommerce #reviews.woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text {
        margin: 0 0 0 80px;
    }

    .comment_container .comment-text {
        padding: 5px 15px 0!important;
    }

    .woocommerce #reviews #comments ol.commentlist {
        padding-left: 0px;
    }

    p.meta strong[itemprop="author"] {
        text-transform: capitalize;
        font-size: 14px;
    }

    p.meta time[itemprop="datePublished"] {
        font-size: 14px;
    }

    .comment_container .comment-text .star-rating {
        margin-top: 5px;
    }

    .woocommerce .woocommerce-Reviews .comment-text .star-rating span {
        color: #ed1d24;
    }

    .woocommerce-product-rating {
        margin-bottom: 40px;
    }

    .woocommerce .star-rating:before, .woocommerce .star-rating span {
        color: #ed1d24;
    }

    .woocommerce-review-link {
        color: #75668f;
        font-weight: 500;
    }

    .comment-form-rating label {
        color: #75668f;
        margin-top: 5px
    }

    .comment-form-comment label {
        color: #75668f;
    }

    .pt-230 {
        padding-top: 230px;
    }

    .breadcrumb-area .breadcrumb-text h1 {
        color: #fff;
        font-weight: 700;
        font-size: 45px;
    }

    .shop-banner-area .product .product__img {
        text-align: center;
    }

    .product-showing p {
        margin: 0;
        border: 2px solid #eaedff;
        padding: 17px 30px;
        text-align: center;
        line-height: 1;
        display: inline-block;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 2px;
        font-weight: 500;
        margin-left: 35px!important;
    }

    .pro-filter select {
        width: 220px;
        margin: 0;
        border: 2px solid #eaedff;
        padding: 17px 30px;
        text-align: center;
        line-height: 1;
        display: inline-block;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 2px;
        font-weight: 500;
        margin-right: 35px;
    }

    .shop-banner-area > .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .shop-banner-area .product_content h4.pro-title a {
        color: #ed1d24;
    }

    .shop-banner-area .product_content h4.pro-title a:hover {
        color: #ed1d24;
    }

    .shop-banner-area .product_content div.price span.price span {
        font-weight: 600;
        font-size: 15px;
    }

    .shop-banner-area .product_content div.preview {
        margin-top: 10px
    }

    .shop-banner-area .product_content div.preview a {
        width: auto;
        background-color: #ed1d24!important;
        border: medium none!important;
        border-radius: 0px!important;
        color: #fff!important;
        cursor: pointer!important;
        display: inline-block!important;
        font-size: 13px!important;
        font-weight: 600!important;
        letter-spacing: 0;
        line-height: 1!important;
        margin-bottom: 0!important;
        padding: 12px 25px!important;
        text-align: center;
        text-transform: uppercase;
        touch-action: manipulation;
        transition: all 0.4s ease-in-out;
        vertical-align: middle;
        white-space: nowrap;
    }

    .shop-banner-area .product_content div.price div.star-rating {
        display: none;
    }

    .table-content table th, .table-content table td {
        border-bottom: 1px solid #eaedff;
        border-right: 1px solid #eaedff;
    }

    .table-content table {
        background: #ffffff;
        border-color: #eaedff;
        border-radius: 0;
        border-style: solid;
        border-width: 1px 0 0 1px;
        text-align: center;
        width: 100%;
        margin-bottom: 0;
    }

    .cart-area table.table .cart-plus-minus input {
        border: 2px solid #eaedff;
        color: #333;
    }

    .cart-area table.table .cart-plus-minus::before,
    .cart-area table.table .cart-plus-minus::after {
        display: none;
    }

    .cart-area table.table .cart-plus-minus .dec.qtybutton,
    .cart-area table.table .cart-plus-minus .inc.qtybutton {
        display: none;
    }

    .table-content table td {
        border-top: medium none;
        padding: 20px 10px;
        vertical-align: middle;
        font-size: 16px;
    }

    .cart-area table.table td.product-name a {
        color: #000000;
        font-weight: 600;
    }
    .woocommerce a.remove {
        margin: 0 auto;
    }

    .coupon {
        float: left;
    }

    #coupon_code {
        height: 50px;
        border: 2px solid #eaedff;
        padding: 0 15px;
        margin-right: 10px;
        margin-left: 45px;
    }

    input[name="update_cart"] {
        float: unset;
        margin-right: 0;
        display: inline-block;
    }
    .cart-page-total {
        padding-top: 50px;
    }

    .cart-page-total .cart_totals h2 {
        color: #333;
        text-align: center;
        font-size: 25px;
    }

    .cart-page-total .cart_totals .wc-proceed-to-checkout a {
        background: #ed1d24;
        margin-bottom: 0px;
    }

    .cart-page-total .cart_totals .wc-proceed-to-checkout a:hover {
        background: #5613c3;
    }

    .elementor-widget-container .product-details-content ins {
        font-size: 22px;
        font-weight: 600;
        color: #ed1d24;
        margin-bottom: 30px;
        text-decoration: none;
    }

    .elementor-widget-container .product-details-content del {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 30px;
        color: #ed1d24;
        margin-right: 10px;
    }

    .elementor-widget-container .star-rating:before, .elementor-widget-container .star-rating span {
        color: #ed1d24;
    }

    .elementor-widget-container .star-rating {
        float: left;
    }

    .elementor-widget-container .product-details-content .product-rating {
        padding-top: 30px;
    }

    .elementor-widget-container .product-details-content form.cart {
        margin-top: 0px;
        padding-bottom: 0px;
        border-bottom: none;
        margin-bottom: 0px;
    }

    .elementor-widget-container .product-desc-wrap p {
        margin-bottom: 0px;
        color: #747373;
    }

    .elementor-widget-container .perched-info {
        padding-bottom: 30px;
    }

    .elementor-widget-container .product-large-img .thumbnails a img {
        width: 22%;
        margin-right: 22px;
    }

    .elementor-widget-container .product-large-img .thumbnails a:last-child img {
        margin-right: 0px;
    }

    .elementor-widget-container #review .comment-author-admin .comment_container {
        display: flex;
    }

    .elementor-widget-container #review .comment-author-admin .comment_container img {
        height: 100%;
    }

    .elementor-widget-container #review .comment-author-admin .comment_container .comment-text {
        padding-top: 0px!important;
    }

    .elementor-widget-container #review .comment-author-admin .comment_container .comment-text strong {
        color: #333;
    }

    .elementor-widget-container #review .comment-author-admin .comment_container .comment-text p {
        color: #75668f;
    }

    .elementor-widget-container p.meta time[itemprop="datePublished"] {
        color: #ed1d24;
        font-weight: 600;
    }

    .review-tab1 {
        display: none;
    }

    /*.woocommerce-message {*/
    /*    display: none;*/
    /*}*/

    p.cart-empty {
        text-align: center;
        font-size: 24px;
        color: #222;
        margin-top: 60px;
        margin-bottom: 40px;
        font-weight: 500;
    }

    p.return-to-shop {
        text-align: center;
    }

    p.return-to-shop a {
        padding: 15px 25px!important;
        color: #fff!important;
        background-color: #ed1d24!important;
        margin-bottom: 50px!important;
    }

    span.onsale {
        top: -20px!important;
        left: 30px!important;
        width: 45px;
        background-color: #ed1d24!important;
        display: none;
    }

    .shop-banner-area .product_content div.price span.price del {
        margin-right: 10px;
    }

    .shop-banner-area .product_content div.price span.price ins {
        text-decoration: none;
    }

    .btn {
        border-radius: 0px;
    }

    .checkbox-form .form-row input.input-text, .checkbox-form .form-row textarea {
        background: #ffffff;
        border: 1px solid #eaedff;
        border-radius: 0;
        height: 45px;
        padding: 0 0 0 10px;
        width: 100%;
    }

    .select2-container .select2-choice {
        border: 1px solid #eaedff;
    }

    .select2-container a .select2-chosen {
        height: 45px;
        padding-left: 10px;
        width: 100%;
        color: #6f7172;
        margin-right: 0px!important;
        line-height: 45px;
    }

    .woocommerce form .form-row textarea#order_comments {
        height: auto;
    }

    .order-notes textarea {
        border: 1px solid #eaedff;
        height: 90px;
        padding: 15px;
        width: 100%;
    }

    .woocommerce-checkout-payment .place-order input[name="woocommerce_checkout_place_order"] {
        background: #ed1d24;
    }

    .woocommerce-checkout-payment .place-order input[name="woocommerce_checkout_place_order"]:hover {
        background: #5613c3;
    }

    .order-notes {
        margin-top: 30px;
    }

    span.cl-red {
        color: #ad974f;
    }

    .btn-grad a {
        background: #ad974f !important;
    }
    .btn-grad a:hover {
        background: #baa45e !important;
    }	
    span.clr-gold-1 {
        color: #749510;
        font-weight: 600;
        font-size: 17px;
    }
    .why-spike-wrap::before {
        content: '';
        position: absolute;
        background: url('http://staging.spikecomplex.co.uk/wp-content/uploads/2023/07/Group-27-copy.png');
        background-position: center top;
        top: 144px;
        margin: 0 20px 0 20px;
        bottom: 0;
        left: 0;
        right: 0;
        background-repeat: no-repeat;
    }
    @media only screen and (max-width: 1700px){
        .why-spike-wrap::before{
        background-size: contain !important;
        }
    }
    @media only screen and (min-width: 1200px){
        .why-icons-one {
        display: none !important;
    }
    }
    .divider-two::before {
        content: '';
        position: absolute;
        background: #231f20;
        top: 0;
        bottom: 0;
        left: 0;
        right: 160px;
        width: 8px;
        height: 8px;
        border-radius: 20px;
        margin: -2px auto;
        animation-duration: 4s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: MOVE-BG;
        animation-name: MOVE-BG;
    }
    .price-btn{
        position: relative;
    }
    .price-btn a::before {
        content: "";
        background: url('http://staging.spikecomplex.co.uk/wp-content/uploads/2023/05/cart.png');
        background-repeat: no-repeat;
        background-position: right;
        top: 0;
        bottom: 0;
        right: 8px;
        left: 0;
        position: absolute;
        z-index: 1;
    }
    span.price-bold {
        font-weight: bold;
    }
    .price-box-main {
        border-top: 9px solid #dddddd;
        border-bottom: 9px solid #dddddd;
        border-radius: 13px;
        margin: 0 15px 0 15px;
        box-shadow: 3px 3px 19.53px 1.47px rgba(145, 120, 55, 0.2);
    }
    .price-box-main:hover {
        border-top: 9px solid #b49b48;
        border-bottom: 9px solid #b49b48;
        cursor: pointer;
        transition: 1s all;
    }
    .price-icon-p p{
        padding: 0 60px 0 60px;
    }
    @media only screen and (max-width: 1024px){
        .price-box-main {
        margin: 10px;
    }
    }
    .doctor-bg::before {
        background: transparent;
    }
    .doctor-bg {
        background-image: url('http://staging.spikecomplex.co.uk/wp-content/uploads/2023/05/faq-bg-1.png');
    }
    .doctor-icon {
        display: none;
    }
    .doctor-wrap {
        padding: 0;
    }
    .doctor-wrap .row div[class*="col-"] {
        margin-bottom: 30px;
    }
    .single-doctor {
        margin-bottom: 0;
        padding: 5px;
        background: linear-gradient(310deg, rgba(158,130,77,1) 26%, rgba(221,196,117,1) 50%, rgba(158,112,77,1) 73%);
    }
    .doctor-content {
        background: #1d3022;
        padding: 55px 83px;
    }
    .doctor-area .section-title h2 {
        color: #222222;
        font-size: 40px;
        font-weight: 600;
    }
    .doctor-area .section-title p {
        color: #222222;
        font-size: 15px;
        font-weight: 600;
    }
    .doctor-area .section-title .bar {
        height: 1px;
    }
    .doctor-area .section-title .bar::before {
        background: #222222;
    }
    .doctor-content p {
        font-size: 15px;
        line-height: 25px;
        font-weight: normal;
        color: #ad974f;
        margin-bottom: 20px;
    }
    .doctor-info h6 {
        margin-bottom: 0;
        font-size: 15px;
        color: white;
        font-weight: 600;
    }
    .doctor-info span {
        color: white;
    }
    @media only screen and (max-width: 991px){
    .doctor-content {
        padding: 50px;
    }
    }
    .blog-content span {
        display: none;
    }
    .blog-content h3 {
        color: #222222;
    }
    .single-blog-post:hover .blog-content h3 a{
        color: #b49b48;
    }
    .blog-content a i {
        background: #b49b48;
    }
    .blog-content p {
        color: #222222;
        margin-bottom: 60px;
    }
    .blog-content > a {
        font-size: 16px;
        font-weight: normal;
        color: #222222;
    }
    .blog-area {
        background: url('http://staging.spikecomplex.co.uk/wp-content/uploads/2023/05/Layer-955.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding-bottom: 160px;
    }
    .blog-area .section-title h2 {
        font-size: 40px;
        margin-bottom: 0;
        color: #222222;
        text-transform: uppercase;
    }
    .blog-area .section-title p {
        margin-bottom: 0;
        font-size: 16px;
        color: #222222;
        line-height: 22px;
        font-weight: normal;
    }
    .news-let-main {
        position: relative;
        z-index: 1;
        top: -12px;
    }
    .newsletter-content h4 {
        font-size: 25px;
        font-weight: 700;
        color: #a38b4d;
        margin-bottom: 10px;
        text-align: left;
    }
    .newsletter-content span {
        font-size: 14px;
        color: #1d1a1b;
        font-weight: 500;
        text-align: left;
        font-style: normal;
        padding: 0 113px 0 0;
    }
    .newsletter-form form {
        display: flex;
        align-items: center;
        justify-content: unset;
    }
    .newsletter-wrap {
        box-shadow: unset;
        background: #fff;
        background-image: none;
        border: 8px solid #a38b4d;
        padding: 20px 30px;
        background-position: center;
        background-size: cover;
        margin-bottom: -90px;
    }
    .newsletter-form .wpcf7-spinner {
        display: none;
    }
    .newsletter-wrap .row{
        align-items:center;
    }
    .newsletter-wrap .wpcf7-form p{
        margin-bottom:0px !important;
    }

    .newsletter-form .wpcf7-form-control-wrap .wpcf7-form-control {
    border-style: solid;
    border-width: 2px;
    border-color: #e5e5e5;
    background-color: #fff;
    width: 491px;
    height: 54px;
    }
    .newsletter-form .wpcf7-form-control-wrap input::placeholder {
    font-size: 14px;
    color: rgba(29, 26, 27, 0.502);
    line-height: 1.929;
    }
    .newsletter-form input[type="submit"]:hover {
        background: #baa45e !important;
        transition: .3s all;
        cursor: pointer;
    }
    .popup-content .btn.button.active, .btn.button:active {
        background: linear-gradient(180deg, #C9504D 53%, #C50006 100%);
    }
    @media (min-width:1199px) {
        .newsletter-form .wpcf7-form-control-wrap .wpcf7-form-control {
        margin: 0 0 0 25px;
    }
    }
    @media (min-width:992px){
    .newsletter-wrap .row .col-lg-7 {
        flex: 0 0 57.3333%;
        max-width: 57.3333%;
    }
    }
    @media (max-width:1280px){
        .newsletter-content span {
        padding: 0;
    }
    }
    @media (max-width:991px){
        .newsletter-form .wpcf7-form-control-wrap .wpcf7-form-control {
        width: 670px;
        }
    }
    @media (max-width:767px){
        .newsletter-form .wpcf7-form-control-wrap .wpcf7-form-control {
        width: 100%;
    }
        .newsletter-wrap .wpcf7-form p {
        margin-bottom: 0px !important;
        display: flex;
        flex-wrap: wrap;
    }
        .newsletter-form input[type="submit"]{
            position: unset;
        }
    }
    .header-main-one {
        position: relative;
        z-index: 1;
    }
    .header-main-logo-inner {
        position: absolute;
    }
    @media only screen and (max-width: 1280px){
    .header-main-nav ul li a {
        font-size: 13px !important;
        padding: 0 10px !important;
    }
    }
    @media only screen and (max-width: 1024px){
        .header-main-nav{
        order: 3;
    }
        .header-main-logo-inner {
        position: absolute;
        top: unset;
    }
        .header-main-one {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .elementor-1398 .elementor-element.elementor-element-751f5b3 {
        width: max-content;
        margin-left: auto;
        padding-right: 10px;
    }
    .elementor-1398 .elementor-element.elementor-element-4398a4f {
        width: max-content;
    }
    .elementor-1398 .elementor-element.elementor-element-608b796 .elementskit-menu-hamburger {
        padding: 10px 8px 4px 9px;
        width: unset;
        border-radius: 2px;
        border: 2px solid white;
    }
        .ekit-wid-con .fasicon.icon-burger-menu::before, .ekit-wid-con .icon.icon-burger-menu::before, .icon.icon-burger-menu::before {
        content: "\eab8";
        font-size: 23px;
    }
        .ekit-wid-con .elementskit-infobox .elementskit-box-header .elementskit-info-box-icon {
        display: inline-block;
        margin-bottom: 0;
    }
        .elementskit-navbar-nav-default .elementskit-navbar-nav>li>a {
        font-size: 18px !important;
        padding-bottom: 11px !important;
    }
        .elementor-1398 .elementor-element.elementor-element-608b796 .elementskit-menu-close {
        padding: 8px 8px 8px 8px;
        margin: 12px 12px 12px 12px;
        width: 45px;
        border-radius: 0;
        border: 0px;
        font-size: 20px;
    }
        .ekit-wid-con .elementskit-infobox .elementskit-box-header .elementskit-info-box-icon {
        display: inline-block;
        margin-bottom: 0 !important;
    }
    }
    @media only screen and (max-width: 767px){
    .elementor-1398 .elementor-element.elementor-element-6b4c3b1 {
        text-align: left;
        max-width: 205px;
    }
        .header-main-logo-inner {
        position: relative;
    }
    .elementor-1398 .elementor-element.elementor-element-4398a4f {
        width: max-content;
        position: unset;
        /* right: -15px;
        top: 31%; */
    }
    /* 	.icon-trans .elementor-icon-box-icon span.elementor-icon svg {
        transition: unset !important;
        transform: unset !important;
    } */
    }
    @media only screen and (max-width: 542px){
    .elementor-1398 .elementor-element.elementor-element-4398a4f {
        top: 24% !important;
    }
    }
    @media only screen and (max-width: 390px){
        .elementor-1398 .elementor-element.elementor-element-4398a4f {
        width: max-content;
        position: absolute;
        right: -15px;
        top: 30px;
    }
        .elementor-1398 .elementor-element.elementor-element-751f5b3 {
        width: 100%;
        margin: 0 auto;
    }
        .elementor-1398 .elementor-element.elementor-element-751f5b3 {
        padding-right: 0;
    }
    }
    .icon-trans .elementor-icon-box-icon span.elementor-icon svg {
        transition: .5s linear;
        transform: rotateY(0deg);
    }
    .icon-trans .elementor-icon-box-wrapper:hover .elementor-icon-box-icon span.elementor-icon svg {
        transform: rotateY(360deg);
    }
    .footer-socia-icons .elementor-icon-list-icon i {
        color: #5F5B5C !important;
        transition: color 0.3s;
        border: 2px solid;
        border-radius: 50px;
        height: 45px;
        width: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer-socia-icons ul.elementor-icon-list-items li.elementor-icon-list-item a:hover i{
        color: #ebd992 !important;
    }
    .footer-socia-icons ul.elementor-icon-list-items li.elementor-icon-list-item a{
        position: relative;
        overflow: hidden;
    }
    .footer-socia-icons ul.elementor-icon-list-items li.elementor-icon-list-item a:hover{
        overflow: visible;
    }
    .footer-socia-icons ul.elementor-icon-list-items li.elementor-icon-list-item a::before{
        content: "";
        position: absolute;
        top: -40px;
        left: -43px;
        right: 0;
        bottom: 0;
        z-index: 1;
        background-image: url(http://staging.spikecomplex.co.uk/wp-content/uploads/2023/05/hover.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 128px;
        height: 112px;
        opacity: 0;
    }
    .footer-socia-icons ul.elementor-icon-list-items li.elementor-icon-list-item a:hover::before{
        opacity: 1;
    }
    .footer-socia-icons ul.elementor-icon-list-items li.elementor-icon-list-item a span.elementor-icon-list-icon {
        z-index: 2;
    }
    .footer-socia-icons ul.elementor-icon-list-items li.elementor-icon-list-item a span.elementor-icon-list-icon i {
        position: relative;
        z-index: 1;
    }
    .footer-socia-icons .elementor-widget-container{
        overflow: visible !important;
    }

    @media only screen and (max-width: 1280px){
        .newsletter-area .container {
        max-width: 100% !important;
    }
    }
    @media only screen and (max-width: 1199px){
        .footer-sharenm{
            display:none;
        }
    }
    @media only screen and (max-width: 475px){
        .footer-socia-icons ul li a {
        margin-top: 8px;
    }
    }
    .faq-img img {
        width: auto;
        margin-left: 0 !important;
        height: 100%;
        object-fit: cover;
    }
    .faq-img {
        height: 100%;
    }
    .elementor-33 .elementor-element.elementor-element-b53fb6a:not(.elementor-motion-effects-element-type-background), .elementor-33 .elementor-element.elementor-element-b53fb6a > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-color: #253c2a;
    }
    section.elementor-section.elementor-top-section.elementor-element.elementor-element-9a65acb.elementor-section-full_width.single-product-wrap.elementor-section-height-default.elementor-section-height-default {
        background-color: #9e603b;
    }
    .spike-faq {
        background-color: #ac9258;
    }
    .elementor-33 .elementor-element.elementor-element-d57b0b3:not(.elementor-motion-effects-element-type-background), .elementor-33 .elementor-element.elementor-element-d57b0b3 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-color: #ac9258;
    }

    .single__product_wrap{
        font-family: 'Poppins', sans-serif;
    }
    .single__product_container{
        max-width: 970px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
    }
    .single__product_wrap .rt-dec h2{
        color: #ad974f;
        font-size: 30px;
        font-weight: 600;
    }
    .single__product_wrap .rt-dec h3{
        color: #ad974f;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
    }
    .single__product_wrap .rt-dec p{
        font-size: 15px;
        color: white;
    }
    .single__product_wrap .rt-dec table{
        background-color: black;
        color: white;
    }
    .single__product_wrap .rt-dec table tr td.text-right {
        text-align: right;
    }
    .single__product_wrap .rt-dec table tr:nth-child(1){
        border-top: 1px solid #141414;
    }
    .single__product_wrap .rt-dec table tr{
        border-color: #141414;
    }


    /* For conunter start */
    .single__product_wrap .quantity-counter .value {
        text-align: center;
        -moz-appearance: textfield;
        border: 2px solid #bba041;
        background: transparent;
        color: white;
        padding: 10px 0;
        width: 110px;
    }
    .single__product_wrap .quantity-counter .value::-webkit-outer-spin-button, .quantity-counter .value::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    .single__product_wrap .quantity-counter .increment,
    .quantity-counter .decrement {
        border: 2px solid #bba041;
        background: transparent;
        cursor: pointer;
        color: #fff;
        padding: 10px 17px;
    }
    .single__product_wrap .quantity-counter .increment{
        margin-left: -5px;
        border-left: 0px;
    }
    .single__product_wrap .quantity-counter .decrement{
        margin-right: -5px;
        border-right: 0px;
    }
    /* For conunter end */

    .single__product_wrap .button-sp a {
        text-decoration: none;
        text-align: center;
        color: #222222;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 20px;
        height: 110px;
        display: flex;
        width: 425px;
        align-items: center;
        justify-content: center;
        background: linear-gradient(to bottom, rgba(226,214,146,1) 0%,rgba(222,204,131,1) 50%,rgba(218,197,118,1) 100%);
        border-radius: 8px;
    }
    .single__product_wrap .button-sp a:hover{
        transition: 0.5s ease;
        background: linear-gradient(to bottom, rgba(222,204,131,1) 0%,rgba(218,197,118,1) 50%,rgba(222,204,131,1) 100%);
    }
    .single__product_wrap .button-sp {
        margin: 55px 0 0 0;
    }
    .single__product_wrap .gal-sm {
        padding-top: 20px;
    }

    /* Product Gallery tab start */

    ul.resourse_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        background: white;
        box-shadow: 0px 0px 26.68px 2.32px rgba(173, 151, 79, 1);
        border-radius: 20px;
        padding: 30px 60px;
        margin-bottom: 30px;
    }
    ul.resourse_list li a {
        color: #687d95;
    }
    ul.resourse_list li.list-group-item {
        border: none;
    }
    ul.resourse_list li a.active-a {
        background: #161717;
        color: #fff;
        border-color: #fff;
        padding: 10px 20px;
        box-shadow: 0px 0px 24px 0px rgba(93, 87, 171, 0.32);
        border: 2px solid white;
        border-radius: 50px;
    }

    .gallery_list_row .box1{
        display: flex;
        flex-wrap: wrap; 
        width: calc(35% - 14px);
        justify-content: space-between;
        margin-left: 7px;
        margin-right: 7px;
    }
    .gallery_list_row{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .gallery_list_row .box2{
        width: calc(15% - 14px);
        margin-left: 7px;
        margin-right: 7px;
    }
    .gallery_list_row .box3{
        display: flex;
        flex-wrap: wrap; 
        width: calc(35% - 14px);
        justify-content: space-between;
        margin-left: 7px;
        margin-right: 7px;
    }
    .gallery_list_row .box4 {
        width: calc(15% - 14px);
        margin-left: 7px;
        margin-right: 7px;
    }
    .gallery_list_row .box1 .post img{
        width: 100%;
    } 
    .gallery_list_row .box1 .post:nth-child(1) {
        width: 100%;
    }
    .gallery_list_row .box1 .post:nth-child(2) {
        max-width: 50%;
        width: calc(50% - 7px);
        margin-top: 14px;
    }
    .gallery_list_row .box1 .post:nth-child(3) {
        max-width: 50%;
        width: calc(50% - 7px);
        margin-top: 14px;
    }
    
    .gallery_list_row .box2 .post img{
        width: 100%;
        object-fit: cover;
    } 

    .gallery_list_row .box3 .post img{
        width: 100%;
    } 
    .gallery_list_row .box3 .post:nth-child(1) {
        width: 100%;
    }
    .gallery_list_row .box3 .post:nth-child(2) {
        max-width: 50%;
        width: calc(50% - 7px);
        margin-top: 14px;
    }
    .gallery_list_row .box3 .post:nth-child(3) {
        max-width: 50%;
        width: calc(50% - 7px);
        margin-top: 14px;
    }
    .gallery_list_row .box4 .post img{
        width: 100%;
    }
    .gallery_list_row {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .gallery_list_row .box1 .post .img_post,
    .gallery_list_row .box3 .post .img_post{
        position: relative;
    }

    .gallery_list_row .box1 .post .img_post::before,
    .gallery_list_row .box3 .post .img_post::before{
        content: "";
        padding-top: 100%;
        display: block;   
    }
    .gallery_list_row .box1 .post .img_post img,
    .gallery_list_row .box3 .post .img_post img{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .gallery_list_row .box1 .post:nth-child(1) .img_post,
    .gallery_list_row .box3 .post:nth-child(1) .img_post {
        position: relative;
    }
    .gallery_list_row .box1 .post:nth-child(1) .img_post:before,
    .gallery_list_row .box3 .post:nth-child(1) .img_post:before {
        content: "";
        padding-top: 50%;
        display: block;
    }
    .gallery_list_row .box1 .post:nth-child(1) .img_post img,
    .gallery_list_row .box3 .post:nth-child(1) .img_post img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .gallery_list_row .box2 .post .img_post,
    .gallery_list_row .box4 .post .img_post{
        position: relative;
    }
    .gallery_list_row .box2 .post .img_post:before,
    .gallery_list_row .box4 .post .img_post:before{
        content: "";
        padding-top: 247.5%;
        display: block;
    }
    .gallery_list_row .box2 .post .img_post img,
    .gallery_list_row .box4 .post .img_post img{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .gallery_list_row.row.\31 {
        margin-top: 14px;
        margin-bottom: 14px;
    }
    .popup-content .btnclose button {
        color: transparent;
        outline: none;
        border: none;
        background: url("http://staging.spikecomplex.co.uk/wp-content/uploads/2023/06/close.png");
        background-size: 11px;
        background-repeat: no-repeat;
        position: absolute;
        background-position: center;
        top: 9px;
        right: 11px;
        cursor: pointer;
        padding: 0;
        width: 11px;
        display: inline-block;
    }
    .popup-content {
        position: relative;
    }
    .popup-content h2.posttitle.text-left {
        color: #231F20;
        font-family: "Poppins", Sans-serif;
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .popup-content .postcontent p {
        font-size: 14px;
        font-weight: 500;
        line-height: unset;
        color: #231F20;
        margin-bottom: 15px;
    }
    .popup-content .readmorebtn .btn {
        background: linear-gradient(180deg, #C9504D 53%, #C50006 100%);
        border: none;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0;
        padding: 15px 30px;
        text-align: center;
        text-transform: uppercase;
        transition: all 0.4s ease-in-out;
    }
    .single-product-wrap-main .perched-area .section-title h2 {
        font-weight: 600;
        color: white;
    }
    .single-product-wrap-main .perched-area .section-title p{
        color: white;
    }
    .single-product-wrap-main .perched-area{
    color: white;
    }
    .single-product-wrap-main .product-details-content > h3 {
        font-size: 30px;
        text-transform: uppercase;
        color: #ad974f;
        line-height: unset;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .single-product-wrap-main .product-details-content .product_descfull {
        line-height: 25px;
        font-weight: normal;
    }
    .single-product-wrap-main .product-details-content .productatt h3 {
        font-size: 18px;
        text-transform: uppercase;
        color: #ad974f;
        font-weight: 600;
    }
    .single-product-wrap-main .product-details-content .productatt .table {
        width: 100%;
        max-width: 100%;
        margin-bottom: 1rem;
        display: inline;
    }
    .single-product-wrap-main .product-details-content .productatt .table td, .table th {
        padding: 6px 0px;
        vertical-align: top;
        border: transparent;
    }
    .single-product-wrap-main .product-details-content .productatt .table td{
        display: inline;
        margin: 0 2px;
    }
    body .single-product-wrap-main .pro_att table .text-right {
        text-align: left !important;
    }
    select#category-dropdown {
        padding: 15px 20px;
        border-radius: 50px;
        width: 100%;
        background: white;
        margin-bottom: 20px;
    }
    .product-details-content .product-rating.mb-45 {
        display: none;
    }
    .product-details-content{
    margin-top: 0px !important;
    }
    .elementor-widget-container .perched-info {
        padding-bottom: 0;
        border: 0px;
    }
    .product-details-content .productatt{
        padding-top: 30px;
    }
    .single-product-wrap-main .perched-info .quantity.cart-plus-minus input {
        color: white;
        background: transparent;
        border: 2px solid #bba041;
        max-width: 206px !important;
        width: 100%;
    }
    .single-product-wrap-main .perched-info .quantity.cart-plus-minus .qtybutton {
        color: white;
    }
    .cart-plus-minus::before {
        background: #bba041;
    }
    .cart-plus-minus::after {
        background: #bba041;
    }
    .single_add_to_cart_button_div button[type=submit] {
        border-radius: 8px !important;
        color: black !important;
        width: 459px;
        font-size: 20px !important;
        height: 110px;
        background: linear-gradient(to bottom, rgba(226,214,146,1) 0%,rgba(222,204,131,1) 50%,rgba(218,197,118,1) 100%);
        margin-top: 69px;
    }
    .single_add_to_cart_button_div button[type=submit]:hover{
    background: linear-gradient(to bottom, rgba(226,214,146,1) 0%,rgba(222,204,131,1) 50%,rgba(218,197,118,1) 100%) !important;
    }
    .elementor-widget-container .product-large-img .thumbnails a img {
        width: 22%;
        margin-right: 17px;
    }
    .product-large-img img.attachment-shop_single.size-shop_single.wp-post-image{
    height: 500px;
        object-fit: cover;
    }
    .header-main-one {
        z-index: 999;
    }
    .cart-page-total .cart_totals .wc-proceed-to-checkout a:hover {
        background: #61ce70;
    }
    .divider-one::before {
        content: '';
        position: absolute !important;
        background: #eaeaea !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 160px !important;
        width: 8px !important;
        height: 8px !important;
        border-radius: 20px !important;
        margin: -2px auto !important;
        animation-duration: 4s !important;
        -webkit-animation-timing-function: linear !important;
        animation-timing-function: linear !important;
        -webkit-animation-iteration-count: infinite !important;
        animation-iteration-count: infinite !important;
        -webkit-animation-name: MOVE-BG !important;
        animation-name: MOVE-BG !important;
    }
    .single-order-wrap .section-title .bar {
        height: 1px !important;
        background: #ffffff !important;
    }
    .single-order-wrap .section-title .bar::before {
        background: white !important;
    }
    .elementor-widget-bdevs-blog .section-title .bar {
        height: 1px;
        background: black;
    }
    .elementor-widget-bdevs-blog .section-title .bar::before {
        background: #000000;
    }
    .elementor-widget-container .product-large-img .thumbnails a img {
        width: 22%;
        height: 98px !important;
        margin-right: 17px;
        object-fit: cover !important;
    }
    .blog-area li a {
        color: #231F20;
    }
    .blog-area li a:hover{
        color: #b39a47;
    }
    .wp-block-search__button {
        color: black;
    }
    .single-gallery ol{
    padding:0;
    }
    .single-gallery div#block-4 {
        display: none;
    }
    .single-gallery div#block-5 {
        display: none;
    }
    .single-gallery div#block-6 {
        display: none;
    }
    .single-gallery .blog-sidebar h2{
        color:#231F20;
    }
    .woocommerce-checkout-payment .place-order input[name="woocommerce_checkout_place_order"]:hover {
        background: #b39a47;
    }
    .woocommerce-info {
        border-top-color: #b49b48;
    }
    .woocommerce-info a {
        color: #b39a47;
    }
    .woocommerce-info a:hover{
    color: #b39a47;
    }
    section.checkout-area h3 {
        color: black;
    }
    .woocommerce-account h3 {
        color: #231F20;
    }
    .password-wrap .password-input {
        width: 100%;
    }
    .woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
        position: absolute;
        right: .7em;
        top: unset !important;
        cursor: pointer;
    }
    .breadcrumb-bg::after {
        background: linear-gradient(to bottom, #62552a, transparent);
        opacity: .75;
    }
    .breadcrumb-bg::before {
        background: linear-gradient(to left, #967d39, #b39a48);
        opacity: .75;
    }
    .single-gallery .wp-block-latest-posts.wp-block-latest-posts__list li {
        padding-bottom: 10px;
        border-bottom: 1px solid #bcbcbc;
        margin-bottom: 10px;
    }
    .single-gallery .wp-block-latest-posts.wp-block-latest-posts__list li:last-child{
    border-bottom: 0px;
    }
    .wp-block-search__button {
        color: white;
        background: #ed1d24;
        border: 0px;
        transition: .3s all;
    }
    .wp-block-search__button:hover {
        background: #b39a47 !important;
    }
    .breadcrumb-content {
        margin-top: 0;
    }
    .breadcrumb-bg {
        min-height: 300px;
    }
    .breadcrumb-area.breadcrumb-bg.pt-230 {
        padding-top: 122px;
    }
    .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
        height: 40px;
    }
    button.woocommerce-Button.button.btn.btn-icon-green {
        background: #ed1d24;
        padding: 15px 30px;
        color: white;
    }
    button.woocommerce-Button.button.btn.btn-icon-green:hover{
    background: #b39a47;
    } 
    #customer_login a{
        color: black;
    }
    #customer_login a:hover{
    color: #b39a47;
    }
    .comment-respond {
        display: none;
    }
    .comment-reply-box.mt-85 {
        display: none;
    }
    input.woocommerce-Button.button {
        padding: 15px 25px;
        background: #ed1d24;
        color: white;
        text-transform: uppercase;
    }
    input.woocommerce-Button.button:hover{
    background: #b39a47;
        color: white;
    }
    .cart-page-total .cart_totals .wc-proceed-to-checkout a:hover {
        background: #b39a47 !important;
    }
    input.m-b15.site-button.text-uppercase.btn.theme-btn-2:hover {
        background: #b39a47 !important;
    }
    p.return-to-shop {
        display: none;
    }
    .ekit-template-content-markup.ekit-template-content-header.ekit-template-content-theme-support {
        position: sticky;
        top: 0;
        width: 100%;
        z-index: 99999999;
    }
    span.ct-bld {
        font-size: 15px;
        font-weight: 500;
        color: #987e3a;
    }
    .ct-inner-wrap label,
    .ct-inner-wrap textarea {
        width: 100%;
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        color: white;
        letter-spacing: 1px;
    }
    .ct-inner-wrap input {
        width: 100%;
        height: 45px;
        border: 2px solid #b39a48;
        background: black;
        margin: 10px 0 0 0;
        color: white;
    }
    .ct-inner-wrap textarea{
        height: 100px;
        border: 2px solid #b39a48;
        background: black;
        margin: 10px 0 0 0;
        text-transform: capitalize;
    }
    .ct-main-wrap input[type=submit] {
        background: linear-gradient(180deg, rgba(68,121,5,1) 0%, rgba(112,191,1,1) 51%, rgba(68,121,5,1) 100%) !important;
        width: inherit;
        border-radius: 0;
        font-size: 14px;
        border: none;
        font-weight: 700;
        text-transform: uppercase;
        padding: 13px 40px;
        color: #fff;
    }
    .ct-main-wrap input[type=submit]:hover{
    background: linear-gradient(180deg, rgba(112,191,1,1) 0%, rgba(68,121,5,1) 51%, rgba(112,191,1,1) 100%) !important;
        transition: .3s all;
    }
    .inr-bnr {
        position: relative;
    }
    .inr-bnr::after {
        background: linear-gradient(to bottom, #62552a, transparent);
        opacity: .75;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 105px;
    }
    .inr-bnr::before{
    background: linear-gradient(to left, #967d39, #b39a48);
        opacity: 1;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .cat-wrap-inner {
        position: relative;
        height: 400px;
    }
    .cat-wrap-inner:nth-child(1) .elementskit-box-body.ekit-image-box-body{
        top: 0px !important;
    }
    .cat-wrap-inner .elementskit-box-body.ekit-image-box-body {
        position: absolute;
        top: 10px !important;
    }
    body .cat-long img {
        height: 100% !important;
        object-fit: cover;
    }
    .cat-wrap-inner:not(.cat-long) .image-box-img-left img {
        height: 400px !important;
        object-fit: cover;
    }
    .cat-wrap-inner .ekit-image-box-body h3.elementskit-info-box-title {
        font-size: 32px !important;
        color: white;
    }
    
    
    .cat-wrap-inner .elementskit-box-style-content ul li a {
        color: white;
    }
    .cat-wrap-inner .elementskit-box-style-content ul li a:hover{
    color: black;
    }
    .cat-wrap-inner .ekit-wid-con .elementskit-info-image-box:hover .elementskit-box-content .elementskit-info-box-title {
        color: white !important;
    }
    
    
    .cat-wrap-inner .elementskit-box-style-content ul li{
    margin-bottom:10px;
    }
    .cat-wrap-inner .elementskit-box-body.ekit-image-box-body {
        transition: .3s all;
        opacity: 0;
        visibility: hidden;
    }
    .cat-wrap-inner:hover .elementskit-box-body.ekit-image-box-body {
        display: block;
        background: linear-gradient(to right, rgba(151, 126, 58, 0.9) , rgba(151, 126, 58, 0.9));
        height: 100%;
        width: 100%;
        opacity: 1;
        visibility: visible;
        transition: 1s easy-in-out;
    }
    .cat-wrap-inner:nth-child(2):hover .elementskit-box-body.ekit-image-box-body {
        position: absolute;
        display: block;
        opacity: 1;
        visibility: visible;
        background: linear-gradient(to right, rgba(151, 126, 58, 0.9) , rgba(151, 126, 58, 0.9));
        height: 100%;
        width: 97%;
        padding: 40px;
        margin: 0 !important;
        top: 9px;
    }
    .cat-wrap-inner:nth-child(3):hover .elementskit-box-body.ekit-image-box-body {
        display: block;
        opacity: 1;
        visibility: visible;
        background: linear-gradient(to right, rgba(151, 126, 58, 0.9) , rgba(151, 126, 58, 0.9));
        height: 48.2%;
        position: absolute;
        width: 96.5%;
        top: 10px;
    }
    .cat-wrap-inner:last-child {
        height: 100%;
    }
    .cat-wrap-inner:last-child .elementor-widget-container {
        height: 100%;
    }
    .cat-wrap-inner:last-child .elementor-widget-container .ekit-wid-con {
        height: 100%;
    }
    .cat-wrap-inner:last-child .elementor-widget-container .ekit-wid-con .elementskit-info-image-box.ekit-image-box.text-left.simple-card {
        height: 100%;
    }
    .cat-wrap-inner:last-child .elementor-widget-container .ekit-wid-con .elementskit-info-image-box.ekit-image-box.text-left.simple-card .elementskit-box-header.image-box-img-left {
        height: 100%;
    }
    .cat-wrap-inner:last-child .elementor-widget-container .ekit-wid-con .elementskit-info-image-box.ekit-image-box.text-left.simple-card .elementskit-box-header.image-box-img-left img.attachment-full.size-full.wp-image-2456 {
        height: 100% !important;
    }
    .cat-wrap-inner .ekit-wid-con .elementskit-info-image-box .elementskit-box-body {
        padding: 40px;
        transition: 0.4s all;
            visibility: visible;
        opacity: 1;
    }
    .cat-wrap-inner .elementskit-box-content.ekit-image-box-body-inner .elementskit-box-style-content {
        visibility: hidden;
        opacity: 0;
        transform: translatex(-30px);
        transition: 0.3s all;
    }
    .cat-wrap-inner:hover .elementskit-box-content.ekit-image-box-body-inner .elementskit-box-style-content{
        visibility: visible;
        opacity: 1;
        transform: translatex(0px);
    }
    .cat-wrap-inner .ekit-wid-con h3.elementskit-info-box-title {
        padding: 0 0 15px 0 !important;
    }
    .cat-wrap-inner .elementskit-box-header.image-box-img-left::after {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: linear-gradient(360deg, rgba(255,255,255,0) 0%, rgb(0 0 0 / 37%) 41%);
        height: 113px;
        width: 100%;
    }
    .elementor.elementor-1714 {
        margin-top: -68px;
    }
    @media only screen and (max-width: 1024px){
    .cat-wrap-inner:nth-child(2):hover .elementskit-box-body.ekit-image-box-body {
        top: 0 !important;
    }
        .cat-wrap-inner:nth-child(3):hover .elementskit-box-body.ekit-image-box-body {
        top: 0 !important;
    }
    }
    @media only screen and (max-width: 767px){
    .gallery_list_row .box1 {
        width: calc(70% - 14px);
    }
    .gallery_list_row .box2 {
        width: calc(30% - 14px);
    }
    .gallery_list_row .box3 {
        width: calc(70% - 14px);
        margin-top: 14px;
    }
    .gallery_list_row .box4 {
        width: calc(30% - 14px);
        margin-top: 14px;
    }
        
        .cat-wrap-inner {
        height: 500px;
    }
    .cat-wrap-inner .elementor-widget-container {
        height: 100%;
    }
    .cat-wrap-inner .elementor-widget-container .ekit-wid-con {
        height: 100%;
    }
    .cat-wrap-inner .elementor-widget-container .ekit-wid-con .elementskit-info-image-box.ekit-image-box.text-left.simple-card {
        height: 100%;
    }
    .cat-wrap-inner .elementor-widget-container .ekit-wid-con .elementskit-info-image-box.ekit-image-box.text-left.simple-card .elementskit-box-header.image-box-img-left {
        height: 100%;
    }
    .cat-wrap-inner .elementor-widget-container .ekit-wid-con .elementskit-info-image-box.ekit-image-box.text-left.simple-card .elementskit-box-header.image-box-img-left img {
        height: 500px !important;
    }
        .cat-wrap-inner:nth-child(2):hover .elementskit-box-body.ekit-image-box-body {
        width: 100%;
    }
        .cat-wrap-inner:nth-child(3):hover .elementskit-box-body.ekit-image-box-body {
        height: 96%;
        width: 100%;
        top: 21px !important;
    }
        .cat-wrap-inner:last-child {
        height: 500px;
    }
        .cat-wrap-inner .ekit-image-box-body h3.elementskit-info-box-title {
        font-size: 20px !important;
        color: white;
    }
        .cat-wrap-inner .elementskit-box-style-content ul li {
        margin-bottom: 7px;
    }
        .cat-wrap-inner .elementskit-box-style-content ul li a{
    font-size: 13px;
        }
        .cat-wrap-inner .elementskit-box-body.ekit-image-box-body {
        top: 20px !important;
    }
        .cat-wrap-inner:nth-child(1) .elementskit-box-body.ekit-image-box-body {
        top: 0px !important;
    }
        .cat-wrap-inner:nth-child(2) .elementskit-box-body.ekit-image-box-body{
            top: 0px !important;
        }
    }
    @media only screen and (max-width: 767px){
        .gallery_list_row .box1,
        .gallery_list_row .box3{
        width: 100%;
    }
        .gallery_list_row .box2 .post .img_post:before, .gallery_list_row .box4 .post .img_post:before {
        content: "";
        padding-top: 50%;
        display: block;
    }
        .gallery_list_row .box2,
        .gallery_list_row .box4{
        width: 100%;
    }
        .gallery_list_row .box2{
            margin-top: 14px;
        }
        .popup-content {
        padding: 20px;
        margin: 100px 20px !important;
    }
        .contentpopup .popup-content img {
        height: 300px;
        object-fit: cover;
    }

    }
    /* Product Gallery tab end */
    .elementor-1398 .elementor-element.elementor-element-608b796 .elementskit-menu-hamburger > .ekit-menu-icon {
        color: black !important;
        font-size: unset;
        border: none;
        padding: unset;
        border-radius: 5px;
    }
    button.elementskit-menu-hamburger.elementskit-menu-toggler {
        background: transparent;
    }
    .cat-wrap-inner .elementskit-box-content.ekit-image-box-body-inner {
        transform: unset;
        opacity: 1;
        transition: all 0.5s;
    }
    .cat-wrap-inner:hover .elementskit-box-content.ekit-image-box-body-inner {
        transform: translateX(0);
        opacity: 1;
    }

    .cat-wrap-inner h3.elementskit-info-box-title{
    position: relative;
    }
    .cat-wrap-inner h3.elementskit-info-box-title::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: white;
        z-index: 1;
        height: 4px;
        border-radius: 50px;
        width: 0px;
        transition: width 1s;
    }
    .cat-wrap-inner .elementskit-box-style-content ul {
        margin-top: 15px;
    }
    .cat-wrap-inner:hover h3.elementskit-info-box-title::before{
        width:45px;
    } 
    button.elementskit-menu-hamburger.elementskit-menu-toggler:hover {
        background: transparent !important;
    }
    button.elementskit-menu-close.elementskit-menu-toggler:hover {
        background: transparent !important;
    }
    .ekit-wid-con .fasicon.icon-burger-menu::before, .ekit-wid-con .icon.icon-burger-menu::before, .icon.icon-burger-menu::before {
        font-size: 30px;
    }
    .four-icon-section {
        position: relative;
        overflow: hidden;
    }
    .hamb svg rect {
        fill: white;
    }
    .hamb svg{
        width:22px;
    }
    #scrollUp {
        background: #b49b47 !important;
    }
    .avatar-post {
        display: none;
    }
    .blog-details-content .blog-list-meta {
        display: none;
    }
    .single .blog-area .container .row .col-lg-4 {
        display: none;
    }
    .single .blog-area .col-lg-8 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .blog-details-date {
        display: none;
    }
    .cat-wrap-inner .elementskit-box-header.image-box-img-left::before {
        content: "";
        background: url('http://staging.spikecomplex.co.uk/wp-content/uploads/2023/09/search.png');
        position: absolute;
        top: 10px;
        bottom: 0;
        right: 15px;
        left: 0;
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 22px;
        cursor: pointer !important;
        z-index: 1;
    }
    .cat-wrap-inner:hover .elementskit-box-header.image-box-img-left::before{
    display: none;
    }
    .blog-content > a {
        font-size: 16px;
        font-weight: normal;
        color: #222222;
        display: none;
    }
    .blog-content p {
        color: #222222;
        margin-bottom: 8px;
    }
    .blog-home .b-post-thumb a::after {
        content: "";
        position: absolute;
        background: url('http://staging.spikecomplex.co.uk/wp-content/uploads/2023/07/Group-2-1.png');
        background-size: 20px;
        background-position: top right;
        background-repeat: no-repeat;
        top: 8px;
        bottom: 0;
        left: 0;
        right: 13px;
        cursor: pointer;
        z-index: 2;
    }
    .blog-home .b-post-thumb a {
        position: relative;
        height: 100%;
        width: 100%;
        display: inline-block;
    }
    .wpcf7-sliding-captcha .default {
        width: 66px;
        height: 37px;
        background: transparent url('http://staging.spikecomplex.co.uk/wp-content/uploads/2023/07/lock.png') no-repeat;
        cursor: e-resize;
        position: relative;
        top: 0;
        left: 0;
        display: block;
    }
    .wsc-i-list ul li span {
        color: #eaeaea;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }
    .wsc-i-list{
        position: relative;
            max-width: 1082px;
        height: 630px;
        margin: 0 auto;
        z-index:2;
    }
    .wsc-i-list:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-width: 1px;
        border-radius: 50%;
        height: 1020px;
        width: 1020px;
        padding: 1px;
        background: linear-gradient(180deg, rgba(59,99,70,1) 50%, rgba(0,0,0,0) 60%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        margin: 0 auto;
    }
    .wsc-i-list ul{
        position: relative;
    }
    .wsc-i-list ul li{
        position: absolute;
        max-width: 415px;
        flex-wrap: wrap;
    }
    .wsc-i-list ul li:first-child {
        top: 16px;
        left: -2%;
    }
    .wsc-i-list ul li:nth-child(2) {
        top: 145px;
        left: -16%;
        position: absolute;
    }
    .wsc-i-list ul li:nth-child(3) {
        top: 308px;
        left: -26%;
        position: absolute;
    }
    .wsc-i-list ul li:nth-child(4) {
        top: 500px;
        left: -27%;
        position: absolute;
    }
    .wsc-i-list ul li:nth-child(5) {
        top: 16px;
        right: -1%;
        position: absolute;
    }
    .wsc-i-list ul li:nth-child(6) {
        top: 145px;
        right: -16%;
        position: absolute;
    }
    .wsc-i-list ul li:nth-child(7) {
        top: 308px;
        right: -25%;
        position: absolute;
    }
    .wsc-i-list ul li:nth-child(8) {
        top: 500px;
        right: -26%;
        position: absolute;
    }
    .wsc-i-list ul li span.elementor-icon-list-icon{
        width: 158px;
    }
    .wsc-i-list ul li span.elementor-icon-list-icon::before {
    position: absolute;
        content: "";
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        border: 1px solid #3b6346;
        border-radius: 55555px;
        background-color: #243a29;
    }
    .wsc-i-list ul li span.elementor-icon-list-text{
        flex: 1;
    }
    .wsc-i-list ul li span.elementor-icon-list-icon svg {
        position: relative;
        padding: 0;
        height: 158px;
        justify-content: center;
        align-items: center;
        max-width: 118px;
        width: 100%;
        margin: 0 auto !important;
    }
    .wsc-i-list ul li{
        grid-column-gap: 30px;
    }
    .wsc-i-list ul li:first-child,
    .wsc-i-list ul li:nth-child(2),
    .wsc-i-list ul li:nth-child(3),
    .wsc-i-list ul li:nth-child(4)
    {
            display: inline-flex;
        flex-direction: row-reverse;
        text-align: end;
        
    }
    .video-play a::before {
    display: none;
    }
    /* .single-product-wrap-main .product-details-content .productatt .table tr:first-child {
        display: none;
    } */
    .single-product-wrap-main .product-details-content .productatt .table tr td{
        display: inline-block;
        height: 30px;
    }
    .sp-ct-form select.wpcf7-form-control.wpcf7-select.ctmselectbox {
        background: black;
        height: 45px;
        width: 100%;
        border: 2px solid #b39a48;
        margin-top: 10px;
        color: white !important;
        padding: 0 0 0px 10px;
    }
    .sp-ct-form select.wpcf7-form-control.wpcf7-select.ctmselectbox option{
        color: white;
    }
    .sp-ct-form .wpcf7-sliding-captcha .bgSlider {
        width: 252px;
        border: transparent;
        background-color: #b49b4817;
        height: auto;
        display: block;
        border-radius: 5555px;
    }
    .sp-ct-form .wpcf7-sliding-captcha .default {
        width: 86px;
        height: 37px;
        background: transparent url('http://staging.spikecomplex.co.uk/wp-content/uploads/2023/09/Group-1-copy.png') no-repeat;
        cursor: e-resize;
        position: relative;
        top: 2px;
        left: 0;
        display: block;
    }
    button.mfp-close:hover {
        background: transparent;
    }
    .woocommerce-page .elementor.elementor-1714 {
        margin-top: unset !important;
    }
    .newsletter-wrap .newsletter-form .wpcf7-response-output {
        display: none;
    }
    .wpcf7 form .wpcf7-response-output {
        margin: 2em 0.5em 1em;
        padding: 0.2em 1em;
        border: 2px solid #00a0d2;
        color: #ff2929;
    }
    .product-details-content form.cart .cart-plus-minus {
        display: inline-block;
        margin-right: 30px;
        margin-top: 20px;
        width: 100%;
        max-width: 206px !important;
    }
    .newsletter-wrap .newsletter-form .wpcf7-not-valid-tip {
        position: absolute;
        left: 25px;
    }
    .woocommerce-cart .btn {
        background: #ad974f !important;
    }
    .woocommerce-cart .btn:hover {
        background: #baa45e !important;
    }
    .woocommerce-cart input.m-b15.site-button.text-uppercase.btn.theme-btn-2:hover {
        background: #baa45e !important;
    }
    .cart-page-total .cart_totals .wc-proceed-to-checkout a:hover{
    background: #baa45e !important;
    }
    .woocommerce-cart section.cart-area {
        margin-bottom: 70px;
    }
    .woocommerce a.remove {
        color: #ad974f !important;
    }
    .woocommerce-page .breadcrumb-bg {
        display: none !important;
    }

    .single .breadcrumb-bg {
        display: block !important;
    }
    .single-gallery .breadcrumb-bg{
        display: flex !important;
    }
    .woocommerce-page .custom_breadcrumb,
    .single .custom_breadcrumb {
        position: relative;
        z-index: 1;
        min-height: 300px;
    }
    .woocommerce-page .custom_breadcrumb::before,
    .single .custom_breadcrumb::before{
        background: linear-gradient(to left, #967d39, #b39a48);
        opacity: .75;
            content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .woocommerce-page .custom_breadcrumb::after,
    .single .custom_breadcrumb::after{
        background: linear-gradient(to bottom, #62552a, transparent);
        opacity: .75;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 105px;
    }
    /* .cky-consent-container button {
        background: linear-gradient(180deg, rgba(68,121,5,1) 0%, rgba(112,191,1,1) 51%, rgba(68,121,5,1) 100%) !important;
        color: white !important;
        border: 0px !important;
    }
    .cky-consent-container button:hover{
        background: linear-gradient(180deg, rgba(112,191,1,1) 0%, rgba(68,121,5,1) 51%, rgba(112,191,1,1) 100%) !important;
    } */
    /* .cky-notice .cky-title {
        color: #3c3444 !important;
        font-weight: 700;
        font-size: 18px !important;
        line-height: normal !important;
        margin: 0 !important;
        display: inline;
        padding-bottom: 6px;
        border-bottom: 1px solid #0000001f;
    }
    .cky-notice p{
        color: #3c3444 !important;
    }
    .cky-consent-container .cky-consent-bar {
        background: #fffbee !important;
        border: 0px!important;
        padding: 16.5px 24px;
        box-shadow: unset !important;
    } */
    .woocommerce-checkout-payment .place-order input[name="woocommerce_checkout_place_order"] {
        background: #231F20 !important;
        height: 50px;
        font-size: 17px;
    }
    .woocommerce-checkout-payment .place-order input[name="woocommerce_checkout_place_order"]:hover{
        background: #231F20 !important
    }
    .woocommerce-checkout .form-row {
        display: flex;
        flex-direction: column;
    }
    .woocommerce-checkout .woocommerce-billing-fields .form-row .select2-container--default .select2-selection--single {
        background: #ffffff;
        border: 1px solid #eaedff !important;
        border-radius: 0;
        height: 45px;
        display: flex;
        align-items: center;
    }
    .woocommerce-checkout .woocommerce-billing-fields .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 8px;
        right: 1px;
        width: 20px;
    }
    .woocommerce-checkout .checkout-area {
        padding-bottom: 160px;
    }
    /* button.cky-btn {
        background: linear-gradient(180deg, rgba(68,121,5,1) 0%, rgba(112,191,1,1) 51%, rgba(68,121,5,1) 100%) !important;
        color: white !important;
        border: 0px !important;
    } */
    /* button.cky-btn:hover{
            background: linear-gradient(180deg, rgba(112,191,1,1) 0%, rgba(68,121,5,1) 51%, rgba(112,191,1,1) 100%) !important;
    } */
    .woocommerce-checkout .contact-billing-details table tbody {
        border-radius: 10px;
    }
    .woocommerce-checkout .contact-billing-details table tbody tr {
        height: 40px;
    }
    .woocommerce-checkout .contact-billing-details table tbody tr th {
        padding: 0 16px;
        border: 1px solid rgba(0,0,0,.1);
    }
    .woocommerce-checkout .contact-billing-details table tbody tr td {
        padding: 0 16px;
        border: 1px solid rgba(0,0,0,.1);
    }
    /* .woocommerce-checkout .woocommerce {
        padding: 110px 0;
    } */
    .woocommerce-checkout .woocommerce-form-login-toggle {
        background: #f7f6f7;
        padding: 30px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        grid-column-gap: 10px;
        margin-bottom: 20px;
    }	
    .woocommerce-checkout .woocommerce-form-login-toggle p{
    margin-bottom: 0px;
    }
    .woocommerce-checkout .woocommerce-form-login-toggle input.input-text {
        background: #ffffff;
        border: 1px solid #eaedff;
        border-radius: 0;
        height: 45px;
        padding: 0 0 0 10px;
        width: 140%;
    }
    .checkout-links {
        display: none;
    }
    .woocommerce-checkout .contact-billing-details {
        padding: 30px 0;
    }
    .product-display {
        border-top: 9px solid #dddddd;
        border-bottom: 9px solid #dddddd;
        border-radius: 13px;
        margin: 0 15px 0 15px;
        box-shadow: 3px 3px 19.53px 1.47px rgba(145, 120, 55, 0.2);
        background: white;
        text-align: center;
        padding: 65px 0px 65px 0px;
        transition: 0.3s all;
    }
    .product-display:hover{
        border-top: 9px solid #b49b48;
        border-bottom: 9px solid #b49b48;
        cursor: pointer;
        transition: 1s all;
    }
    .cart-head .elementskit-info-box-icon {
        position: relative;
        width: 40px;
    }
    span.count-cart-count {
        background: black;
        font-family: 'Poppins';
        height: 20px;
        width: 20px;
        display: flex;
        border-radius: 155px;
        justify-content: center;
        align-items: center;
        color: white;
        top: 0;
        position: absolute;
        right: 14px;
    }
    .product-image {
        margin-bottom: 30px;
    }
    .elementor-element-da878b6 .elementor-shortcode {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    h2.product-title, h2.product-subtitle {
        color: #231F20;
        font-size: 28px;
        width: 233px;
        margin: 0 auto;
        text-align: center;
        font-weight: 400;
    }
    h2.product-title{
        font-weight: 700 !important;
    }
    p.product-description {
        color: #231F20;
        font-family: "Poppins", Sans-serif;
        font-size: 17px;
        font-weight: 400;
        padding: 40px 60px 10px 60px;
    }
    p.product-price {
        font-size: 18px;
        font-weight: 700;
        color: #231f20;
        position: relative;
        padding-bottom: 10px;
    }
    .product-details a.button {
        font-family: "Poppins", Sans-serif;
        font-size: 16px;
        font-weight: 600;
        background-color: #231F20;
        border-radius: 50px 50px 50px 50px;
        padding: 13px 60px 13px 30px;
        color: white;
        position: relative;
        transition: 0.3s all;
    }
    .product-details a.button::before {
        content: "";
        background: url('http://staging.spikecomplex.co.uk/wp-content/uploads/2023/05/cart.png');
        background-repeat: no-repeat;
        background-position: right;
        top: 0;
        bottom: 0;
        right: 8px;
        left: 0;
        position: absolute;
        z-index: 1;
    }
    .product-details a.button:hover{
        background-color: #8E793E;
    }
    .cky-btn-revisit-wrapper.cky-revisit-bottom-left {
        display: none;
    }
    .woolentor-checkout__box .header-main-nav {
        font-family: 'Poppins';
    }
    .woolentor-checkout__box woolentor-step--info .site-title a {
        color: #131313;
    }
    .woolentor-checkout__box .news-let-main {
        font-family: 'Poppins';
    }
    .woolentor-checkout__box .news-let-main .newsletter-wrap .row {
        display: flex;
        justify-content: space-between;
    }
    .woolentor-checkout__box .news-let-main .newsletter-wrap .newsletter-content h4 {
        margin-top: 0;
    }
    .woolentor-checkout__container {
        font-family: 'Poppins';
    }
    .woolentor-checkout__header h1 a {
        color: #131313;
    }
    .woolentor-checkout__item-col a {
        text-decoration: none;
        color: #ad974f;
    }
    .woolentor-checkout__product-name a {
        color: #ad974f;
    }
    .woolentor-checkout__box .woolentor-checkout__container {
        padding: 100px 15px 170px 15px;
    }
    .woolentor-checkout__box .newsletter-content span {
        text-align: left !important;
        padding: 0;
        display: flex;
        width: calc(76%);
    }
    .woolentor-checkout__container .newsletter-form form p {
        display: flex;
        align-items: center;
        justify-content: unset;
        grid-column-gap: 5px;
    }
    .woolentor-checkout__container .newsletter-form input[type="submit"] {
        padding: 18px 40px;
        color: #fff;
        border: 0px;
    }
    .woolentor-checkout__container .newsletter-wrap {
        margin-right: 15px;
        margin-left: 15px;
    }
    .woolentor-checkout__container .newsletter-form .wpcf7-form-control-wrap .wpcf7-form-control {
        padding: 0 0 0 25px;
    }
    .woolentor-checkout__box .form-row label, .woolentor-checkout__box .checkout_coupon label {
        font-size: 12px;
    }
    .woolentor-checkout__box .input-text:not(:placeholder-shown) ~ label, .woolentor-checkout__box .input-text:focus ~ label {
        font-size: 8px;
    }
    body .woolentor-checkout__box .woolentor-checkout__body .input-text:placeholder-shown ~ label {
        top: 19px;
        display: block;
    }
    .woolentor-checkout__box .input-text:not(:placeholder-shown) ~ label, .woolentor-checkout__box .input-text:focus ~ label {
        top: 5px !important;
        display: block !important;
    }
    .woocommerce-form__input-checkbox:after, .woolentor-checkout__box .woolentor-footer--3 .wc-terms-and-conditions input[type="checkbox"]:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        background: url('http://staging.spikecomplex.co.uk/wp-content/uploads/2023/09/check.png');
        background-size: cover;
        background-repeat: no-repeat;
        left: 50%;
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        opacity: 0;
        filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        width: 10px;
        height: 8px;
        margin-left: -5px;
        margin-top: -5px;
        background-color: unset;
    }
    @media only screen and (max-width: 1650px){
    .wsc-wrap {
        max-width: 850px;
        margin: 0 auto; 
    }
        .wsc-i-list .elementor-icon-list-icon svg{
        width: 70px;
            height: 70px;
        }
        .service-block-main-img .elementor-widget-container .elementor-image img{
            max-width: 492px !important;
        }
        .services-icon-block .why-spike-new {
        padding-bottom: 20px !important;
    }
        .wsc-i-list:before{
                height: 740px;
        width: 760px;
            background: linear-gradient(180deg, rgba(59,99,70,1) 50%, rgba(0,0,0,0) 60%);
        }
            .wsc-i-list ul li {
        max-width: 350px;
    }
        .wsc-i-list ul li span.elementor-icon-list-icon {
        width: 90px;
    }
        .wsc-i-list ul li span.elementor-icon-list-icon svg {
        height: 92px;
        max-width: 72px;
        width: 100%;
    }
        .wsc-i-list ul li:first-child {
        top: 16px;
        left: -7%;
    }
        .wsc-i-list ul li:nth-child(5) {
        top: 16px;
        right: -7%;
    }
    .wsc-i-list ul li:nth-child(2) {
        top: 115px;
        left: -22%;
    }
    .wsc-i-list ul li:nth-child(6) {
        top: 115px;
        right: -22%;
    }
    .wsc-i-list ul li:nth-child(3) {
        top: 228px;
        left: -29%;
        position: absolute;
    }
    .wsc-i-list ul li:nth-child(7) {
        top: 228px;
        right: -29%;
    }
        .wsc-i-list ul li:nth-child(8) {
        top: 360px;
        right: -30%;
    }
        .wsc-i-list ul li:nth-child(4) {
        top: 360px;
        left: -30%;
    }
    }
    @media only screen and (max-width: 1399px){
        .wsc-i-list{max-width: 762px;}
        .service-block-main-img .elementor-widget-container .elementor-image img{    max-width: 362px !important;    margin-top: 60px;}
        .wsc-i-list:before {
        height: 753px;
        width: 590px;
    }
        .woolentor-checkout__box .newsletter-content span {
        width: unset !important;
    }
    }
    @media only screen and (max-width: 1299px){
    .woolentor-checkout__box .newsletter-form input[type="submit"] {
    position: absolute;
        right: 40px;
        }
    }

    @media only screen and (min-width: 1200px){
        .services-icon-img{display:none;}
    }
    @media only screen and (max-width: 1199px){
    .single_add_to_cart_button_div button[type=submit] {margin-top: 23px;}
        .services-icon-block{display:none;}
        .why-icons-one p.elementor-icon-box-description {
        width: 240px;
        margin: 0 auto !important;
    }
    }
    @media only screen and (max-width: 1024px){
        .cat-wrap-inner:nth-child(3):hover .elementskit-box-body.ekit-image-box-body {
        height: 49%;
    }
        .woolentor-checkout__box  .header-cart-main .elementor-row {
        position: relative;
    }
    span.count-cart-count {
    right: 4px;
    top: -2px;
}
        .cart-head .elementskit-box-header {
        width: 35px;
    }
    }
    @media only screen and (max-width: 991px){
        .faq-wrapper-padding {
        padding: 20px 0 0 0;
    }
        .product-details-content.text-left {
        padding: 22px 0 0 0;
    }
        .faq-img {
        height: unset !important;
        margin: 0;
    }
        .faq-img img {
        width: 100% !important;
            margin: 0 !important;
    }
        .elementor.elementor-1714 {
        margin-top: -126px;
    }
        .single-gallery .elementor.elementor-1714 {
        margin-top: -161px;
    }
    .woocommerce-page .product-thumbnail img{
        max-width: 100px !important;
    }
        .woocommerce-page #coupon_code {

        margin-right: 0 !important;
        margin-left: 0 !important;
    }
        .elementor-element-da878b6 .elementor-shortcode{
            grid-template-columns: 1fr 1fr;
        }
        .woolentor-checkout__box .news-let-main .newsletter-wrap .row {
        flex-wrap: wrap;
        grid-row-gap: 30px;
    }
        .woolentor-checkout__box .news-let-main .newsletter-wrap .row div:last-child {
        width: 100%;
    }
        .woolentor-checkout__box .news-let-main .newsletter-wrap .row div:last-child form div:nth-child(2){
            width: 100%;
        }
        .woolentor-checkout__box .news-let-main .newsletter-wrap .row div:last-child form div:nth-child(2) span.wpcf7-form-control-wrap {
        width: 100%;
    }
    }
    @media only screen and (max-width: 767px){
        .cat-wrap-inner:nth-child(3):hover .elementskit-box-body.ekit-image-box-body {
        height: 96%;
    }
        .banner-main-img .elementor-image img {
        width: 100%;
        max-width: 400px !important;
        height: 100%;
        object-fit: cover;
    }
        .elementor-widget-container .product-large-img .thumbnails a img {
        width: calc(25% - 10px);
        height: 98px !important;
        margin-top: 10px;
        margin-right: 13px;
        object-fit: cover !important;
    }
        .product-large-img img.attachment-shop_single.size-shop_single.wp-post-image {
        height: auto;
    }
    .blog-area {
        padding-bottom: 320px;
    }
    .last-wrap {
    margin-bottom: -240px !important;
    }
        .single-gallery .elementor.elementor-1714 {
        margin-top: -231px;
    }
        .elementor-element-da878b6 .elementor-shortcode{
            display: flex;
            grid-row-gap: 20px;
                flex-direction: column;
        }
        .count-cart-count{
        display: none;
        }
        .woolentor-checkout__box{
            margin-top: 0px !important;
        }
            .woolentor-checkout__box .newsletter-form input[type="submit"] {
        top: 149px;
    }
    }
    @media only screen and (max-width: 678px){
        .woolentor-checkout__box .newsletter-form input[type="submit"] {
        position: unset;
        margin: 10px 0 0px 0;
    }
        .woolentor-checkout__box .newsletter-form form p {
        grid-column-gap:unset;
    }
    }
    @media only screen and (max-width: 575px){
        .single_add_to_cart_button_div button[type=submit] {
        width: auto;
        height: auto;
    }
        .header-main-logo-inner img {
        width: 100%;
        max-width: 70%;
    }
        .last-wrap {
        margin-bottom: -290px !important;
    }
    .single-gallery .elementor.elementor-1714 {
        margin-top: -281px;
    }
    }
    @media only screen and (max-width: 429px){
        .header-cart-main {
            width: 45% !important;
            margin-left: auto;
            margin: 0 !important;
            padding: 0 !important;
        }
    .elementor-1398 .elementor-element.elementor-element-471159b {
        width: 40%;
    }
    .elementor-1398 .elementor-element.elementor-element-4398a4f {
        width: 15%;
        position: unset !important;
        margin-top: 0px;
    }
        .header-main-one .elementor-row {
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 0 0 0;
    }
    .header-main-logo .elementor-element-16ad570 .elementor-image a {
        position: absolute;
        top: -28px;
        left: -7px;
        width: 152px;
    }
    .header-cart-main .elementor-widget-wrap {
        position: unset;
        /* right: -38px;
        top: -3px; */
    }
    .elementor-element-751f5b3 > .elementor-widget-wrap {
        padding: 0 !important;
    }
    }
    @media only screen and (max-width: 390px){
            .header-main-one {
        padding: 10px 0px !important;
    }
        .header-main-one .elementor-container {
        padding: 0 5px 0 13px !important;
    }
        .header-main-nav button.elementskit-menu-hamburger {
        padding: 5px 5px 5px 5px !important;
        height: 31px;
    }
    .header-main-nav .hamb svg {
        width: 18px;
    }
    .header-cart-main .elementor-widget-wrap {
        padding: 0 !important;
    }
    .elementor-1398 .elementor-element.elementor-element-4398a4f {
        width: max-content;
        position: unset !important;
        margin-top: 0px;
    }
    }
    /* Hide the total field on the cart page */
    .cart_totals table.shop_table tr.order-total {
        display: none;
    }

    .woocommerce-cart tr.shipping {
        display: none !important;
    }


    /* for check left box */

    .woolentor-checkout__left-sidebar .woolentor-checkout__section-header {
        align-items: baseline;
    }
    .woolentor-checkout__left-sidebar .form-row {
        width: 100% !important;
    }

    /* for order received */
    .woocommerce-order-received .woocommerce {
        width: 1200px;
        margin: 0 auto;
        padding: 150px 0;
    }
    .woocommerce-order-received .woocommerce .shop_table a {
        color: #ad974f;
    }
    body.woocommerce-order-received .woocommerce h2, body.woocommerce-order-received .woocommerce h3 {
        color: #131313 !important;
    }
    .woocommerce-order-received .newsletter-form input[type="submit"] {
        padding: 14px 40px;
        color: #fff;
        border: 0px;
    }
    @media only screen and (max-width: 1299px){
        .woocommerce-order-received .woocommerce {
        width: 100%;
        margin: 0 auto;
        padding: 150px 15px 150px 15px;
    }
    }
    @media only screen and (max-width: 575px){
        .woocommerce-thankyou-order-details{
            display: flex;
            flex-direction: column;
            grid-row-gap: 15px;
        }
        .woocommerce ul.order_details li {
        border-bottom: 1px dashed #d3ced2;
            border-right: opx;
    }
    }
    .woolentor-checkout__box .newsletter-form input[type="submit"] {
        padding: 17px 40px;
        color: #fff;
        border: 0px;
    }
    .woolentor-checkout__box .newsletter-form form.wpcf7-form.init p {
        display: flex;
        grid-column-gap: 5px;
    }
    .woolentor-checkout__box .newsletter-form .wpcf7-form-control-wrap .wpcf7-form-control {
        padding-left: 20px;
    }
    @media only screen and (max-width: 1024px){
            .woolentor-checkout__box .newsletter-form input[type="submit"] {
        padding: 19px 40px;
    }
    }
    @media only screen and (max-width: 991px){
        .woolentor-checkout__box .newsletter-form .wpcf7-form-control-wrap .wpcf7-form-control {
        width: 100%;
    }
        }
    @media only screen and (max-width: 678px){
            .woolentor-checkout__box .newsletter-form form.wpcf7-form.init p {
        grid-column-gap: unset;
    }
        }
    .woocommerce-billing-fields__field-wrapper input {
        height: 50px !important;
    }
    .woocommerce-billing-fields span.select2-selection.select2-selection--single {
        height: 50px !important;
        border-radius: 5px !important;
        border: 1px solid #d9d9d9 !important;
    }
    .woocommerce-billing-fields span.select2-selection.select2-selection--single span#select2-billing_country-container {
        padding-top: 20px;
    }
    .woocommerce-billing-fields p#billing_state_field label {
        top: 20px;
    }
    .contact-billing-details a {
        color: #ad974f;
    }
    /* .woolentor-checkout__body.Information .contact-billing-details {
        display: none !important;
    }
    .woolentor-checkout__body.Shipping .contact-billing-details table tr:last-child {
        display: none;
    } */
    .woocommerce-billing-fields p#billing_state_field label {
        top: 5px;
    }
    input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    @media only screen and (min-width: 1199px){
        .woocommerce-cart .cart-area .dec.qtybutton {
        left: 11%;
    }
    .woocommerce-cart .cart-area .inc.qtybutton {
        right: 11%;
    }
    }

    .woocommerce-cart .cart-area table.table .cart-plus-minus .dec.qtybutton, .cart-area table.table .cart-plus-minus .inc.qtybutton {
        display: block !important;
    }


    /* ===02-10-23 */


    .page-id-2304 .elementor-shortcode {
        display: unset !important;
    }
    @media only screen and (max-width: 1024px){
        .page-id-3790 .ekit-template-content-markup.ekit-template-content-footer.ekit-template-content-theme-support {
        margin-top: -130px;
    }
        .elementor-1398 .elementor-element.elementor-element-608b796 .elementskit-navbar-nav > li:hover > a {
        color: #ad974f;
    }
    .elementor-1398 .elementor-element.elementor-element-608b796 .elementskit-navbar-nav > li.current-menu-item > a {
        color:#ad974f;
    }
    } 
    @media only screen and (max-width: 991px){
        .page-id-3790 .ekit-template-content-markup.ekit-template-content-footer.ekit-template-content-theme-support {
        margin-top: -150px;
    }
    }
    @media only screen and (max-width: 767px){
        .page-id-3790 .ekit-template-content-markup.ekit-template-content-footer.ekit-template-content-theme-support {
        margin-top: -320px;
    }
    }
    @media only screen and (max-width: 670px){
        .newsletter-wrap .newsletter-form .wpcf7-not-valid-tip {
        position: absolute;
        left: 0;
        top: 125px;
    }
    }

    /* ====03-10-23 */

    /* .woocommerce-account .woocommerce {
        padding: 130px 15px;
    } */
    .page-id-143 .cart-empty {
        margin: 110px 0 190px 0;
    }
    .page-id-143 .wc-empty-cart-message{
        display: none;
    }
    .woocommerce-account nav.woocommerce-MyAccount-navigation ul li a {
        color: white !important;
    }
    .woocommerce-account nav.woocommerce-MyAccount-navigation ul li {
        border-bottom: 2px solid #bba041;
        background: #ffffff;
        padding: 20px 10px;
    }
    .woocommerce-account nav.woocommerce-MyAccount-navigation ul{
        border: 2px solid #bba041;
    }
    .woocommerce-account nav.woocommerce-MyAccount-navigation {
        float: left;
    }
    .woocommerce-account nav.woocommerce-MyAccount-navigation ul li:last-child {
        border: none;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        background: #f6f6f6;
        padding: 40px;
    }
    .woocommerce-account .woocommerce a {
        color: #ad974f !important;
    }
    .woocommerce-account .woocommerce p{
        color: black;
    }
    .woocommerce-account .woocommerce-MyAccount-content p {
        color: black;
    }
    .woocommerce-account .woocommerce-MyAccount-content form input{
        height: 50px !important;
        border: 1px solid #d9d9d9;
        border-radius: 5px;
    }
    .woocommerce-account .woocommerce-Button {
        padding: 19px 25px;
        color: white;
        text-transform: uppercase;
        border-radius: 0px !important;
    }
    .woocommerce-account .woocommerce-MyAccount-content form fieldset p {
        flex-direction: column;
    }
    .woocommerce-account .woocommerce-MyAccount-content form fieldset{
        padding-top: 30px;
    }
    #customer_login form .woocommerce-FormRow input {
        height: 50px !important;
        border: 1px solid #d9d9d9;
        border-radius: 5px;
    }
    .page-id-144 .woolentor-checkout__right-sidebar {
        border: 2px solid #bba041;
        height: max-content;
        padding: 30px 40px;
    }
    .woolentor-checkout__button {
        background: linear-gradient(180deg, rgba(68,121,5,1) 0%, rgba(112,191,1,1) 51%, rgba(68,121,5,1) 100%) !important;
        border-radius: 0px;
        font-size: 15px;
    }
    .woolentor-checkout__button:hover{
        background: linear-gradient(180deg, rgba(112,191,1,1) 0%, rgba(68,121,5,1) 51%, rgba(112,191,1,1) 100%) !important;
    }
    .woocommerce-account #customer_login div:nth-child(2) {
        display: block;
    }
    /* .woocommerce-account #customer_login{
        flex-direction: column;
    } */
    .woocommerce-account #customer_login > div.col-lg-6 {
        max-width: calc(50%) !important;
    }
    @media only screen and (max-width: 991px){
            .woocommerce-account #customer_login > div.col-lg-6 {
        max-width: 100% !important;
    }
    }
    @media only screen and (max-width: 767px){
        .woocommerce-account .woocommerce-MyAccount-content form p {
            width: 100%;
        }
        .woocommerce-account .woocommerce {
        padding: 0px 0px 60px 0px;
    }
    }
    @media only screen and (min-width: 991px){
        .woolentor-checkout__left-sidebar {
        margin-top: 0 !important;
    }
    }

    /* style 31-10-23 */

    /* .page-id-4299 .ekit-template-content-header,
    .page-id-4299 .ekit-template-content-footer {
        display: none;
    } */
    /* .bnr-lg {
        position: relative;
    }
    .bnr-lg::before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: url("http://staging.spikecomplex.co.uk/wp-content/uploads/2023/10/logo-2.png");
        background-repeat: no-repeat;
        background-position: top;
        z-index: 9999;
    } */
    /* body {
        color: #333;
        background: #131313 !important;
    }
    @media only screen and (max-width: 1232px){
        .bnr-txt .elementor-widget-container {
        padding-left: 0px !important;
    }
    } */
    .elementor-kit-180 img {
        box-shadow: unset !important;
    }
    .section-container {
        display: flex;
        justify-content: center;
        width: 100%;
        align-items: center;
        padding: 20px;
        border: 1px solid #ccc;
        position: relative;
        margin-top: 20px;
    }
    .section-container::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 42%;
        background: #ededed;
        width: 1px;
        height: 70%;
        transform: translateY(25px);
    }
    .section-container .logo-container {
        width: 40%;
        text-align: center;
    }
    .section-container .right-section {
        width: 60%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section-container .right-section p {
        margin: 0px;
        font-size: 16px;
        color: black;
    }
    .section-container .right-section h2{
        font-size: 18px;
        color: black;
        font-weight: 600;
    }
    .section-container .logo-container img{
        max-width: 60px !important;
        width: 100%;
        padding: 5px;
    }
    .cart-page-total {
        background: #fafafc;
        padding: 20px;
        border: 1px solid #ccc;
    }
    .cart-page-total table.shop_table {
        border-width: 1px 0px 1px 0px !important;
        border-color: #ccc !important;
        border-radius: 0px !important;
    }
    .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
        font-weight: 700;
        border-top: 1px solid #ccc !important;
    }
    .woocommerce table.shop_table td {
        border-top: 1px solid #ccc;
        padding: 9px 12px;
        vertical-align: middle;
        line-height: 1.5em;
    }
    .woocommerce .table-content table th, .woocommerce .table-content table td {
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }
    .woocommerce .table-content table {
        border-color: #ccc;
    }
    .woocommerce-cart .news-let-main, .woocommerce-checkout .news-let-main  {
        display: none;
    }
    @media only screen and (max-width: 991px){
        .cart-page-total {
        margin-top: 20px;
    }
    }

    @media only screen and (max-width: 767px){
        .section-container::before {
        background: transparent;
    }
        .section-container {
        flex-direction: column;
        }
        .section-container .right-section {
        width: 100%;
            margin-top: 20px;
            flex-wrap: wrap;
    }
        .section-container .logo-container {
        width: 100%;
    }
        .section-container .right-section .text-section{
            text-align: center;
        }
    }
    .woolentor-checkout__logo a {
        display: inline-block;
        color: black !important;
    }
    .elementor-1398 .elementor-element.elementor-element-608b796 .elementskit-navbar-nav > li.current-menu-item > a{
        color: black;
    }
    .elementor-1398 .elementor-element.elementor-element-608b796 .elementskit-navbar-nav > li.current-menu-item:hover > a{
        color: #EAEAEA;
    }
    .woocommerce-cart .woocommerce table img, .woocommerce-cart .woocommerce-page table img {
        height: auto;
        max-width: 60px;
        width: 100%;
    }
    .parent .table-content th {
        padding: 0 10px;
        vertical-align: middle;
    }
    .woocommerce-MyAccount-navigation ul li {
        background: #1d1a1a !important;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active {
        background: #ad974e !important;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link{
        border: 2px solid white !important;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation ul{
        border: 2px solid white !important;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        background: white !important;
        border: 1px solid black !important;
        margin: 4px 0;
        height: max-content;
    }
    body .woocommerce-MyAccount-content .woocommerce-Button, body .woocommerce-Button {
        color: white !important;
        background: #ad974f !important;
        border: 0px !important;
        height: 44px;
        padding: 0 35px !important;
    }
    body .woocommerce-MyAccount-content .woocommerce-Button:hover,
    body .woocommerce-Button:hover{
        background: #baa45e !important;
    }
    body .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset{
        padding-top: 0px !important;
    }
    div#dynamic-copyright-year {
        color: white;
        font-size: 15px;
        font-weight: 400;
    }
    .footer-form-main .gform_heading {
        display: none;
    }
    .footer-form-main .gform_footer .button {
        background: #ad974f !important;
        width: inherit;
        border-radius: 0;
        font-size: 14px;
        font-style: italic;
        font-weight: 700;
        text-transform: capitalize;
        padding: 13px 40px;
        color: #fff;
        border: 0px;
        cursor: pointer;
        height: 53px;
        display: inline-block;
    }
    .footer-form-main .gform_footer .button:hover{
        background: #baa45e !important;
    }
    .footer-form-main form#gform_2 {
        display: flex;
        align-items: center;
        grid-column-gap: 10px;
    }
    .footer-form-main .elementor-row {
        border: 8px solid #8b7b47 !important;
        align-items: center;
        padding: 10px 20px;
        background: white;
    }
    .clr-blk p {
        color: #000000 !important;
        margin: 0;
    }
    .footer-form-main .gform-body input {
        border-style: solid;
        border-width: 2px;
        border-color: #e5e5e5;
        background-color: #fff;
        height: 54px;
    }
    .footer-form-main .gform_footer input {
        margin-bottom: 0px !important;
    }
    .footer-form-main .gform_footer {
        margin: 0px !important;
    }
    .footer-form-main form#gform_2 .gform-body {
        width: 78%;
    }
    .footer-form-main .elementor-element-99c6577 {
        margin-bottom: 10px !important;
    }
    .footer-form-main {
        position: relative;
        z-index: 999;
        margin-bottom: -75px;
    }
    .footer-form-main .gfield_description {
        display: none;
    }
    .footer-form-main .gform_validation_errors {
        background:transparent !important;
        border: 0px !important;
        box-shadow: none !important;
        padding: 0 !important;
        position: absolute !important;
        bottom: -20px;
    }
    .woocommerce-cart .footer-form-main,
    .woolentor-checkout__box .footer-form-main,
    .woocommerce-checkout .footer-form-main{
        display: none;
    }
    @media (max-width: 1024px) {
        .footer-form-main .elementor-row {
        flex-direction: column;
    }
        .footer-form-main .elementor-row .elementor-column {
        width: 100%;
    }
        .footer-form-main form#gform_2 .gform-body {
        width: 100%;
    }
        .footer-form-main form#gform_2 {
        flex-wrap: wrap;
    }
    }
    .sp-ct-form label,
    .sp-ct-form textarea {
        width: 100%;
        font-size: 15px !important;
        font-weight: 500 !important;
        text-transform: uppercase;
        color: white;
        letter-spacing: 1px;
    }
    .sp-ct-form input {
        width: 100%;
        height: 45px;
        border: 2px solid #b39a48;
        background: black;
        margin: 10px 0 0 0;
        color: white;
    }
    .sp-ct-form textarea{
        height: 100px !important;
        border: 2px solid #b39a48;
        background: black;
        margin: 10px 0 0 0;
        text-transform: capitalize;
    }
    .sp-ct-form input[type=submit] {
        background: #ad974f !important;
        width: inherit;
        border-radius: 0;
        font-size: 14px !important;
        border: none;
        font-weight: 700;
        text-transform: uppercase;
        padding: 13px 40px;
        color: #fff;
        cursor: pointer;
    }
    .sp-ct-form input[type=submit]:hover{
    background: #baa45e !important;
        transition: .3s all;
    }
    .sp-ct-form select {
        background: black !important;
        height: 45px;
        width: 100%;
        border: 2px solid #b39a48;
        margin-top: 10px;
        color: white !important;
        padding: 0 0 0px 10px;
    }
    .sp-ct-form .gform_heading {
        display: none;
    }
    .sp-ct-form .gfield_required {
        display: none !important;
    }
    .woocommerce-account .woocommerce-MyAccount-content h2 {
        color: black;
    }
    .back-button a {
        background: #ad974f !important;
        width: inherit;
        border-radius: 0;
        font-size: 14px;
        font-weight: 700;
        text-transform: capitalize;
        padding: 13px 40px;
        color: #fff;
        border: 0px;
        cursor: pointer;
        height: 53px;
        display: inline-flex;
        align-items: center;
        text-transform: uppercase;
    }
    .back-button a:hover{
        background: #baa45e !important;
    }
    .woocommerce-checkout .woocommerce p {
        color: black;
    }
    body p {
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 1.8em !important;
    }
    .myaccount-billing-form-edit .form-row {
        flex-direction: column;
    }
    .myaccount-billing-form-edit .form-row .selection {
        height: 50px;
        display: block;
    }
    .myaccount-billing-form-edit .form-row .selection .select2-selection {
        height: 100%;
        border: 1px solid #d9d9d9 !important;
    }
    .myaccount-billing-form-edit .form-row .selection .select2-selection .select2-selection__rendered{
        height: 100%;
        display: flex;
        align-items: center;
    }
    .myaccount-billing-form-edit .form-row .select2-selection__arrow {
        top: 11px !important;
    }
    .myaccount-billing-form-edit .form-row .input-checkbox {
        margin-left: 0 !important;
    }
    .myaccount-billing-form-edit input.button {
        background: #ad974f !important;
        color: white !important;
        border-radius: 0px !important;
        border: 0 !important;
        text-transform: uppercase !important;
    }
    .myaccount-billing-form-edit input.button:hover {
        background: #baa45e !important;
    }
    .myaccount-billing-form-edit .form-row input,
    .woocommerce-account .form-row input{
        padding: 9px;
    }
    .woocommerce-account #customer_login {
        max-width: 1200px;
        margin: 0 auto;
    }
    .woocommerce-account .breadcrumb-area{
        display: block !important;
    }
    .custom-social-icon span.heateor_sss_svg {
        background: transparent !important;
        border: 2px solid #5f5b5c !important;
        height: 41px !important;
        width: 41px !important;
        display: flex !important;
        justify-content: center !important;
        position: relative;
        z-index: 9999;
    }
    .custom-social-icon span.heateor_sss_svg svg{
        width:30px !important;
        filter:opacity(0.3);
    }
    .custom-social-icon .heateor_sss_sharing_ul a{
            position: relative;
        overflow: hidden;
    }
    .custom-social-icon .heateor_sss_sharing_ul a::after {
        content: "";
        position: absolute;
        top: -40px;
        left: -43px;
        right: 0;
        bottom: 0;
        z-index: 1;
        background-image: url(http://staging.spikecomplex.co.uk/wp-content/uploads/2023/05/hover.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 128px;
        height: 112px;
        opacity: 0;
    }
    .custom-social-icon .heateor_sss_sharing_ul a:hover {
        overflow: visible;
    }
    .custom-social-icon .heateor_sss_sharing_ul a:hover::after {
        opacity: 1;
    }
    .custom-social-icon .heateor_sss_sharing_ul a:hover span.heateor_sss_svg svg{
        filter: opacity(1);
    } 
    .custom-social-icon .heateor_sss_sharing_ul a:hover span.heateor_sss_svg svg path{
        fill: #ebd992 !important;
        stroke: transparent;
    }
    .custom-social-icon .heateor_sss_sharing_ul a:hover span.heateor_sss_svg{
        border: 2px solid #ebd992 !important;
    }
    @media (max-width: 767px){
        .custom-social-icon .heateor_sss_sharing_ul {
        text-align: center;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    }
    .faq-wrapper .card-header h5 a::after {
        position: absolute;
        content: "\f068";
        top: 21px;
        right: 30px;
        font-family: "Font Awesome 5 Free";
        height: 26px;
        width: 26px;
        text-align: center;
        font-weight: 700;
        line-height: 20px;
        font-size: 10px;
        border: 3px solid #f2575d;
        border-radius: 50%;
        background: #fff;
        color: #f2575d;
    }
    #field_2_5{
        display: none;
    }
@media (min-width: 1025px){
    .dm-none{
        display: none;
    }
}
@media (max-width: 1080px) {
	.cart-short {
    padding: 0 10px !important;
    margin-top: -3px !important;
}
	.header-cart-main > .elementor-widget-wrap {
    padding-right: 0px !important;
}
	.cart-short img {
    width: 21px;
}
	span.count-cart-count {
    height: 16px;
    width: 16px;
    font-size: 10px;
}
}
@media (max-width: 1024px){
    .dm-block{
        display: none;
    }
}
.single-gallery .blog-list-content p {
    color: #000000 !important;
}
.single-gallery .blog-list-content a {
    color: #b49b48 !important;
}
.single-gallery .blog-list-content a:hover{
	 color: #000000 !important;
}
body.single-gallery .back-button a {
    color: #ffffff !important;
}
body.single-gallery .back-button a:hover {
    color: #ffffff !important;
}
.services-icon-img {
    background-image: url('http://staging.spikecomplex.co.uk/wp-content/uploads/2024/09/Brightness_Contrast-1.jpg');
}
