/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.2.1748949247
Updated: 2025-06-03 11:14:07

*/
#main, #sidebar {
    float: none;
    clear: unset;
}
.dynamic_data {
    display: flex;
    align-items: center;
    gap: 10px;
}
.main-row {
    display: flex;
    width: 100%;
    gap: 20px;
    margin-top: 20px;
}
div.elementor a {
    text-decoration: none;
}

/* body.home{
    padding-top: 0px;
} */
.main-row .col-2 {
    width: 75%;
}

.main-row .col-1 {
    width: 25%;
}

div#dokan-banner-wrapper {
    display: none;
}

label[for="dokan_store_name"], input#dokan_store_name , #dokan-store-listing-filter-form-wrap, #dokan-store-listing-filter-wrap{
    display: none !important;
}

/* Homepage  */
.elementor-widget-n-tabs .e-n-tabs-heading {
    background: #f1f2f3;
    width: max-content;
	border-radius:10px;
}
.products_wrapper {
    display: flex;
    gap: 18px;
}
.product-grid .img-wrapper img {height: 300px;object-fit: contain;width: 100%;}
.product-grid {
    width: 33%;
}
.product-grid  .content {
    padding-left: 15px;
    padding-top: 15px;
}
.product-grid  .content p.artist {
    text-transform: uppercase;
    color: #000;
    font-family: "Work Sans", Sans-serif;
    letter-spacing: 4px;
    font-size: 13px;
    margin-bottom: 0;
}
.product-grid .content .title, .woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #000;
    font-family: "Work Sans", Sans-serif;
	font-weight: 500;
    letter-spacing: -2px;
    font-size: 28px;
    margin-top: 0;
    padding: 0;
}
.product-grid .content .price,.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{
    margin-top: 15px;
	color: #000;
    font-family: "Work Sans", Sans-serif;
    font-weight: 300;
    font-size: 20px;
}
body .wpc-filter-chips-list a, body div .wpc-filter-chips-list li.wpc-filter-chip a {
    border: none;
    border-radius: 6px;
    background: #FFD400;
    padding: 7px 25px;
    font-size: 16px;
}
body div .wpc-filter-chips-list li.wpc-chip-reset-all a {
    background: #E5E5E5;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: none;
    clear: unset;
}
.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
}
section.shop-header .row {
    display: flex;
    align-items: flex-end;
}
section.shop-header .col-6 {
    width: 50%;
}
section.shop-header {
    padding: 80px 0px 80px;
}
section.shop-header .col-6.right {width: 100%;}

section.shop-header .col-6 p {
    width: 140%;
    position: relative;
}
section.shop-header h1 {
    font-weight: 700;
    font-size: 50px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-right: 10px;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 32%;
}
.woocommerce ul.products li.product p.artist {
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px;
}
.woocommerce ul.products li.product p.artist span {
    background: #FFD400;
}
.woocommerce ul.products li.product .price ins {
    font-weight: 300;
    text-decoration: none;
}
.wpc-filter-visible-term-names {
    background: #E8E8E8;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 16px;
}

.widget-title.wpc-filter-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #0000001f;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
/* Hide native checkboxes */
.wpc-term-item-content-wrapper input[type="checkbox"] {
  display: none;
}

/* Style label with custom checkbox square */
.wpc-term-item-content-wrapper input[type="checkbox"] + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  color: #333;
}

/* Yellow box */
.wpc-term-item-content-wrapper input[type="checkbox"] + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #00000040;
}
.wpc-term-item-content-wrapper input[type="checkbox"]:checked + label::before{
    background:#FFD700;
    border-color:#FFD700;
}
.wpc-term-item-content-wrapper input[type="checkbox"]:checked + label a {
    color: #000;
}
.wpc-filters-main-wrap li.wpc-term-item a {
    color: #00000099;
}
.woocommerce ul.products li.product a img {
    height: 245px;
    object-fit: contain;
}
/* Black checkmark when checked */
.wpc-term-item-content-wrapper input[type="checkbox"]:checked + label::after {
  content: '✔';
  position: absolute;
  left: 4px;
  top: 2px;
  font-size: 16px;
  color: #000;
}
.filter-wrapper {background-color: #F3F1F1;padding: 17px 25px;border-radius: 6px;}

p.filter-heading {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 3px;
}
div.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range {
    background: #FFD400 !important;
    border-radius: 3px;
    height: 5px !important;
}
.bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}
.wpkqcg_qrcode {
    display: none;
}

.woocommerce div.product form.cart {
    margin-bottom: 0;
}

.woocommerce div.product form.cart div.quantity {
    display: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.wpkqcg_button {
    margin-top: 0px !important;
    background: transparent;
    font-size: 22px;
    font-weight: 300;
    color: #000;
    letter-spacing: 2px;
    padding-left: 0;
}
.woocommerce div.product form.cart .button {
    background-color: #FFD400;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    padding: 13px 30px;
    border-radius: 6px;
}
.title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-wrapper h1.product_title {
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 0;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .title-wrapper p.price {
    color: #000;
    font-size: 35px;
}
.product-custom-meta p {
    font-size: 18px;
    font-weight: 300;
}

.product-custom-meta p a {
    font-weight: 400;
    text-decoration: underline;
    color: #0066FF;
}
p.size-txt, p.tagged_as a {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    display: block;
}
.size-txt span, p.tagged_as, p.desc{
    display: block;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
}
li#tab-title-description, li#tab-title-reviews, div#tab-description, div#tab-reviews, ul.tabs.wc-tabs {
    display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: 4px;
}
section.related.products h2 {
    font-weight: 600;
    font-size: 36px;
    color: #000;
    padding-bottom: 0;
}
@media screen and (max-width:1024px){
    .product-grid .content .title {
    font-size: 26px;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 46%;
}
.main-row .col-1 {
    width: 40%;
}
.product-grid .content .title, .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 26px;
}
}


@media screen and (max-width:880px){
.product-grid {
    width: 49%;
}
.products_wrapper {
    flex-wrap: wrap;
    gap: 12px;
}
div.product-review-box {
    width: 440px;
}

.main-row .col-1,.main-row .col-2 {
    width: 50%;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 100%;
}
section.shop-header .col-6.right {
    width: 60%;
}
section.shop-header .col-6 p {
    width: 95%;
}
}

@media screen and (max-width:767px){
    .product-grid {
        width: 100%;
    }
    div.product-review-box {
        width: 100%;
        padding: 20px;
    }
    .author-detail-wrapper h4 {
        font-size: 18px;
    }
    section.shop-header {
        padding: 60px 0 30px;
    }

section.shop-header h1 {
    font-size: 36px;
}

section.shop-header .col-6 {
    width: 100%;
}

section.shop-header .row {
    flex-direction: column;
}

section.shop-header .col-6.right {
    width: 100%;
}

.main-row .col-1, .main-row .col-2 {
    width: 100%;
}

.main-row {
    flex-direction: column;
}
.title-wrapper,.bottom-wrapper {flex-direction: column;justify-content: left;align-items: baseline;}

section.related.products h2 {
    font-size: 28px;
}
.title-wrapper h1.product_title {
    font-size: 42px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .title-wrapper p.price {
    font-size: 28px;
}
}