/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-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: 2.0.0
Text Domain: hello-elementor-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 */

section.topbar-sections .elementor-icon-list--layout-inline {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

section.topbar-sections .elementor-icon-list--layout-inline ul {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 25s linear infinite;
    flex-wrap: nowrap !important;
}

section.topbar-sections .elementor-icon-list--layout-inline li span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-right: 30px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
section.newarrivals-sections .productlisting .hfe-product-item .hfe-product-price span.price del span {
    font-size: 14px !important;
}

section.newarrivals-sections .productlisting .hfe-product-item .hfe-product-price span.price ins {
    display: block;
    line-height: 18px;
}
section.newarrivals-sections .productlisting .hfe-product-item .hfe-product-image {
    height: 315px;
    overflow: hidden;
}

section.newarrivals-sections .productlisting .hfe-product-item .hfe-product-image img {
    object-fit: cover;
}


section.newarrivals-sections .productlisting .hfe-product-item .hfe-product-content .hfe-product-title {
    margin: 0;
}

section.newarrivals-sections .productlisting .hfe-product-item .hfe-product-content .hfe-product-title h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

section.newarrivals-sections .productlisting .hfe-product-item .hfe-product-content .hfe-product-add-to-cart {
    margin-top: 10px;
}

section.newarrivals-sections .productlisting .hfe-product-item .hfe-product-content .hfe-product-add-to-cart a.button {
    border-radius: 50px;
}
section.newarrivals-sections .productlisting .hfe-product-item .hfe-product-content {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    flex-direction:initial !important;
}
section.newarrivals-sections .productlisting .hfe-product-item .hfe-product-content .hfe-product-price {
    max-width: 120px;
    width: 50%;
}

section.newarrivals-sections .productlisting .hfe-product-item .hfe-product-content .hfe-product-add-to-cart {
    width: 50%;
    max-width: 160px;
}

section.newarrivals-sections .productlisting .hfe-product-item .hfe-product-content .hfe-product-title {
    width: 100%;
}
section.newarrivals-sections .productlisting .hfe-product-item .hfe-product-content .hfe-product-price span.amount {
    font-size: 18px;
}

section.newarrivals-sections .productlisting .hfe-product-item .hfe-product-content .hfe-product-add-to-cart a.button {
    float: right;
        white-space: nowrap;
        font-size: 80%;
}
section.newarrivals-sections .productlisting .hfe-product-item .hfe-product-content {
    gap: 20px;
}

section.newarrivals-sections {
    position: relative;
}

section.newarrivals-sections.home_tcm_design:before {
    content:'';
    background:#000;
    opacity:.8
}

section.consultationsection .consultationformcol form.wpcf7-form ul.formsection {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

section.consultationsection .consultationformcol form.wpcf7-form ul.formsection li {list-style: none;padding: 10px;}

section.consultationsection .consultationformcol form.wpcf7-form ul.formsection li.halfform {
    width: 50%;
}

section.consultationsection .consultationformcol form.wpcf7-form ul.formsection li.fullform {
    width: 100%;
}

section.consultationsection .consultationformcol form.wpcf7-form ul.formsection li label {
    width: 100%;
}

section.consultationsection .consultationformcol form.wpcf7-form ul.formsection li p {
    margin: 0;
}

section.consultationsection .consultationformcol form.wpcf7-form ul.formsection li span.wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

section.consultationsection .consultationformcol form.wpcf7-form ul.formsection li textarea {
    height: 150px;
    padding: 10px;
}
header#masthead header.mainheader .header-search form {
    border: 1px solid #c88609;
    border-radius: 50px;
    background: #fff;
}

header#masthead header.mainheader .header-search form input {
    padding: 10px 20px;
}
header#masthead header.mainheader .header-search form button.hfe-search-submit {
    padding-left: 0;
    padding-right:25px;
}

header#masthead header.mainheader .header-search form button#clear-with-button {
    right: 60px !important;
}

section.hero-sections .elementor-swiper-button {
    background: #fff;
    width: 44px;
    height: 53px;
    display: grid;
    align-items: center;
    justify-content: center;
}
body.page.page-id-83.woocommerce-account main#content {max-width: 100%;border-top: 1px solid #f4e7c2;}

body.page.page-id-83.woocommerce-account main#content .page-header {
    background: #f4e7c2;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 25px 0px;
}

body.page.page-id-83.woocommerce-account main#content .page-header h1.entry-title {
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
}

body.page.page-id-83.woocommerce-account main#content .page-content {
    padding: 50px 0px;
}

body.page.page-id-83.woocommerce-account main#content .page-content .woocommerce {
    max-width: 1200px;
    margin: auto;
}

body.page.page-id-83.woocommerce-account main#content .page-content .woocommerce nav.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
}

body.page.page-id-83.woocommerce-account main#content .page-content .woocommerce nav.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    margin-bottom: 12px;
}

body.page.page-id-83.woocommerce-account main#content .page-content .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    background: #f4e7c2;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}

body.page.page-id-83.woocommerce-account main#content .page-content .woocommerce nav.woocommerce-MyAccount-navigation ul li:hover a, body.page.page-id-83.woocommerce-account main#content .page-content .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #c88609;
    color: #fff;
}
body.page.page-id-83.woocommerce-account main#content .page-content .woocommerce .woocommerce-MyAccount-content {
    background: #fff;
    padding: 25px;
    height: 100%;
    border: 1px solid #c88609;
}
body.page.page-id-83.woocommerce-account main#content .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-info {
    border: none;
    background: #f4e7c2;
}

body.page.page-id-83.woocommerce-account main#content .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-info a.woocommerce-Button, .woocommerce a.button, button.woocommerce-Button, button.button{
    background: #c88609;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
.woocommerce-info::before {
    color: #c88609;
}

button.woocommerce-Button, button.button, input#submit{
    background: #c88609 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
}

button.woocommerce-Button:hover, button.button:hover, input#submit:hover{
    background:#f4e7c2 !important;
    color:#000 !important;
}

body.page.page-id-83.woocommerce-account main#content .page-content .woocommerce .woocommerce-MyAccount-content form fieldset {
    margin-bottom: 20px;
}
body.page.page-id-83.woocommerce-account main#content .page-content .woocommerce .woocommerce-MyAccount-content form fieldset legend {
    text-transform: capitalize;
    padding: 0px 10px;
}
body.page.page-id-83.woocommerce-account main#content .page-content .woocommerce .woocommerce-MyAccount-content span#account_display_name_description {
    font-size: 13px;
}
.woocommerce a.button:hover{
    background:#000 !important;
    color:#fff !important;
}
body.page.page-id-83.woocommerce-account main#content .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses.addresses .woocommerce-Address h2 {
    text-transform: capitalize;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
}

body.page.page-id-83.woocommerce-account main#content .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses.addresses .woocommerce-Address a.edit {background: #c88609;float: left;margin-top: 5px;color: #fff;padding: 5px 15px;display: inline-block;text-decoration: none;font-size: 12px;text-transform: capitalize;font-weight: bold;margin: 10px 0px;}
body.page.page-id-83.woocommerce-account main#content .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses.addresses address {
    font-size: 12px;
}

body.page.page-id-81.woocommerce-cart main#content {max-width: 100%;border-top: 1px solid #f4e7c2;}

body.page.page-id-81.woocommerce-cart main#content .page-header {
    background: #f4e7c2;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 25px 0px;
}

body.page.page-id-81.woocommerce-cart main#content .page-header h1.entry-title {
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
}

body.page.page-id-81.woocommerce-cart main#content .page-content {
    padding: 50px 10px;
}

body.page.page-id-81.woocommerce-cart main#content .page-content .woocommerce {
    max-width: 1200px;
    margin: auto;
}
.alignwide{margin:0px !important;}
body.page.page-id-81.woocommerce-cart main#content .page-content .wp-block-product-new.wc-block-product-new ul.wc-block-grid__products {
    margin: 0px !important;
}
body.page.page-id-81.woocommerce-cart main#content .page-content .wc-block-grid.wp-block-woocommerce-product-new.wc-block-product-new {
    max-width: 1200px;
    margin:25px auto;
}

body.page.page-id-81.woocommerce-cart main#content .page-content .wp-block-product-new.wc-block-product-new ul.wc-block-grid__products li.wc-block-grid__product {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between !important;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #c88609;
    padding: 20px;
}

body.page.page-id-81.woocommerce-cart main#content .page-content .wp-block-product-new.wc-block-product-new ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image {
    margin: 0;
    width: 100%;
}

body.page.page-id-81.woocommerce-cart main#content .page-content .wp-block-product-new.wc-block-product-new ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image img {
    vertical-align: middle;
}

body.page.page-id-81.woocommerce-cart main#content .page-content .wp-block-product-new.wc-block-product-new ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title {
    font-size: 18px;
    color: #000;
    margin: 20px 0px;
}

body.page.page-id-81.woocommerce-cart main#content .page-content .wp-block-product-new.wc-block-product-new ul.wc-block-grid__products li.wc-block-grid__product a {
    text-decoration: none;
}

body.page.page-id-81.woocommerce-cart main#content .page-content .wp-block-product-new.wc-block-product-new ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price.price {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

body.page.page-id-81.woocommerce-cart main#content .page-content .wp-block-product-new.wc-block-product-new ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button {
    margin: 0;
}

body.page.page-id-81.woocommerce-cart main#content .page-content .wp-block-product-new.wc-block-product-new ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price.price ins span.amount {
    font-size: 16px;
    font-weight: bold;
}

body.page.page-id-81.woocommerce-cart main#content .page-content .wp-block-product-new.wc-block-product-new ul.wc-block-grid__products li.wc-block-grid__product a.add_to_cart_button {
    background: #c88609;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

body.page.page-id-81.woocommerce-cart main#content .page-content .wp-block-product-new.wc-block-product-new ul.wc-block-grid__products {
    gap: 20px;
}

body.woocommerce main#main {
    max-width: 100% !important;
}

body.woocommerce main#main nav.woocommerce-breadcrumb {
    display: none;
}

body.woocommerce main#main header.woocommerce-products-header {
    background: #f4e7c2;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 25px 0px;
}

body.woocommerce main#main p.woocommerce-result-count {
    display: none;
}

body.woocommerce main#main form.woocommerce-ordering {
    display: none;
}

body.woocommerce main#main ul.products {
    max-width: 1200px;
    margin: auto;
    padding: 50px 0px;
    display: flex;
    gap: 20px;
}

body.woocommerce main#main ul.products li.product {
    background: #fff;
    padding: 20px;
    margin: 0;
    border: 1px solid #c88609;
    border-radius: 10px;
}

body.woocommerce main#main ul.products li.product img {
    margin: 0;
    border-radius:10px;
}

body.woocommerce main#main ul.products li.product h2 {font-size: 18px;color: #000;line-height: 24px;padding: 0;margin: 15px 0px;}

body.woocommerce main#main ul.products li.product span.price {
    display: flex;
    flex-direction: column;
    color: #000;
}

body.woocommerce main#main ul.products li.product a {
    text-decoration: none;
}

body.woocommerce main#main ul.products li.product a.button {
    border-radius: 20px;
    font-size: 14px;
    padding: 10px 25px;
}
.woocommerce span.onsale{background:#c88609;}
.wapper-sections {
    padding: 50px 0px;
}

.wapper-sections .container {
    max-width: 1200px;
    margin: auto;
}
.wapper-sections .woocommerce-product-gallery {
    border-radius: 20px;
    overflow: hidden;
}

.wapper-sections .summary.entry-summary h1.product_title {
    font-size: 30px;
    font-weight: bold;
}

.wapper-sections .summary.entry-summary p.price {
    color: #000;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.wapper-sections .summary.entry-summary p.price del span.amount {
    font-size: 15px;
}

.wapper-sections .summary.entry-summary form.cart {
    display: flex;
}

.wapper-sections .summary.entry-summary form.cart .quantity input {
    border-radius: 35px;
    min-width: 100px;
    text-align: left;
}
.wapper-sections .summary.entry-summary form.cart button.button {
    border-radius: 50px;
    padding: 14px 35px;
}
.wapper-sections .woocommerce-tabs ul.tabs {
    margin: 0 !important;
    padding: 0px !important;
}

.wapper-sections .woocommerce-tabs ul.tabs li {
    margin: 0px !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
}

.wapper-sections .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.wapper-sections .woocommerce-tabs ul.tabs li::after {
    display: none;
}
.wapper-sections .woocommerce-tabs ul.tabs li a {
    padding: 0 !important;
    background: none;
    padding: 10px 30px !important;
    background: #c88609;
    border-radius: 10px 10px 0px 0px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
}

.wapper-sections .woocommerce-tabs ul.tabs li:hover a {
    background:#f4e7c2;
    color:#000 !important;
}


.wapper-sections .woocommerce-tabs ul.tabs::before {
    display: none !important;
}
.wapper-sections .woocommerce-Tabs-panel {
    border: 1px solid #c88609;
    border-radius: 0px 10px 10px 10px;
    padding: 35px !important;
    background:#fff;
}
.woocommerce-message {
    border-top-color: #f4e7c2;
    background: #f4e7c2;
}
.woocommerce-message::before {
    content: "\e015";
    color: #c88609;
}
body.page.page-id-81.woocommerce-cart main#content .page-content .wp-block-woocommerce-cart {
    max-width: 1200px;
    margin: auto !important;
}
body.page.page-id-81.woocommerce-cart main#content .page-content .wp-block-woocommerce-cart a.wp-element-button {
    background: #c88609;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
body.page.page-id-36 section.consultationsection form.wpcf7-form label {
    color: #fff;
}
section.consultationsection .consultationformcol form.wpcf7-form ul.formsection input.wpcf7-submit {
    background: #fff;
    color: #000;
    border: none;
}

.home section.consultationsection .consultationformcol form.wpcf7-form ul.formsection input.wpcf7-submit {
    background: #c88609;
    color: #fff;
    border: none;
}



.form-group.ppom-input-pillar_design .form-check-inline, .form-group.ppom-input-dome_style .form-check {
    font-size: 23px;
    /* border: 1px solid #c88609; */
    /* padding: 10px !important; */
    border-radius: 30px;
    margin-bottom: 10px;
    width: 32%;
    float: left;
    margin-right: 10px;
}


/* MAIN BOX */
.ppom-section-collapse{
    border:1px solid #ead8bd;
    border-radius:12px;
    padding:25px;
    background:#fff;
    margin-top:20px;
}

/* Heading */
.ppom-section-collapse:before{
    content:"CUSTOMIZE YOUR MANDIR";
    display:block;
    color:#c58a00;
    font-size:20px;
    font-weight:700;
    margin-bottom:25px;
}

/* Section spacing */


/* Label */
.ppom-field-wrapper .form-control-label{
    display:block;
    width:100%;
    font-size:16px;
    font-weight:600;
    color:#333;
    margin-bottom:12px;
}

/* Grid */
.ppom-field-wrapper .form-group{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

/* Card width */
.ppom-field-wrapper .form-check{
    width: calc(32% - 0px);
    margin:0 !important;
    padding-left: 0px;
}

/* Hide radio */
.ppom-field-wrapper input[type=radio],
.ppom-field-wrapper input[type=checkbox]{
    position:absolute;
    opacity:0;
}

/* Card */
.ppom-field-wrapper .form-check-label{
    width:100%;
    min-height:75px;
    border:1px solid #e5d6bf;
    border-radius:8px;
    padding:10px;
    background:#fff;
    cursor:pointer;

    display:flex !important;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    text-align:center;
    transition:.3s;
}

/* Hover */
.ppom-field-wrapper .form-check-label:hover{
    border-color:#d19a1d;
    box-shadow:0 3px 12px rgba(0,0,0,.06);
}

/* Selected */
.ppom-field-wrapper .form-check-label:has(input:checked){
    border:2px solid #d19a1d;
    background:#fffaf1;
}

/* Text */
.ppom-input-option-label{
    font-size: 11px;
    font-weight:500;
    color:#333;
    line-height:1.4;
}

/* Price */
.ppom-option-label-price{
    display:block;
    margin-top:5px;
    font-size:12px;
    color:#777;
}

/* Inputs */
.ppom-input,
.ppom-wrapper select{
    border:1px solid #e5d6bf !important;
    border-radius:8px !important;
    min-height:50px;
}

.woocommerce form .form-row{
    padding: 20px 16px;
}

.ppom-section-collapse:before{
    content:"CUSTOMIZE YOUR MANDIR";
    display:block;
    color:#c48808;
    font-size:20px;
    font-weight:700;
    margin-bottom:30px;
}

.product-main-wrapper .woocommerce-product-gallery  {
    position: sticky!important;
    top: 60px;
}

.product-main-wrapper {
    /* display: block; */
    float: left;
    width: 100%;
}


.wapper-sections .summary.entry-summary form.cart {
    display: flex;
    flex-direction: column;
}


table td, table th, .ppom-wrapper .table th, .ppom-wrapper .table td {
    border: 1px solid hsl(39.27deg 91.39% 40.98%);
    line-height: 1.5;
    padding: 15px;
    vertical-align: top;
}

.woocommerce div.product .product_title {
    text-transform: capitalize;
}
.woocommerce div.product{
    padding: 10px;
}

.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #c88609;
    color: #ffffff;
}


.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li{
    border-color: #c88609 ;
}

nav.woocommerce-pagination {
    padding-bottom: 50px;
}

body.woocommerce main#main ul.products {
  
    justify-content: left!important;
}

/******* Website Responsive **********/


@media(max-width:1600px){
section.newarrivals-sections {
    padding-left: 20px;
    padding-right: 20px;
}
section.newarrivals-sections .productlisting .hfe-product-item .hfe-product-content{gap:10px !important;}
section.newarrivals-sections .productlisting .hfe-product-item .hfe-product-content .hfe-product-add-to-cart {
    max-width: inherit;
    width: auto;
}
}

@media(max-width:1380px){
section.newarrivals-sections .productlisting .hfe-product-item .hfe-product-content .hfe-product-add-to-cart {
    margin: 0;
}
section.factory-icons-secetions {
    padding: 50px 20px;
}
section.factory-icons-secetions .factoryicons-listing .elementor-image-box-wrapper figure {
    height: 90px;
    display: ruby;
    align-items: center;
    justify-content: center;
}

section.factory-icons-secetions .e-con-inner {
    padding: 0;
}

section.article-section {
    padding: 50px 20px;
}

section.article-section .e-con-inner {
    padding: 0;
}
section.readyget-section {
    padding-left: 20px;
    padding-right: 20px;
}

section.consultationsection {
    padding: 50px 20px;
}

section.consultationsection .e-con-inner {
    padding: 0;
}
    
}

@media(max-width:1200px){

    header#masthead nav ul.hfe-nav-menu li a.hfe-menu-item {
    padding: 20px 10px;
    font-size: 12px !important;
}
header#masthead header.mainheader .header-logo {
    width: auto;
}
section.herobelow-section .herobelow-leftcol {
    display: none;
}

section.herobelow-section .herobelow-rightcol {
    display: none;
}

section.herobelow-section .herobelow-midelbox {
    margin: 0;
    border-radius: 0;
    width: 100%;
}
section.hero-sections img.swiper-slide-image {
    vertical-align: middle;
}
section.newarrivals-sections .productlisting .hfe-product-item .hfe-product-image{
    height:250px;
}
    header#masthead header.mainheader .e-con-inner {
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
}

header#masthead header.mainheader .mainheader-right {
    gap:20px;
}

header#masthead header.mainheader .mainheader-right-menu nav.hfe-dropdown-expandible {
    position: absolute;
}
div#page {
    overflow-x: hidden;
}
header#masthead header.mainheader .header-search {
    width: 40%;
}
header#masthead header.mainheader .mainheader-right {
    width: 35%;
}

  .ppom-field-wrapper .form-check{
        width:calc(25% - 8px);
    }

}

@media(max-width:768px){

        section.hero-sections img.swiper-slide-image {
        height: 500px;
        vertical-align: middle;
        object-fit: cover;
    }
    


    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  
    width: calc(48% - 0px);
    
}


   
header#masthead header.mainheader .e-con-inner {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 5px;
}

header#masthead header.mainheader .e-con-inner .header-search {
    width: calc(100% - 200px);
}

header#masthead header.mainheader .e-con-inner .mainheader-right {
    width: 100% !important;
    justify-content: space-between;
    border-top: 1px solid #c88609;
    padding-top: 20px;
    margin-top: 10px;
}
    section.newarrivals-sections .productlisting .hfe-product-item .hfe-product-image {
        height: inherit;
    }

section.factory-icons-secetions .factoryicons-listing {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

section.factory-icons-secetions .factoryicons-listing .elementor-widget-image-box {
    width: 45%;
}

    .ppom-field-wrapper .form-check{
        width:calc(50% - 8px);
    }

.product-main-wrapper .woocommerce-product-gallery
 {
    position: inherit;!important;
    top: 0px;
}
.wapper-sections {
    padding: 15px 0px;
}
.form-group.ppom-input-pillar_design .form-check-inline, .form-group.ppom-input-dome_style .form-check {
    font-size: 23px;
    /* border: 1px solid #c88609; */
    /* padding: 10px !important; */
    border-radius: 30px;
    margin-bottom: 10px;
    width: 48%;
    float: left;
    margin-right: 10px;
}

}

@media(max-width:592px){


        body.woocommerce main#main ul.products li.product {
        width: 47%;
    }



  
}

@media(max-width:479px){


        .product-main-wrapper .woocommerce-product-gallery {
        position: inherit;
        top: 0px;
    }



body.woocommerce main#main ul.products li.product{
    width: 100%;
}

    header#masthead header.mainheader .header-logo {
    width: 100% !important;
    text-align: center;
}

header#masthead header.mainheader .header-logo img {
    margin: auto;
}

header#masthead header.mainheader .header-logo .hfe-site-logo-set {
    text-align: center;
}

header#masthead header.mainheader .header-logo .hfe-site-logo-set .hfe-site-logo-container {
    text-align: center;
}

header#masthead header.mainheader .e-con-inner .header-search {
    width: 100%;
}

section.factory-icons-secetions .factoryicons-listing {
    display: block;
    text-align: center;
    width: 100%;
}

section.factory-icons-secetions .factoryicons-listing .elementor-widget-image-box {
    width: 100% !important;
    margin-bottom: 40px !important;
}
section.consultationsection .consultationformcol form.wpcf7-form ul.formsection li.halfform {
    width: 100% !important;
}

}

/* 30-6-26 */

body.woocommerce main#main ul.products{
    justify-content: center;
}

.post-banner {
    background-color: #F4E7C2;
    font-family: "Inter", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--e-global-color-text);
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.blog-page {
    padding: 50px 0px;
}

.blog-page .page-content p {
    font-weight: 400;
    font-size: 16px;
}

.post-banner p {
    margin-bottom: 0px;
}

/* ===== Product Description Tab ===== */

.woocommerce-Tabs-panel--description{
    background:#fff;
    border:1px solid #d89b15;
    border-radius:8px;
    padding:35px;
    margin-top:20px;
    box-shadow:0 5px 15px rgba(0,0,0,.05);
}

/* Headings */

.woocommerce-Tabs-panel--description h2{
    font-size:34px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;    
    font-family: "Inter", Sans-serif;
    font-weight: 500;
}

.woocommerce-Tabs-panel--description h3{
    font-size:24px;
    color:#d08b00;
    margin:35px 0 15px;
        font-family: "Inter", Sans-serif;
    font-weight: 500;
}

/* Paragraph */

.woocommerce-Tabs-panel--description p{
    font-size:16px;
    color: #1b1919;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
}

/* Table */

.woocommerce-Tabs-panel--description table{
    width:100%;
    border-collapse:collapse;
    margin:25px 0;

}

.woocommerce-Tabs-panel--description table th{
    background:#d08b00;
    color:#fff;
    padding:14px;
    font-weight:600;
    text-align:center;
}

.woocommerce-Tabs-panel--description table td{
    padding:14px;
    text-align:center;
    border:1px solid #ececec;
}

.woocommerce-Tabs-panel--description table tr:nth-child(even){
    background:#fafafa;
}

/* List */

.woocommerce-Tabs-panel--description ul{
    margin:15px 0 25px 0;
    padding:0;
    list-style:none;
}

.woocommerce-Tabs-panel--description ul li{
    position:relative;
    padding-left:28px;
    margin-bottom:12px;
    line-height:1.7;
    color: #1b1919;
}

.woocommerce-Tabs-panel--description ul li:before{
    content:"✔";
    position:absolute;
    left:0;
    top:0;
    color:#1ea64a;
    font-weight:bold;
}

p.important-div strong {
    background: #c8860959;
    display: inline-block;
    padding: 20px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
}

p.important-div {
    margin-top: 16px;
}

.search-page {
    padding: 100px 0px;
    text-align: center;
}

/* Strong */

.woocommerce-Tabs-panel--description strong{
    color:#222;
}

@media (max-width:1200px){
    body.woocommerce main#main ul.products {
        padding-left: 20px;
        padding-right: 20px;
    }

    body.page.page-id-83.woocommerce-account main#content .page-content {
        padding: 50px 10px;
    }

    .hfe-nav-menu-icon {
    padding: 0px;
}


}



/* Mobile */

@media(max-width:768px){


.woocommerce-Tabs-panel--description{
    padding:20px;
}

.woocommerce-Tabs-panel--description h2{
    font-size:28px;
}

.woocommerce-Tabs-panel--description h3{
    font-size:20px;
}

.woocommerce-Tabs-panel--description table{
    overflow-x:auto;
    white-space:nowrap;
}


.blog-page h1.entry-title, .search-page h1.entry-title {
    font-size: 26px;
    margin: 20px 0px;
    padding: 0px;
}

header#masthead header.mainheader .e-con-inner{
    padding: 0px;
}

body:not([class*=elementor-page-]) .site-main{
        padding-inline-end: 0px;
        padding-inline-start: 0px;
    }

    .search-page main#content {
    padding: 40px 10px;
    text-align: center;
}


}

@media(max-width:580px) {

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

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
    overflow: visible;
}

body.page-id-83 .blog-page, body.page-id-81 .blog-page{
    padding: 0px;
}

}


body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input,
textarea {
    user-select: text;
}
img {
    pointer-events: none;
    -webkit-user-drag: none;
    user-select: none;
}