/* 
Theme Name: Bob’s Heating Child
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.1.112
Text Domain: bobs-heating-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    text-shadow: none;
    list-style: none;
    text-decoration: none;
}

*::after,
*::before {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin-bottom: 0;
    line-height: 1.86;
}

.white-btn .elementor-button {
    box-shadow: none;
    outline: none;
}

.page-header,
h1.entry-title {
    display: none;
}

.full-width-btn .elementor-button {
    width: 100%;
}

.red-outline .elementor-button:hover,
.elementor-button {
    outline: 3px solid #071571;
}

.red-outline .elementor-button {
    outline: 3px solid #e51c1c;
}

.elementor-button svg {
    width: 20px;
    height: 20px;
}

.elementor-button svg path {
    stroke: currentColor;
}

/* Header CSS Start */

.primary-menu .has-submenu span.sub-arrow {
    display: none;
}

.primary-menu nav ul li .sub-menu {
    padding: 25px;
    min-width: 400px !important;
    width: 100%;
}

#menu-icon-5 .e-n-menu-title-container,
#menu-icon-4 .e-n-menu-title-container,
#menu-icon-3 .e-n-menu-title-container {
    display: none;
}

.e-n-menu-wrapper li:nth-last-child(-n+3) {
    margin-right: 0 !important;
}

/* .dialog-message.dialog-lightbox-message {
    display: none;
} */

/* .header-menu-wrapper nav.e-n-menu ul>li.e-n-menu-item>.e-n-menu-title {
    position: relative;
}

header.hide-header .main-header-new {
    transform: translateY(-100%);
}

header.show-header .main-header-new {
    transform: translateY(0);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 1;
    transition: all .4s ease-in;
}

header.at-top .top-bar,
header.at-top .main-header-new {
    transform: translateY(0);
}

header.at-top .main-header-new {
    position: relative;
} */

/* Base state — visible by default on load */
/* Base state — natural position on load */
.main-header-new {
    position: relative;
    width: 100%;
    z-index: 999;
    opacity: 1;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

/* At top of page — stays relative, fully visible */
header.at-top .main-header-new {
    position: relative;
    transform: translateY(0);
    opacity: 1;
    transition: none;
}

/* Scrolling down — switch to fixed and hide above viewport */
header.hide-header .main-header-new {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    opacity: 0;
}

/* Scrolling up — fixed and slide back in */
header.show-header .main-header-new {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(0);
    opacity: 1;
}

/* Header CSS End */

/* Hero Banner CSS Start */
.video_box * {
    height: 100%;
    width: 100%;
}

/* Hero Banner CSS End */

/* Latest Blog Section */
.hp-blog-card .elementor-heading-title {
    min-height: 62px;
}

.hp-blog-card .elementor-heading-title a {
    font-family: inherit;
    font-weight: inherit;
}

/* About Us Video Banner */
.full-video *,
.full-video {
    height: 100%;
    width: 100%;
}

.video-hero-banner video {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

/* About US */
.award_img_wrapper .gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(30px, 3.646vw, 70px) 0;
    justify-content: center;
}

.award_img_wrapper .gallery img {
    width: auto;
    max-width: 170px;
    object-fit: contain;
}

.iframe-center {
    text-align: center;
}

/* Blue Svg Icons */
.svg-custom-icon svg {
    fill: none;
}

.svg-custom-icon svg circle {
    fill: #071571;
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    stroke-linecap: butt;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.svg-custom-icon svg path {
    fill: none;
    stroke: white;
}

.svg-custom-icon svg:hover circle {
    fill: #2565c7;
    stroke-dashoffset: 0;
    stroke-dasharray: 700;
    stroke-width: 0;
    stroke: #12499E
}

.blurr_banner_box {
    backdrop-filter: blur(10px);
}

.red_span .elementor-heading-title span {
    color: #e51c1e;
}

/* Service Listing Page - Hero Banner */
.slider_hero_images img {
    width: 324px !important;
    height: 403px !important;
    display: flex;
    object-fit: cover;
    object-position: top;
    transition: all .4s ease;
}

.slider_hero_images .swiper-slide {
    overflow: hidden;
}

.slider_hero_images .swiper-slide img:hover {
    transform: scale(1.06);
}

.g_content ul {
    margin: 0 0 20px 0;
    padding: 0 0 0 30px;
}

.g_content ul li {
    list-style: disc;
    line-height: 1.85;
}

button.flex-preset-button:hover {
    border: none !important;
}

button.e-n-menu-toggle {
    box-shadow: none;
}

.editor_content ul,
.elementor-widget-text-editor ul {
    margin-left: 30px;
    list-style: disc;
}

.editor_content ol {
    margin-left: 30px;
    list-style: decimal;
    margin-bottom: 20px;
}


.editor_content ul li,
.elementor-widget-text-editor ul li {
    list-style: disc;
    line-height: 29.7px;
}

.editor_content ol li {
    list-style: decimal;
    line-height: 29.7px;
}

.title__text_link a {
    font-family: 'Anton';
    font-size: inherit;
}

.editor_content p:not(:last-child),
.elementor-widget-text-editor p:not(:last-child) {
    margin-bottom: 20px;
}

.editor_content p:has(br:only-child),
.elementor-widget-text-editor p:has(br:only-child) {
    display: none;
}

.editor_content h3 {
    margin: 40px 0 20px 0;
    font-size: 28px;
}

.editor_content ul {
    margin-bottom: 20px;
}

.editor_content h1 {
    font-size: clamp(33px, 2.188vw, 42px) !important;
    margin-bottom: 20px;
    font-family: 'Anton';
}

.editor_content h2 {
    font-size: clamp(30px, 1.875vw, 36px);
    margin-bottom: 20px;
}

.custom_post_nav__box a {
    padding: 15px 20px !important;
}

.custom_post_nav__box a:hover {
    background-color: #f9f9f9;
}

.custom_post_nav__box .elementor-post-navigation__prev a {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.custom_post_nav__box .elementor-post-navigation__next a {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.quality_slider .elementor-widget-image {
    overflow: hidden;
}

.quality_slider .elementor-widget-image img {
    transition: all .3s ease-in-out;
}

.quality_slider .elementor-widget-image:hover img {
    transform: scale(1.05);
}

@media(min-width: 1200px) and (max-width: 1700px) {
    .header-menu-wrapper .e-n-menu-wrapper ul li.e-n-menu-item:nth-last-child(-n + 3) {
        display: none;
    }

    .header-menu-wrapper .e-n-menu-wrapper ul li.e-n-menu-item {
        margin-inline-end: 10px !important;
        margin-inline-start: 10px !important;
    }
}

@media(max-width: 1600px) {
    .award_img_wrapper .gallery figure {
        /* max-width: 21.666% !important; */
        max-width: 15.666% !important;
    }

    .award_img_wrapper .gallery img {
        width: auto;
        max-width: 112px;
        object-fit: contain;
    }
}

@media(max-width: 1300px) {

    .header-menu-wrapper .e-n-menu-wrapper ul .e-n-menu-title-text,
    .header-menu-wrapper .e-n-menu-wrapper ul .e-n-menu-content div .sub__menu ul li span {
        font-size: 14px !important;
    }

    .award_img_wrapper .gallery figure {
        max-width: 31.666% !important;
    }

    .award_img_wrapper .gallery img {
        padding: 20px;
        width: 100%;
    }
}

@media(min-width: 1200px) {
    .desktop-hide.menu-item {
        display: none !important;
    }

    div#menu-icon-1 {
        background: #e4e9fb;
    }

    div#menu-icon-2 {
        background: #12499d;
    }

    div#menu-icon-2 svg path,
    div#menu-icon-2 svg {
        stroke: white;
        fill: transparent;
    }

    div#menu-icon-2 span {
        color: white;
    }

    .header-menu-wrapper nav.e-n-menu ul>li.e-n-menu-item>.e-n-menu-title::before {
        position: absolute;
        content: "";
        width: 0%;
        height: 2px;
        background-color: #e51c1c;
        left: 0;
        top: 65%;
        transform: translateY(-50%);
        transition: all .3s ease-in-out;
    }

    .header-menu-wrapper nav.e-n-menu ul>li.e-n-menu-item>.e-n-menu-title:hover::before {
        width: 100%;
    }
}

@media(max-width: 1200px) {
    .logo-box {
        width: max-content;
    }

    body.overflow {
        position: relative;
        overflow: hidden;
    }

    body.overflow::after {
        position: fixed;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #0000000f;
    }

    div#close-icon {
        position: fixed;
        content: "";
        z-index: 99999999999;
        top: 10px;
        width: 20px;
        height: 20px;
        left: 246px;
        transition: 0.5s all ease !important;
        opacity: 0;
        visibility: hidden;
    }

    div#close-icon.visible {
        opacity: 1;
        visibility: visible;
        transition: 0.3s all ease !important;
    }

    .header-menu-wrapper .e-n-menu-wrapper {
        background-color: #ffffff !important;
        width: 100%;
        max-width: 280px;
        height: 100vh;
        top: 0 !important;
        margin-top: 0 !important;
        position: fixed !important;
        left: 0 !important;
        padding: 25px;
        display: flex !important;
        transition: 0.5s all ease !important;
        left: -100% !important;
    }

    .header-menu-wrapper .e-n-menu-wrapper.open {
        left: 0 !important;
    }

    .header-menu-wrapper .e-n-menu-wrapper ul {
        height: max-content !important;
    }

    .header-menu-wrapper .e-n-menu-wrapper ul .e-n-menu-content div {
        display: flex !important;
        width: 100%;
        height: auto;
        padding: 0;
        background: transparent !important;
    }


    .header-menu-wrapper .e-n-menu-wrapper ul .e-n-menu-title-text,
    .header-menu-wrapper .e-n-menu-wrapper ul .e-n-menu-content div .sub__menu ul li span {
        color: #808080 !important;
        font-weight: 300 !important;
        font-size: 13px !important;
        text-transform: uppercase;
    }

    .header-menu-wrapper .e-n-menu-wrapper ul .e-n-menu-title-text:hover,
    .header-menu-wrapper .e-n-menu-wrapper ul .e-n-menu-content div .sub__menu ul li:hover span {
        color: #040f4f !important;
    }

    .header-menu-wrapper .e-n-menu-wrapper ul li.e-n-menu-item .e-n-menu-content,
    .header-menu-wrapper .e-n-menu-wrapper ul,
    .header-menu-wrapper .e-n-menu-wrapper ul li.e-n-menu-item {
        width: 100% !important;
        max-width: 100% !important;
    }

    .header-menu-wrapper .e-n-menu-wrapper ul .e-n-menu-content div .sub__menu {
        padding: 5px 0 0 12px;
    }

    .header-menu-wrapper .e-n-menu-wrapper ul .e-n-menu-content div .sub__menu ul li {
        margin: 6px 0 8px 0;
    }

    #menu-icon-5 svg path,
    #menu-icon-4 svg path,
    #menu-icon-3 svg path,
    #menu-icon-2 svg path,
    #menu-icon-1 svg path {
        stroke: #808080;
    }

    .header-menu-wrapper .e-n-menu-wrapper ul li:hover #menu-icon-5 svg,
    .header-menu-wrapper .e-n-menu-wrapper ul li:hover #menu-icon-4 svg,
    .header-menu-wrapper .e-n-menu-wrapper ul li:hover #menu-icon-3 svg,
    .header-menu-wrapper .e-n-menu-wrapper ul li:hover #menu-icon-2 svg,
    .header-menu-wrapper .e-n-menu-wrapper ul li:hover #menu-icon-1 svg {
        fill: none !important;
    }

    .header-menu-wrapper .e-n-menu-wrapper ul li:hover #menu-icon-5 svg path,
    .header-menu-wrapper .e-n-menu-wrapper ul li:hover #menu-icon-4 svg path,
    .header-menu-wrapper .e-n-menu-wrapper ul li:hover #menu-icon-3 svg path,
    .header-menu-wrapper .e-n-menu-wrapper ul li:hover #menu-icon-2 svg path,
    .header-menu-wrapper .e-n-menu-wrapper ul li:hover #menu-icon-1 svg path {
        stroke: #040f4f !important;
    }

    #menu-icon-5 .e-n-menu-title-container,
    #menu-icon-4 .e-n-menu-title-container,
    #menu-icon-3 .e-n-menu-title-container {
        display: flex;
    }

    .elementor-313 .elementor-element.elementor-element-06f40e1 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
        padding-block-end: calc(7px/2);
    }

    .header-menu-wrapper #menu-icon-1 {
        padding-top: 15px !important;
        margin-top: 3px;
        border-top: 1px solid #e7e7e7;
    }
}

@media(max-width: 880px) {
    .tab-mobile-estimate {
        background-color: white !important;
    }

    .home-ctabox * {
        color: white !important;
    }

    .home-ctabox {
        background-color: #071571 !important;
    }

    .home-ctabox svg path {
        stroke: currentColor;
    }
}

@media(max-width: 767px) {
    .award_titles .elementor-widget-heading {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 90px;
    }

    .slider_hero_images img {
        width: 100% !important;
        height: 484px !important;
    }
}

/* Header CSS End */


/* New Header css  */
.navigation-menu {
    margin-left: auto;
}

.navigation-menu .elementor-nav-menu {
    gap: 35px;
}

.navigation-menu .elementor-nav-menu:after {
    display: none !important;
}

.navigation-menu .elementor-nav-menu>li>a {
    padding: 0 15px !important;
    color: #071571;
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    position: relative;
    z-index: 1;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: .25em;
    box-sizing: border-box;
    min-height: 150px;
    font-size: 16px;
    font-family: "Oswald";
    text-decoration: none;
    overflow: hidden;
}

/* .navigation-menu .elementor-nav-menu>li>a:hover {
    padding: 0px !important;
} */

.navigation-menu .elementor-nav-menu>li>a .sub-arrow {
    display: none;
}

.navigation-menu .elementor-nav-menu>li>a.elementor-item-active::after {
    left: 0;
}

.navigation-menu .elementor-nav-menu>li>a::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 50px;
    height: 2px;
    background-color: #e51c1c;
    transition: .4s ease-in-out;
    transition-property: background-color, border-color, box-shadow, height, left, right, opacity;
    --uk-navbar-nav-item-line-margin-horizontal: 0;
    left: -100%;
    width: 100%;
}

.navigation-menu .elementor-nav-menu>li>a:hover::after {
    left: 0;
}


.navigation-menu .elementor-nav-menu>li.cta-button a {
    /* background: #e4e9fb !important; */
    padding-left: 50px !important;
}

.navigation-menu .elementor-nav-menu>li.cta-button-red a {
    background: #12499d !important;
    color: #ffffffde !important;
}

.navigation-menu .elementor-nav-menu>li.cta-button a::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    opacity: 1 !important;
    left: 15px;
    background-color: currentColor;
}

.navigation-menu .elementor-nav-menu>li.cta-button-blue {
    display: none;
}

.navigation-menu .elementor-nav-menu>li.cta-button a::before {
    mask: url("data:image/svg+xml,%3Csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon%20points='18.65%2011.35%2010%202.71%201.35%2011.35%200.65%2010.65%2010%201.29%2019.35%2010.65'/%3E%3Cpolygon%20points='15%204%2018%204%2018%207%2017%207%2017%205%2015%205'/%3E%3Cpolygon%20points='3%2011%204%2011%204%2018%207%2018%207%2012%2012%2012%2012%2018%2016%2018%2016%2011%2017%2011%2017%2019%2011%2019%2011%2013%208%2013%208%2019%203%2019'/%3E%3C/svg%3E") no-repeat center / contain;
}


.navigation-menu .elementor-nav-menu>li.cta-button-red a::before {
    mask: url("data:image/svg+xml,%3Csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle%20cx='7.3'%20cy='17.3'%20r='1.4'/%3E%3Ccircle%20cx='13.3'%20cy='17.3'%20r='1.4'/%3E%3Cpolyline%20fill='none'%20stroke='black'%20points='0%202%203.2%204%205.3%2012.5%2016%2012.5%2018%206.5%208%206.5'/%3E%3C/svg%3E") no-repeat center / contain;
}
.navigation-menu .elementor-nav-menu>li.cta-button-red.no-icon a{
    padding: 0 15px !important;
}
.navigation-menu .elementor-nav-menu>li.cta-button-red.no-icon a::before{
    display: none;
}
.navigation-menu .elementor-nav-menu .sub-menu {
    width: 400px !important;
    padding: 25px;
    background: #040f4f;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(30, 30, 30, .09);
}


.navigation-menu .elementor-nav-menu .sub-menu .elementor-sub-item {
    background: transparent !important;
    font-family: "Oswald";
    color: #fff;
    padding-inline: 0;
}



.navigation-menu .elementor-nav-menu .sub-menu .elementor-sub-item:hover {
    color: #a0bae5;
}

.elementor-widget-search .e-search-label {
    z-index: 0 !important;
}

.blue_box h2 a {
    font-family: inherit;
}

.blue_circle_wrapper .blue_box:hover .elementor-heading-title {
    color: #2565c7 !important;
}

.logo_slider .swiper-pagination-bullet:hover {
    background-color: #071571 !important;
    transition: .2s ease-in-out;
}

.logo_slider .swiper-pagination-bullet {
    border: 1px solid rgba(182, 182, 182, .5);
}

.logo_slider .swiper {
    padding-bottom: 38px !important;
}

@media(min-width: 1200px) and (max-width: 1700px) {
    .elementor-313 .elementor-element.elementor-element-9d08edd {
        --width: 13%;
    }

    .navigation-menu .elementor-nav-menu {
        gap: 5px;
    }

    .navigation-menu .elementor-nav-menu>li>a {
        padding: 0 10px !important;
        font-size: 15px;
    }
}


@media(max-width: 1200px) {
    /* .main-header-new {
        padding: 10px 0;
    } */

    /* .navigation-menu .elementor-nav-menu>li>a:hover {
        padding: 0 !important;
    } */

    .navigation-menu .elementor-nav-menu>li>a {
        color: grey;
        transition: .1s ease-in-out;
        transition-property: color, background-color, border-color, box-shadow, opacity, filter;
        padding: 5px 0 !important;
        min-height: auto;
        min-height: 40px;
        justify-content: start;
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        justify-content: space-between;
    }

    .elementor-menu-toggle {
        position: relative;
        z-index: 99;
        background: transparent;
    }

    .elementor-menu-toggle.elementor-active {
        position: fixed;
        z-index: 99;
        background: transparent;
        left: 300px;
        top: 25px;
        transition: 0.5s all ease-in-out;
    }

    nav.elementor-nav-menu--dropdown {
        position: fixed;
        width: 100%;
        max-width: 350px;
        left: -100%;
        top: 0;
        height: 100vh;
        padding: 30px 30px;
        z-index: 9;
        max-height: 100vh !important;
        transform: unset !important;
        transition: 0.2s all ease-in !important;
        margin-top: 0 !important;
    }

    nav.elementor-nav-menu--dropdown[aria-hidden="false"] {
        left: 0;
    }

    .navigation-menu .elementor-nav-menu>li>a:hover {
        background: transparent;
    }

    .navigation-menu .elementor-nav-menu>li>a .sub-arrow {
        display: inline-block;
    }

    .navigation-menu .elementor-nav-menu .sub-arrow svg {
        fill: grey !important;
    }

    .navigation-menu .elementor-nav-menu .sub-menu {
        width: 100% !important;
        padding: 0;
        color: grey;
        box-shadow: none;
        background: transparent;
    }

    .navigation-menu .elementor-nav-menu .sub-menu .sub-menu {
        width: 100% !important;
        padding: 0;
        color: grey;
        box-shadow: none;
    }

    .navigation-menu .elementor-nav-menu .sub-menu .elementor-sub-item {
        font-size: 1rem !important;
        font-weight: 300;
        color: grey;
    }

    .navigation-menu .elementor-nav-menu a,
    .elementor-nav-menu--dropdown .elementor-item.highlighted {
        background: transparent !important;
        color: grey !important;
    }

    /* .navigation-menu .elementor-nav-menu a, .elementor-nav-menu--dropdown .elementor-item.highlighted > svg{
        transform: rotate(135deg);
    } */

    .navigation-menu .elementor-nav-menu>li.cta-button-red a {
        margin-top: 15px;
    }

    body.menu-open {
        overflow: hidden;
        /* disable scroll */
        height: 100vh;
    }

    .main-header-new .elementor-element-aece46b {
        padding: 0;
        position: absolute !important;
        left: 20px;
    }
}

@media (max-width:767px) {
    .main-header-new .elementor-element-6db0b7d {
        padding: 0 20px !important;
    }

    .hp-blog-card .elementor-heading-title {
        min-height: max-content;
    }

    .award_img_wrapper .gallery figure {
        max-width: 48.666% !important;
    }
}

/* Pradip CSS  */

header .elementor-widget-search .e-search-label>svg {
    left: 0 !important;
}


.footer-contact .elementor-icon-list-icon svg path {
    fill: rgba(255, 255, 255, .5) !important;
}

.footer-contact ul li:last-child .elementor-icon-list-icon svg path {
    fill: rgba(255, 255, 255, .5) !important;
}

.footer-contact ul li:last-child .elementor-icon-list-icon svg path:last-child {
    stroke: rgba(255, 255, 255) !important;
    fill: transparent !important;
}

.footer-contact ul li a:hover svg path {
    fill: white;
}

.footer-contact ul li:last-child a:hover svg path {
    fill: white !important;
}

.footer-contact ul li:last-child a:hover svg path:last-child {
    stroke: rgba(255, 255, 255) !important;
}

.off-address p a {
    color: #fff !important;
}

.off-address p a:hover {
    color: rgba(255, 255, 255, .5) !important;
}


.interest_box .elementor-widget-icon-list li a span:hover {
    color: white !important;
}

.interest_box ul {
    row-gap: 18px !important;
}

.bottom-footer-links ul {
    row-gap: 20px !important;
}

.bottom-footer-links ul li:first-child span {
    color: rgba(255, 255, 255, .5) !important;
}

.cus-ul .elementor-widget-text-editor ul {
    padding: 0px;
    margin-top: 4px;
    margin-bottom: 10px;
}

.only-mobile-links .elementor-icon-list-icon svg path {
    stroke: rgba(255, 255, 255, .5) !important;
}

.only-mobile-links .elementor-icon-list-item:first-child .elementor-icon-list-icon svg path:first-child {
    fill: transparent !important;
    stroke: rgba(255, 255, 255, .5) !important;
}

@media(max-width: 1200px) {
    .logo-box+.relative_box {
        min-width: 53px;
        position: absolute;
        left: -15px;
    }

    .elementor-menu-toggle.elementor-active {
        position: fixed;
        z-index: 99;
        background: transparent;
        left: 287px;
        top: 25px;
        transition: 0.5s all ease-in-out;
    }

    .navigation-menu .elementor-nav-menu .sub-menu .elementor-sub-item {
        font-size: 1rem !important;
        font-weight: 300;
        color: grey;
        justify-content: space-between;
    }

    .sub-menu .sub-arrow svg path,
    .navigation-menu .elementor-nav-menu>li>a .sub-arrow svg path {
        display: none;

    }

    .sub-menu .sub-arrow svg,
    .navigation-menu .elementor-nav-menu .sub-arrow svg {
        border: 1px solid grey;
        border-top: 0;
        border-right: 0;
        position: relative;
        left: -12px;
        transform: rotate(-45deg);
        height: 10px;
        width: 10px;
    }

    .navigation-menu .elementor-nav-menu li a.highlighted svg {
        transform: rotate(135deg);
    }

    .sub-menu {
        display: none;
    }

    .menu-item-has-children.open>.sub-menu {
        display: block;
    }

    .navigation-menu .elementor-nav-menu>li>a.elementor-item-active,
    .navigation-menu .elementor-nav-menu .sub-menu .elementor-sub-item.elementor-item-active {
        color: #071571 !important;
    }
}

.off-address p {
    line-height: 33px;
}

.back_to_top svg {
    opacity: 0.6;
}

/* Product details page custom css  */

:root {
    --heading_clr: #071571;
    --body_text_clr: #040f4f;

}

main:has(.product) {
    max-width: 1260px !important;
    padding-block: clamp(3.125rem, 1.0462rem + 4.3365vw, 6.25rem);
    width: 100% !important;
    padding-inline: 30px;
    margin-inline: auto;
}



.woocommerce-breadcrumb {
    display: none;
}

.single-product .product {
    display: flex;
}

/* .woocommerce-product-gallery,  */
.product-image-content-wrapper {
    padding-right: 1rem;
    width: 66.6666666667% !important;
    float: unset;
}

.product-image-content-wrapper {
    display: flex;
    flex-direction: column;
}

.product-image-content-wrapper .woocommerce-product-gallery {
    width: 100% !important;
}


.flex-viewport {
    aspect-ratio: 1 / 1;
    margin: auto;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    height: inherit;
    margin: auto;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a img {
    width: auto;
}

ol.flex-control-nav {
    display: flex;
    gap: 8px;
    width: 90%;
    margin: 0 auto !important;
}

ol.flex-control-nav li {
    height: 140px;
}

ol.flex-control-nav li img {
    cursor: pointer;
    opacity: 1 !important;
    margin: 0;
    object-fit: cover;
    height: 100% !important;
    border: 2px solid transparent;
}

ol.flex-control-nav li img.flex-active {
    border: 2px solid #000;
}

.pswp button {
    border: 0 !important;
}

.product .summary {
    width: 33.3333333333% !important;
    padding-left: 1rem;
    float: unset;
}

.product .product_title.entry-title {
    display: block;
    font-family: "Anton", Sans-serif;
    margin-bottom: 3px;
    font-size: clamp(1.375rem, 1.2087rem + 0.3469vw, 1.625rem);
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0;
}

.back-to-catalog {
    margin-bottom: 0 !important;
}

.back-to-catalog a {
    font-size: 1rem;
    padding-bottom: 1.25rem;
    display: block;
    line-height: 1.4;
    margin: 0 !important;
    color: #757575;
    transition: color .12s ease-out 0s;
}

.back-to-catalog:hover a {
    color: #1b2552;
}

.woocommerce .product .summary .price {
    font-size: clamp(1.375rem, 1.2087rem + 0.3469vw, 1.625rem);
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 20px;
    color: var(--body_text_clr);
}

.woocommerce .product .summary .product table label {
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 1.3;
    margin-bottom: 5px;
}

.product table td,
.product table th {
    background: transparent !important;
    padding: 0;
    width: 100%;
    display: block;
    text-align: left;
}

.product table tr {
    display: block;
}

.product table tr:nth-child(2),
.product table tr:nth-child(3) {
    margin-top: 10px !important;
}

.td.value {
    background: transparent;
    display: block;
}

.woocommerce div.product form.cart .reset_variations[style="visibility: hidden;"] {
    line-height: 0;
    display: none;
}

.woocommerce div.product form.cart .variations select {
    /* max-width: 296px; */
    max-width: 380px;
    min-width: auto;
}

.woocommerce-cart .wc-block-cart__submit-container a,
.single-product .product .single_add_to_cart_button {
    min-height: 50px;
    font-size: clamp(1rem, 0.9168rem + 0.1735vw, 1.125rem);
    padding: 0 .8em;
    background-color: #333 !important;
    color: #fff !important;
    /* display: inline-block; */
    width: 100%;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    font-weight: 600;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    transition: background-color .12s ease-out 0s, color .12s ease-out 0s, border-color .12s ease-out 0s, box-shadow .12s ease-out 0s, transform .05s ease-out 0s, opacity .2s ease-out 0s;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    border: 1px solid transparent;
    max-width: 296px;
    text-transform: capitalize;
    text-decoration: none;
    font-family: inherit !important;
    border-radius: 3px;
}

.woocommerce-cart .wc-block-cart__submit-container a:hover,
.single-product .product .single_add_to_cart_button:hover {
    border: 0 !important;
    background: #000 !important;
}

.single-product .quantity {
    display: block;
    float: unset !important;

}

.single-product .quantity .qty {
    width: 3.631em;
    text-align: center;
    padding: 8px;
    min-width: 70px;
}

.single-product .quantity input[type=number]::-webkit-inner-spin-button,
.single-product .quantity input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

p.bobsheating.stock.in-stock {
    color: inherit;
    font-size: 16px;
    font-weight: 600;
}

.summary .yith-add-to-wishlist-button-block {
    margin-top: 5px !important;
}

.summary .yith-wcwl-add-to-wishlist-button {
    min-height: 40px;
    border: 1px solid #ccc !important;
    background-color: #fff !important;
    color: var(--body_text_clr) !important;
    font-size: 16px;
    border-radius: 3px;
    padding: 0 1em;
    font-weight: 600;
}

.summary .yith-wcwl-add-to-wishlist-button:hover {
    border-color: #b3b3b3 !important;
    background-color: #f2f2f2 !important;
}

.yith-wcwl-add-to-wishlist-button--added svg path {
    fill: #fd7474;
}

.summary .yith-wcwl-add-to-wishlist-button img {
    max-width: 24px;
}

.wishlist-note,
p.bobsheating.stock.in-stock {
    font-size: 1rem !important;
    margin-block: 5px !important;
    font-weight: 600 !important;
    color: var(--body_text_clr) !important;

}

.font-md {
    font-size: 1rem !important;
    margin-block: 5px !important;
    font-weight: 600 !important;
    color: var(--body_text_clr) !important;
}

.bobsheating-custom-share {
    margin-top: 2rem;
}

.bobsheating-social-icon {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bobsheating-social-icon a {
    display: flex;
    align-items: center;
    position: relative;
    height: 22px;
    border-radius: 3px;
    background: #f2f2f2;
    color: var(--body_text_clr);
    font-size: 14px;
    line-height: 20px;
    vertical-align: top;
    white-space: nowrap;
    transition: background .33s ease-out, color .33s ease-out, fill .33s ease-out;
    gap: 8px;
    padding-inline: 5px 10px;
}

.bobsheating-social-icon a:hover {
    background: rgba(207, 212, 229, 0.8);
    color: var(--body_text_clr);
}

.single-product .woocommerce-product-gallery__image {
    background: rgba(255, 255, 255, 0.9);
    /* height: 700px; */
    width: 100% !important;
    max-width: 540px !important;
    height: 540px;
    margin: auto !important;
}

.bobsheating-custom-product-description {
    margin-top: 30px;
    /* width: 66.6666666667% !important;
    padding-right: 1rem; */
}

.bobsheating-custom-product-description h4 {
    font-family: inherit;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1rem;
}

.bobsheating-custom-product-description p {
    font-size: 16px;
    color: var(--body_text_clr);
    line-height: 1.3;
    margin-bottom: 16px;
    font-weight: 400;
}

.bobsheating-custom-product-description p b {
    font-weight: 600;
}

.bobsheating-custom-product-description ul {
    padding-left: 1.5rem;
    margin-block: 16px;
}

.bobsheating-custom-product-description ul li {
    margin-bottom: 5px;
    list-style: disc !important;
    font-size: 16px;
    color: var(--body_text_clr);
    line-height: 1.3;
    font-weight: 400;
}

.bobsheating-custom-product-description table {
    width: auto !important;
    margin-top: 30px;
}

.bobsheating-custom-product-description table tbody>tr>td {
    background: transparent !important;
    color: var(--body_text_clr);
    font-weight: 400;
    padding: 5px 10px;
    border: 1px solid #757575;
    text-align: inherit;
    vertical-align: top;
    font-size: 1rem;
}

.custom-addon-wrapper {
    margin-block: 20px;
    border: 0;
}

@media(max-width:991px) {
    main:has(.product) {
        padding-inline: 25px !important;
    }

    .woocommerce-product-gallery {
        width: 100% !important;
    }

    .product .summary {
        width: 100% !important;
    }

    .single-product .woocommerce-product-gallery__image {
        height: auto;
    }
}

@media(max-width: 820px) {

    .single-product .product {
        flex-direction: column;
    }

}

@media(max-width:767px) {

    .woocommerce-product-gallery {
        width: 100% !important;
        padding: 0;
    }

    .product .summary {
        width: 100% !important;
        padding: 0;
    }

    ol.flex-control-nav {
        justify-content: center;
    }

    ol.flex-control-nav li {
        opacity: .4;
        width: 8px !important;
        height: 8px !important;
        border-radius: 50%;
        background-color: #757575;
        transition: background .1s linear;
        margin: 0 4px;
    }

    ol.flex-control-nav li:has(img.flex-active) {
        border: 0;
        opacity: 0.8;
    }

    ol.flex-control-nav li img {
        display: none !important;
    }

    .bobsheating-custom-product-description {
        margin-top: 20px;
        width: 100% !important;
        padding-right: 0;
    }
}

/* product listing page  */
.shop-header-wrapper {
    padding-bottom: clamp(1.875rem, 0.4198rem + 3.0356vw, 4.0625rem);
    text-align: center;
}

.shop-header-wrapper h1 {
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--heading_clr);
    font-size: clamp(2rem, 1.5842rem + 0.8673vw, 2.625rem);
    font-family: "Anton", Sans-serif;
}

.shop-header-wrapper p.shop-headline {
    margin-block: 40px 20px;
    line-height: 1.4;
}

.shop-header-wrapper p.shop-promo {
    line-height: 140%;
}

.shop-header-wrapper p strong {
    font-size: 20px;
    line-height: 1.4;
    font-family: "Anton", Sans-serif;
    font-weight: 400;
    color: var(--heading_clr);
}

.header-divider {
    margin-top: 20px;
    height: 1px !important;
}

.header-divider::after {
    content: "";
    display: inline-block;
    width: 80px;
    max-width: 100%;
    border-top: 2px solid #e51c1c;
    vertical-align: top;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
    margin-bottom: 0 !important;
    float: unset;
    font-size: 14px;
}

.shop-filter-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 12px 0;
}

select.orderby {
    background: transparent;
    border: 0;
    width: max-content;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #757575;
}

ul.product-list-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 30px !important;
}

ul.product-list-wrapper::before {
    display: none !important;
}

ul.product-list-wrapper li {
    width: 100% !important;
    padding-bottom: 16px !important;
    margin: 0 !important;
    text-align: left;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    transition: box-shadow .2s ease 0s, background-color .2s ease 0s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}



ul.product-list-wrapper li .product-excerpt,
ul.product-list-wrapper li span.price,
ul.product-list-wrapper li h2.woocommerce-loop-product__title {
    padding: 0 16px !important;
}

ul.product-list-wrapper li .product-image-wrapper {
    aspect-ratio: 1/1;
    overflow: hidden;
}

ul.product-list-wrapper li .product-image-wrapper img {
    object-fit: contain;
    height: 100% !important;
    margin: 0 !important;
    transition: 0.5s ease-in-out;
    width: 100%;
}

ul.product-list-wrapper li .woocommerce-loop-product__title {
    font-size: 1rem !important;
    font-family: inherit !important;
    font-weight: 600 !important;
    padding: 0 !important;
    margin-block: 20px 10px !important;
    line-height: 145%;
}

ul.product-list-wrapper li .price {
    font-weight: 500 !important;
    font-size: 16px !important;
    color: var(--body_text_clr) !important;
    margin-bottom: 12px !important;
}

ul.product-list-wrapper li .product-excerpt p {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 8px;
    color: var(--body_text_clr) !important;
}

.product-excerpt p br {
    display: none;
}

ul.product-list-wrapper li a:hover {
    color: var(--body_text_clr) !important;
}

ul.product-list-wrapper li a:hover img {
    transform: scale(1.2);
}

.custom-add-cart-wrap {
    display: flex;
    gap: 1rem;
    padding-inline: 1rem;
    align-items: end;
}

.woocommerce-message a,
ul.product-list-wrapper li .added_to_cart,
ul.product-list-wrapper li .add_to_cart_button {
    font-size: 14px;
    padding: 0.3em .8em;
    min-height: 30px;
    background-color: #333 !important;
    color: #fff !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    font-weight: 600;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    text-transform: capitalize;
    transition: background-color .12s ease-out 0s, color .12s ease-out 0s, border-color .12s ease-out 0s, box-shadow .12s ease-out 0s, transform .05s ease-out 0s, opacity .2s ease-out 0s;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    border: 1px solid #ccc;
    background-color: #fff;
    font-family: inherit !important;

}

.woocommerce-message a:hover,
ul.product-list-wrapper li .added_to_cart:hover,
ul.product-list-wrapper li .add_to_cart_button:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    border-color: #b3b3b3 !important;
    background: #000 !important;
    color: #fff !important;
}

ul.product-list-wrapper li .added_to_cart {
    margin-bottom: 0;
    margin-top: 5px;
}

@media (max-width:991px) {
    ul.product-list-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .shop-header-wrapper {
        padding-bottom: 25px;
        text-align: center;
    }
}

@media (max-width:767px) {
    ul.product-list-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.resource-pagination {
    display: flex;
    justify-content: center !important;
    gap: 3px !important;
}

.resource-pagination button,
.resource-pagination .page-numbers {
    border: 1px solid var(--body_text_clr);
    color: var(--body_text_clr) !important;
    box-shadow: unset;
    padding: 10px 14px;
}

.resource-pagination .page-numbers.current {
    background: var(--body_text_clr);
    color: #fff !important;
}

.resource-pagination .page-numbers.dots {
    opacity: 1 !important;
}

.resource-pagination .last {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/* quick-actions-section  */

.quick-actions-section {
    padding-block: 40px 20px;
}

.quick-actions-section .quick-actions-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 1rem;
}

.quick-actions-section .quick-actions-container .quick-action-item {
    width: 150px;
    padding: 0 10px;
}

.quick-actions-section .quick-actions-container .quick-action-item .quick-action-icon {
    height: 24px;
    width: 24px;
}

.quick-actions-section .quick-actions-container .quick-action-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #757575;
    transition: color .12s ease-out 0s;
    text-decoration: none;
}

.quick-actions-section .quick-actions-container .quick-action-item a:hover {
    color: var(--body_text_clr);
}

.single-product .woocommerce-message {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #8fae1b;
    font-weight: 600;
    border: 3px solid #8fae1b;
    background: transparent;
    border-radius: 3px;
    padding: 10px 10px 10px 50px;
}

.single-product .woocommerce-message::before {
    content: "\e015";
    top: 50%;
    transform: translateY(-50%);
}

.single-product .woocommerce-message::after {
    display: none;
}

/* My Account Page Design Start */
.woocommerce-order-pay #content,
.woocommerce-order-received #content,
.woocommerce-cart #content,
.woocommerce-wishlist #content,
.woocommerce-account #content,
.woocommerce-checkout #content {
    padding: clamp(50px, 6.25vw, 240px) 20px;
    max-width: 1260px !important;
    padding-block: clamp(3.125rem, 1.0462rem + 4.3365vw, 6.25rem);
    width: 100% !important;
    padding-inline: 30px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 12px;
    border-top: 0;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-size: 1rem;
    text-decoration: none;
    font-weight: 300;
    color: var(--body_text_clr);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    color: #E51C1C;
}

/* My Account Page Design End */

/* woocommerce Status message style  */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    border: 3px solid #1e85be;
    background: transparent;
    border-radius: 3px;
    padding: 10px 10px 10px 50px;
}

.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a {
    font-size: 16px;
    padding: 0.3em .8em;
    min-height: 30px;
    font-weight: 700;
    background-color: #333 !important;
    color: #fff !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    font-weight: 600;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    text-transform: capitalize;
    transition: background-color .12s ease-out 0s, color .12s ease-out 0s, border-color .12s ease-out 0s, box-shadow .12s ease-out 0s, transform .05s ease-out 0s, opacity .2s ease-out 0s;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    border: 1px solid #ccc;
    background-color: #fff;
    font-family: inherit !important;
}

.woocommerce .woocommerce-info {
    border-color: #1e85be;
}

.woocommerce-error {
    border-color: #b81c23;
}

.woocommerce-message {
    border-color: #8fae1b;
}


.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-error::before,
.woocommerce .woocommerce-message::before {
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce .woocommerce-info::after,
.woocommerce .woocommerce-error::after,
.woocommerce .woocommerce-info::after {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-content .addresses .woocommerce-Address {
    margin-top: clamp(1.5625rem, 1.2715rem + 0.6071vw, 2rem);
}

.woocommerce-account .woocommerce-MyAccount-content .addresses .woocommerce-Address address {
    font-style: normal !important;
    line-height: 1.3;
}

.woocommerce-account .woocommerce-MyAccount-content .addresses .woocommerce-Address:first-child {
    border-right: 1px solid #e5e5e5;
}

.woocommerce-account .woocommerce-MyAccount-content .addresses .title h2 {
    font-size: 1.5rem;
    font-family: inherit;
    font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-content .addresses .title .edit {
    float: unset;
    margin-block: 10px;
    display: block;
}

/* woocommerce form design  */

.woocommerce-MyAccount-content:has(form) {
    padding: 2rem;
    background-color: #F9FAFE !important;
    border-radius: 3px;
}

.woocommerce form .form-row {
    margin: 5px 0px 5px 0px;
    padding: 10px 0;
}

.woocommerce form .form-row em {
    font-size: 14px;
    font-style: normal;
    color: #000;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 49%;
}

.woocommerce form .form-row label {
    font-size: 13px;
    color: #7C7C7C;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    padding-block: 4px;
}

.woocommerce form .form-row input {
    padding: 10px 15px 10px 15px !important;
    border-color: rgba(124, 124, 124, 1.0) !important;
    border-radius: 5px;
}

.woocommerce form .form-row .select2-selection {
    border-color: rgba(124, 124, 124, 1.0) !important;
    border-radius: 5px;
}

.woocommerce form .form-row .select2-selection__rendered {
    padding: 12px 15px !important;

}

.woocommerce form button[type="submit"] {
    background: #071670 !important;
    border-radius: 3px;
    padding: 10px 40px 10px 40px;
    font-size: 15px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    font-family: inherit;
    width: 100%;
    margin-top: 2rem;
    line-height: 1.4;
    border: 0;
    text-transform: capitalize;
}

.woocommerce form button[type="submit"]:hover {
    border: 0;
    background: var(--body_text_clr);
    color: #fff;
}

.woocommerce form button.show-password-input {
    box-shadow: none;
}

.woocommerce form button.show-password-input:hover {
    border: 0;
    background: transparent;
}

ul.woocommerce-error {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    font-size: 14px;
    gap: 6px;
}

.woocommerce .woocommerce-error::before {
    top: 10px;
    transform: translateY(0);
}

/* wishlist page css */
.woocommerce-wishlist .woocommerce table.shop_table.wishlist_table tr td.product-name a {
    font-size: 18px;
}

.woocommerce-wishlist .woocommerce table.shop_table.wishlist_table tr td {
    font-size: 1rem;
    color: var(--body_text_clr);
    font-weight: 500;
}

.woocommerce-wishlist .woocommerce .wishlist_table tr td.product-thumbnail a {
    width: 100px;
    max-width: 100px;
}

/* Product Cart Page css  */
.woocommerce-cart .wp-block-woocommerce-empty-cart-block h2 {
    font-size: 2rem !important;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block hr {
    height: 1px;
    margin-block: 2rem 1rem;
    border-top: 1px solid rgba(0, 0, 0, .1) !important;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block hr+h2 {
    text-align: left !important;
    margin-bottom: 1rem;
    font-size: 1.5rem !important;
    font-family: inherit;
    font-weight: 600;

}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block h2.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    margin: 0 auto 1em !important;
    mask-size: 3em !important;
    width: 3em !important;
    height: 3em !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-items-block table th {
    font-size: 1rem;
}

.woocommerce-cart .wp-block-woocommerce-cart-items-block table .wc-block-components-product-name {
    font-size: clamp(1rem, 0.9168rem + 0.1735vw, 1.125rem) !important;
    margin-bottom: 10px !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-items-block table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    font-weight: 500 !important;
    font-size: 1rem !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-items-block table .wc-block-components-product-metadata p,
.woocommerce-cart .wp-block-woocommerce-cart-items-block table .wc-block-cart-item__prices {
    font-size: 14px !important;
}

.woocommerce-cart .wp-block-woocommerce-cart.alignwide {
    margin-inline: 0 !important;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon__content button {
    min-height: 48px !important;
    font-size: clamp(1rem, 0.9168rem + 0.1735vw, 1.125rem);
    padding: 0 .8em;
    background-color: #333 !important;
    color: #fff !important;
    /* display: inline-block; */
    width: max-content;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    font-weight: 600;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    transition: background-color .12s ease-out 0s, color .12s ease-out 0s, border-color .12s ease-out 0s, box-shadow .12s ease-out 0s, transform .05s ease-out 0s, opacity .2s ease-out 0s;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    border: 1px solid transparent;
    max-width: 296px;
    text-transform: capitalize;
    text-decoration: none;
    font-family: inherit !important;
    opacity: 1;
    border-radius: 3px;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon__content button .wc-block-components-button__text {
    opacity: 1 !important;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon__content button:hover {
    background: #000 !important;
}

.woocommerce-cart ul.wc-block-grid__products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-inline: 0;
}

.woocommerce-cart ul .wc-block-grid__product {
    padding-bottom: 16px !important;
    padding-inline: 0 !important;
    margin: 0 !important;
    text-align: left;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    transition: box-shadow .2s ease 0s, background-color .2s ease 0s;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 100%;
    max-width: 100% !important;
}

.woocommerce-cart ul .wc-block-grid__product a {
    text-decoration: none;
}

.woocommerce-cart ul .wc-block-grid__product .wc-block-grid__product-image {
    aspect-ratio: 1/1;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0 !important;

}

.woocommerce-cart ul .wc-block-grid__product .wc-block-grid__product-image img {
    object-fit: contain;
    height: 100% !important;
    margin: 0 !important;
    transition: 0.5s ease-in-out;
}

.woocommerce-cart ul .wc-block-grid__product:hover img {
    transform: scale(1.1);
}

.woocommerce-cart ul .wc-block-grid__product .wc-block-grid__product-title {
    font-size: 1rem !important;
    font-family: inherit !important;
    font-weight: 600 !important;
    padding: 0 1rem !important;
    margin-block: 20px 10px !important;
    line-height: 145%;
    color: var(--heading_clr);
}

.woocommerce-cart ul .wc-block-grid__product .product-excerpt {
    padding: 0 1rem !important;
}

.woocommerce-cart ul .wc-block-grid__product .product-excerpt p {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 0;
    color: var(--body_text_clr) !important;
}

.woocommerce-cart ul .wc-block-grid__product .woocommerce-Price-amount {
    font-weight: 500 !important;
    font-size: 16px !important;
    color: var(--body_text_clr) !important;
    margin-bottom: 12px !important;
}


.woocommerce-cart ul .wc-block-grid__product .price {
    margin: 12px 0 !important;
    padding: 0 1rem;

}

.woocommerce-cart ul .wc-block-grid__product .wc-block-grid__product-add-to-cart {
    padding: 0 1rem;
    margin: 0 !important;
    margin-top: auto !important;

}

.woocommerce-cart ul .wc-block-grid__product .add_to_cart_button {
    font-size: 14px;
    padding: 0.3em .8em;
    min-height: 30px;
    background-color: #333 !important;
    color: #fff !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    font-weight: 600;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    text-transform: capitalize;
    transition: background-color .12s ease-out 0s, color .12s ease-out 0s, border-color .12s ease-out 0s, box-shadow .12s ease-out 0s, transform .05s ease-out 0s, opacity .2s ease-out 0s;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    border: 1px solid #ccc;
    background-color: #fff;
    font-family: inherit !important;
    text-decoration: none !important;
    border-radius: 3px;
}

.woocommerce-cart ul .wc-block-grid__product .add_to_cart_button:hover {
    background: #000 !important;
}

/* Lost password  */
.woocommerce-lost-password .woocommerce {
    max-width: 500px;
    margin: 0 auto;
}

.woocommerce-lost-password .woocommerce button {
    margin-top: 0 !important;
}

.woocommerce-lost-password .woocommerce form .form-row-first,
.woocommerce-lost-password .woocommerce-page form .form-row-first {
    width: 100%;
}

/* Order page css  */
.woocommerce .woocommerce-customer-details address,
.woocommerce .woocommerce-table--order-details,
.woocommerce section.woocommerce-order-details {
    margin-top: 1rem !important;
}

.woocommerce .woocommerce-customer-details address {
    font-weight: 400;
    line-height: 1.4;
    padding: 12px !important;
    border: 1px solid rgba(0, 0, 0, .1) !important;
}

.woocommerce .woocommerce-customer-details address p:first-of-type {
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

/* woocommerce-table common css  */
.woocommerce table thead:first-child tr:first-child th {
    border-block-start: 1px solid hsla(0, 0%, 50%, .502);
    background: #040f4fde;
    color: #ffff;
}

.woocommerce table thead:first-child tr th {
    font-size: 1rem;
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
}

.woocommerce table tbody>tr td,
.woocommerce table tbody>tr th {
    background-color: transparent;
}

.woocommerce table td {
    font-size: 1rem;
    color: var(--body_text_clr);
}

.woocommerce-order-details .order-again .button,
.woocommerce table .button {
    font-size: 16px;
    padding: 0.3em .8em;
    min-height: 30px;
    font-weight: 700;
    background-color: #333 !important;
    color: #fff !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    font-weight: 600;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    text-transform: capitalize;
    transition: background-color .12s ease-out 0s, color .12s ease-out 0s, border-color .12s ease-out 0s, box-shadow .12s ease-out 0s, transform .05s ease-out 0s, opacity .2s ease-out 0s;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    border: 1px solid #ccc;
    background-color: #fff;
    font-family: inherit !important;
    display: block;
}

.woocommerce table .button.pay {
    background: #8fae1b !important;
}

.woocommerce table .button.view {
    background: #1e85be !important;
}

.woocommerce table .button.cancel {
    background: #b81c23 !important;
}

.woocommerce-order-details .order-again .button:hover,
.woocommerce table .button:hover {
    background: #000 !important;
}

.woocommerce table .button.pay:hover {
    background: #8eae1bda !important;
}

.woocommerce table .button.cancel:hover {
    background: #720207 !important;
}

.woocommerce table .button.view:hover {
    background: #01669c !important;
}

.woocommerce-order-details .order-again .button {
    display: inline-block;
}

/* order-received page  */
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: #8fae1b;
    text-align: center;
    margin-bottom: 24px;
    font-weight: 600;
}

ul.woocommerce-thankyou-order-details {
    padding: 1rem;
    border: 1px solid var(--body_text_clr);
    display: flex;
    margin-bottom: 1.5rem !important;
}

ul.woocommerce-thankyou-order-details li {
    font-size: 12px !important;
}

ul.woocommerce-thankyou-order-details li strong {
    font-size: 16px !important;
}

.woocommerce ul.order_details li {
    border-right: 1px solid var(--body_text_clr);
}

/* .woocommerce-checkout page css  */

.woocommerce-checkout #payment button[type="submit"] {
    width: auto !important;
}

.woocommerce-checkout .wc-block-components-main .wp-block-woocommerce-checkout-pickup-options-block,
.woocommerce-checkout .wc-block-components-main .wp-block-woocommerce-checkout-shipping-method-block {
    display: none;
}

.woocommerce-checkout .wc-block-components-main fieldset h2 {
    font-size: 1.5rem;
    font-family: inherit;
    font-weight: 600;
}

.woocommerce-checkout .wc-block-components-address-card {
    font-size: clamp(0.875rem, 0.7918rem + 0.1735vw, 1rem);
    align-items: center;
    border: 1px solid rgba(124, 124, 124, 1.0) !important;

}

.woocommerce-checkout .wc-block-components-address-card-wrapper span.wc-block-components-address-card__edit {
    font-size: 16px;
    padding: 0.3em .8em;
    min-height: 30px;
    font-weight: 700;
    background-color: #333 !important;
    color: #fff !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    font-weight: 600;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    text-transform: capitalize;
    transition: background-color .12s ease-out 0s, color .12s ease-out 0s, border-color .12s ease-out 0s, box-shadow .12s ease-out 0s, transform .05s ease-out 0s, opacity .2s ease-out 0s;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    border: 1px solid #ccc;
    background-color: #fff;
    font-family: inherit !important;
}

.woocommerce-checkout .wc-block-components-address-card-wrapper span.wc-block-components-address-card__edit:hover {
    text-decoration: none;
    background: #000;
}

.woocommerce-checkout select,
.woocommerce-checkout input {
    border: 1px solid rgba(124, 124, 124, 1.0) !important;
}

.woocommerce-checkout .wc-block-checkout__actions button{
font-size: 16px;
    padding: 0.3em .8em;
    min-height: 30px;
    font-weight: 700;
    background-color: #333 !important;
    color: #fff !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    font-weight: 600;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    text-transform: capitalize;
    transition: background-color .12s ease-out 0s, color .12s ease-out 0s, border-color .12s ease-out 0s, box-shadow .12s ease-out 0s, transform .05s ease-out 0s, opacity .2s ease-out 0s;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    border: 1px solid #ccc;
    background-color: #fff;
    font-family: inherit !important;
    border-radius: 3px;
}
.woocommerce-checkout .wc-block-checkout__actions button:hover{
     background: #000;
}
.woocommerce-checkout .wc-block-components-radio-control-accordion-option {
    box-shadow: inset 0 0 0 1px rgba(124, 124, 124, 1.0) !important;
}

.woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block {
    font-size: clamp(0.875rem, 0.7918rem + 0.1735vw, 1rem) !important;
    font-weight: 400 !important;
}

.woocommerce-checkout .wc-block-components-sidebar h3 {
    font-size: clamp(1rem, 0.9168rem + 0.1735vw, 1.125rem) !important;
    margin-bottom: 10px !important;
}

/* .woocommerce H2 global style  */
.woocommerce h2 {
    font-size: 1.5rem;
    font-family: inherit;
    font-weight: 600;
}

.wishlist-title-container .wishlist-title {
    margin-bottom: 20px;
}

@media (max-width:991px) {
    .woocommerce-cart .wc-block-cart__sidebar {
        margin-bottom: 0 !important;
    }

    .woocommerce-cart ul.wc-block-grid__products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:767px) {

    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
        margin-bottom: 25px;
    }

    .woocommerce-MyAccount-content:has(form) {
        padding-inline: 0;
    }

    .woocommerce form .form-row {
        padding: 5px 0;
    }

    .woocommerce-cart .wc-block-cart__submit-container a {
        max-width: 100%;
    }

    .woocommerce-cart .wc-block-components-main table .wc-block-cart-items__row {
        border-bottom: 1px solid color-mix(in srgb, currentColor 20%, transparent) !important;
    }

    ul.woocommerce-thankyou-order-details {
        flex-direction: column;
        gap: 1.5rem;
    }

    .woocommerce ul.order_details li {
        border: 0;
        padding-bottom: 1.5em;
        padding-right: 0;
        margin-right: 0;
        border-bottom: 1px solid var(--body_text_clr);
    }

    .woocommerce ul.order_details li:last-of-type {
        padding-bottom: 0;
    }

}

@media (max-width:479px) {

    .woocommerce .woocommerce-error a,
    .woocommerce .woocommerce-info a,
    .woocommerce .woocommerce-message a {
        font-size: 14px;

    }

    .woocommerce-cart ul.wc-block-grid__products {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr);
    }
}


/* Search page design css  */

/* Chips */
.page-template-page-search-products .search-page-wrapper aside .sp-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}


.sp-chip:hover {
    background: #dce5fb;
}

.sp-chip svg {
    width: 10px;
    height: 10px;
}

/* Toolbar */
.sp-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16 px;
}

.sp-count {
    font-size: 1rem;
    color: var(--sp-muted);
    margin-bottom: 0.5rem;
}



/* List view: switch to a single column */
.sp-results--list ul.products {
    grid-template-columns: 1fr !important;
}

/* Individual product li — reset WC float / width, keep WC's own look */
.sp-results ul.products li.product {
    float: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    /* Entry animation only — no colour / shadow / font overrides */
    animation: spUp .26s ease both;
}

/* Stagger the entry animation */
.sp-results ul.products li.product:nth-child(1) {
    animation-delay: .03s;
}

.sp-results ul.products li.product:nth-child(2) {
    animation-delay: .07s;
}

.sp-results ul.products li.product:nth-child(3) {
    animation-delay: .11s;
}

.sp-results ul.products li.product:nth-child(4) {
    animation-delay: .15s;
}

.sp-results ul.products li.product:nth-child(5) {
    animation-delay: .19s;
}

.sp-results ul.products li.product:nth-child(6) {
    animation-delay: .23s;
}

.sp-results ul.products li.product:nth-child(7) {
    animation-delay: .27s;
}

.sp-results ul.products li.product:nth-child(8) {
    animation-delay: .31s;
}

@keyframes spUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* Skeleton loader */
.sp-skeletons {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}

.sp-skeleton {
    border-radius: var(--sp-radius);
    overflow: hidden;
    background: var(--sp-surface);
    border: 1px solid var(--sp-border);
    box-shadow: var(--sp-card-sh);
}

.sp-skel-img {
    height: 165px;
    background: #e5e9f0;
}

.sp-skel-body {
    padding: 14px 16px 16px;
}

.sp-skel-line {
    height: 11px;
    border-radius: 6px;
    background: linear-gradient(90deg, #e5e9f0 25%, #f0f2f5 50%, #e5e9f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.3s infinite;
    margin-bottom: 9px;
}

.sp-skel-line--sm {
    width: 55%;
}

.sp-skel-btn {
    height: 34px;
    border-radius: 7px;
    background: linear-gradient(90deg, #e5e9f0 25%, #f0f2f5 50%, #e5e9f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.3s infinite;
    margin-top: 6px;
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* Empty state */
.sp-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 56px 20px;
    color: var(--sp-muted);
}

.sp-empty__icon {
    font-size: 2.4rem;
    margin-bottom: 10px;
}

.sp-empty p {
    font-size: .98rem;
    margin: 0;
}

.page-template-page-search-products main.sp-main {
    max-width: 1660px !important;
    padding-block: clamp(3.125rem, 1.0462rem + 4.3365vw, 6.25rem);
    width: 100% !important;
    padding-inline: 30px;
    margin-inline: auto;
}

.page-template-page-search-products .search-page-wrapper {
    display: flex;
    gap: clamp(20px, 2.604vw, 50px);
}

.page-template-page-search-products .search-page-wrapper aside {
    width: 20%;
}

.page-template-page-search-products .search-page-wrapper aside .sp-group {
    margin-bottom: 1rem;
}

.page-template-page-search-products .search-page-wrapper aside .sp-group select,
.page-template-page-search-products .search-page-wrapper aside .sp-group input {
    border-color: rgba(124, 124, 124, 1.0) !important;
}

.page-template-page-search-products .search-page-wrapper aside .sp-group label {
    color: #000621;
    display: block;
    padding-right: 12px;
    font-family: 'Anton';
    word-break: break-word;
    font-size: 18px;
    margin-bottom: 10px;
}

.page-template-page-search-products .search-page-wrapper aside .sp-group label svg {
    display: none;
}

.page-template-page-search-products .search-page-wrapper aside .sp-group .sp-select-wrap {
    position: relative;
}

.page-template-page-search-products .search-page-wrapper aside .sp-group .sp-select-wrap select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    width: 100%;
    padding-right: 2.5rem;
    /* space for arrow */
    cursor: pointer;
}

.page-template-page-search-products .search-page-wrapper aside .sp-group .sp-select-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    pointer-events: none;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-size: contain;
}

.page-template-page-search-products .search-page-wrapper aside .sp-chips button {
    box-shadow: unset;
    line-height: 1;
    padding: 5px 12px;
    border-radius: 50px;
    font-family: inherit;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    background: #333;
    color: #fff;
    border: 0 !important;
}

.page-template-page-search-products .search-page-wrapper aside .sp-chips button:hover {
    border: 0;
    box-shadow: unset !important;
    background: #000;
}

.page-template-page-search-products .search-page-wrapper aside .sp-chips button svg {
    width: 15px;
    margin-left: 10px;
}

.page-template-page-search-products .search-page-wrapper aside .sp-select-wrap svg.sp-caret {
    display: none;
}

.page-template-page-search-products .search-page-wrapper .content-wrapper {
    width: 80%;
}

.single_variation_wrap .woocommerce-variation-price {
    display: none !important;
}

@media (max-width:1280px) {
    .sp-results ul.product-list-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width:991px) {
    .page-template-page-search-products .search-page-wrapper aside {
        width: 30%;
    }

    .page-template-page-search-products .search-page-wrapper .content-wrapper {
        width: 70%;
    }

    .sp-results ul.product-list-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:767px) {
    .page-template-page-search-products .search-page-wrapper {
        flex-direction: column;
    }

    .page-template-page-search-products .search-page-wrapper aside {
        width: 100%;
    }

    .page-template-page-search-products .search-page-wrapper .content-wrapper {
        width: 100%;
    }

}

@media (max-width:479px) {
    .sp-results ul.product-list-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

}
.hidden{display: none;}
#promotion_close {cursor: pointer;}
/* hubspot form */
.hsfc-RichText p {
    text-align: center !important;
}