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

.elementor-icon-wrapper{
    display: flex;
}

/* Home Page */

.productsection{
    padding-right: calc((100vw - 1440px) / 2) !important;
}
.productsectionhome{
    padding-left: calc((100vw - 1440px) / 2) !important;
}
.home-pro-loop-sec a.added_to_cart{
    background: #72725B;
    color: #FFF;
    width: stretch;
    padding: 7px !important;
    border-radius: 40px;
    font-family: var(--e-global-typography-6517681-font-family), Sans-serif;
    font-size: var(--e-global-typography-6517681-font-size);
    font-weight: var(--e-global-typography-6517681-font-weight);
    text-transform: var(--e-global-typography-6517681-text-transform);
    letter-spacing: var(--e-global-typography-6517681-letter-spacing);
}
.home-pro-loop-sec a.added_to_cart:hover{
    background: #000;
}
.herotitle{
    font-family: "Playfair Display SC", sans-serif;
    color: #fff;
}
.herotitletwo{
    font-family: "Instrument Serif";
    color: #000;
}
.insta-sec .gallery-item img{
    height: 300px;
    object-fit: cover;
}

/* Shop Page */

.product-fillter-sec .wpc-filter-header .wpc-filter-title {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 2px;
}
.product-fillter-sec a.wpc-filter-link{
    font-size: 25px;
    color: #365138;
}
.product-fillter-sec .wpc-term-count{
    display: none;
}
.product-fillter-sec .wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range{
    background-color: #365138;
}

/* Shop Details Page */

.prodetails-add-sec .cpiw_widget, .prodetails-add-sec .cpiw_inner{
    display: none !important;
}
.pincode-sec .cpiw_avaddate p, .pincode-sec .cpiw_avacod p {
    margin: 6px 0 0 0px;
}
.pro-gallery-sec #wpgs-gallery > div.spswiper:not(.thumbnailnavigation),
.pro-gallery-sec .gallery-navigation-carousel-wrapper:not(.vertical) {
    height: 694px !important;
    max-height: 694px !important;
    width: 100% !important;
}

.pro-gallery-sec #wpgs-gallery > div.spswiper:not(.thumbnailnavigation) .spswiper-wrapper,
.pro-gallery-sec .gallery-navigation-carousel-wrapper:not(.vertical) .spswiper-wrapper {
    width: 100% !important;
}

.pro-gallery-sec #wpgs-gallery > div.spswiper:not(.thumbnailnavigation) .spswiper-slide,
.pro-gallery-sec .gallery-navigation-carousel-wrapper:not(.vertical) .spswiper-slide {
    height: 694px !important;
    width: 100% !important;
}

.pro-gallery-sec #wpgs-gallery > div.spswiper:not(.thumbnailnavigation) .spswiper-slide img,
.pro-gallery-sec .gallery-navigation-carousel-wrapper:not(.vertical) .spswiper-slide img {
    height: 694px !important;
    width: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
    object-position: center top;
    display: block !important;
}

.pro-gallery-sec .gallery-navigation-carousel-wrapper.vertical,
.pro-gallery-sec .thumbnailnavigation {
    height: auto !important;
    max-height: none !important;
}
.pro-gallery-sec .gallery-navigation-carousel-wrapper.vertical .spswiper-slide,
.pro-gallery-sec .thumbnailnavigation .spswiper-slide {
    height: auto !important;
}
.pro-gallery-sec #wpgs-gallery .spswiper-slide,
.pro-gallery-sec #wpgs-gallery .spswiper-slide.spswiper-slide-next,
.pro-gallery-sec #wpgs-gallery .spswiper-slide.spswiper-slide-prev,
.pro-gallery-sec #wpgs-gallery .spswiper-slide.spswiper-slide-active {
    width: 100% !important;
    margin-right: 0 !important;
}
.pro-gallery-sec .wcgs-slider-image{
    width: 100%;
}
.pro-gallery-sec .sp_wgs-lightbox{
    display: none !important;
}
.price-pro-de .price{
    color: #000 !important;
}
.price-pro-de .price del{
    color: #000 !important;
    font-size: 22px !important;
}
.price-pro-de .woocommerce-Price-amount bdi{
    font-size: 22px !important;
}
.price-pro-de ins .woocommerce-Price-amount bdi{
    font-weight: 700 !important;
}
.prodetails-add-sec .label{
    background-color: transparent;
    padding: 15px 0 5px 0;
}
.prodetails-add-sec .woo-variation-items-wrapper{
    background-color: transparent;
    padding: 0;
}

/* Woocomerce Pages */

.checkout-page #place_order{
    padding: 15px !important;
    margin-top: 20px;
}
.account-page .woocommerce-info {
    border-top-color: #365138;
}
.woocommerce-info::before {
    color: #365138 !important;
}
.account-page a.button{
    color: #FFF !important;
    background-color: #365138;
    border-radius: 50px;
    padding: 15px 30px;
    transition: 0.2s;
}
.account-page a.button:hover{
    background-color: #000 !important;
}
.prodetails-sec .fa-brands::before{
    color: #000 !important;
}
.prodetails-sec .psfw-social-icons a{
    border: none;
}

/* =========================================
   Checkout / Order Received Page Styling
   Container class: .checkout-page
========================================= */

.checkout-page {
    max-width: 900px;
    margin: 40px auto;
    padding: 40px 50px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
    font-family: 'Poppins', sans-serif;
    color: #2b2b2b;
}

/* Thank you message */
.checkout-page .woocommerce-notice,
.checkout-page .woocommerce-thankyou-order-received {
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: green;
}

/* Order info row (Order Number, Date, Email, Total, Payment) */
.checkout-page ul.woocommerce-order-overview {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    list-style: none;
    padding: 20px 0;
    margin: 0 0 30px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.checkout-page ul.woocommerce-order-overview li {
    font-size: 13px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none !important;
    padding: 0 !important;
}

.checkout-page ul.woocommerce-order-overview li strong {
    display: block;
    font-size: 16px;
    color: #1a1a1a;
    text-transform: none;
    margin-top: 4px;
    font-weight: 600;
}

/* Cash on delivery note */
.checkout-page .woocommerce-notice--info,
.checkout-page p.payment-method-note {
    background: #fdf6ec;
    border-left: 4px solid #d8a94f;
    padding: 12px 18px;
    border-radius: 6px;
    font-size: 14px;
    color: #7a5c1e;
    margin-bottom: 30px;
}

/* Section headings: Order Details, Billing Address, Shipping Address */
.checkout-page h2 {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    font-weight: 500;
    color: #1a1a1a;
    margin: 40px 0 20px 0;
    position: relative;
}

.checkout-page h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #d8a94f;
    margin-top: 10px;
}

/* Order details table */
.checkout-page table.woocommerce-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.checkout-page table.woocommerce-table th {
    text-align: left;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #999;
    padding: 12px 0;
    border-bottom: 2px solid #eee;
}

.checkout-page table.woocommerce-table td {
    padding: 14px 0;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
}

.checkout-page table.woocommerce-table tfoot th,
.checkout-page table.woocommerce-table tfoot td {
    font-weight: 600;
    color: #1a1a1a;
}

.checkout-page table.woocommerce-table tfoot tr:last-child th,
.checkout-page table.woocommerce-table tfoot tr:last-child td {
    font-size: 18px;
    color: #b8873c;
    border-bottom: none;
}

/* Billing / Shipping address section layout */
.checkout-page .woocommerce-customer-details,
.checkout-page .customer-details-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
}

.checkout-page address,
.checkout-page .woocommerce-column__billing-address address,
.checkout-page .woocommerce-column__shipping-address address {
    flex: 1;
    min-width: 260px;
    background: #faf9f7;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px 24px;
    font-style: normal;
    line-height: 1.8;
    font-size: 14.5px;
    color: #444;
    transition: box-shadow 0.3s ease;
}

.checkout-page address:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.checkout-page address strong {
    display: block;
    font-size: 16px;
    color: #1a1a1a;
    margin-bottom: 8px;
}
.checkout-page td a.refund{
    color: #FFF !important;
}

/* Wishlist Page */

.pro-page-wishlist .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before{
    font-size: 25px !important;
}
.pro-page-wishlist{
    width: 36px;
    height: 36px;
}
.pro-page-wishlist .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
    margin-top: -9px !important;
    margin-left: -3px !important;
    top: 0% !important;
    left: 0% !important;
}
.archive-page-sec .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before{
    font-size: 30px !important;
}
.wishlist-main-page form{
    background-color: #e1e1d5;
    padding: 20px;
    border-radius: 20px;
}
.wishlist-main-page form th{
    color: #365138;
}
.wishlist-main-page form td a{
    color: #365138;
    font-weight: 600;
    transition: 0.5s;
}
.wishlist-main-page form td a:hover{
    color: #000;
}
.wishlist-main-page ins .woocommerce-Price-amount bdi{
    font-weight: 600;
}
.wishlist-main-page td button{
    background-color: #365138 !important;
    border-radius: 40px !important;
    color: #FFF !important;
    letter-spacing: 1px;
}
.wishlist-main-page #tinvwl_product_actions{
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0 !important;
}
.wishlist-main-page .woocommerce-info {
    border-top-color: #365138;
}
.wishlist-main-page .return-to-shop{
    margin-top: 20px;
}
.wishlist-main-page .return-to-shop a.button{
    background-color: #365138;
    color: #FFF ;
    border-radius: 50px;
    transition: 0.5s;
}
.wishlist-main-page .return-to-shop a.button:hover{
    background-color: #000;
}


/* Responsive */

@media (max-width: 1024px){
.productsection{
    padding-right: 20px !important;
}
.productsectionhome{
    padding-left: 20px !important;
}
.product-fillter-sec .wpc-filter-header .wpc-filter-title {
    font-size: 20px;
}
.product-fillter-sec a.wpc-filter-link{
    font-size: 20px;
}
.checkout-page {
    padding: 25px 20px;
    margin: 20px 15px;
}
.checkout-page ul.woocommerce-order-overview {
    flex-direction: column;
    gap: 12px;
}
.checkout-page h2 {
    font-size: 26px;
}
.checkout-page .woocommerce-customer-details,
.checkout-page .customer-details-wrapper {
    flex-direction: column;
}
.pro-page-wishlist .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
    margin-top: -7px !important;
    margin-left: -4px !important;
}
.pro-gallery-sec #wpgs-gallery > div.spswiper:not(.thumbnailnavigation),
.pro-gallery-sec .gallery-navigation-carousel-wrapper:not(.vertical) {
    height: 350px !important;
    max-height: 350px !important;
}
.pro-gallery-sec #wpgs-gallery > div.spswiper:not(.thumbnailnavigation) .spswiper-slide,
.pro-gallery-sec .gallery-navigation-carousel-wrapper:not(.vertical) .spswiper-slide {
    height: 350px !important;
}
.pro-gallery-sec #wpgs-gallery > div.spswiper:not(.thumbnailnavigation) .spswiper-slide img,
.pro-gallery-sec .gallery-navigation-carousel-wrapper:not(.vertical) .spswiper-slide img {
    height: 350px !important;
}
}
@media (max-width: 767px){
.product-fillter-sec ul.wpc-filters-ul-list{
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    row-gap: 0px;
}
.product-fillter-sec .wpc-filter-header .wpc-filter-title {
    justify-content: center;
}
.product-fillter-sec .wpc-filters-section {
    margin-bottom: 10px;
}
.product-fillter-sec .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: none;
}
.checkout-page .woocommerce-notice,
.checkout-page .woocommerce-thankyou-order-received {
    font-size: 18px;
}
.insta-sec .gallery-item img {
    height: 200px;
    object-position: top;
}
.insta-sec .elementor-widget-image-gallery{
    column-count: 2;
}
.prodetails-sec .psfw-social-wrap{
    justify-content: center;
}
.price-pro-de .price del{
    font-size: 20px !important;
}
.price-pro-de .woocommerce-Price-amount bdi{
    font-size: 20px !important;
}
.prodetails-add-sec .label {
    padding: 5px 0 5px 0;
    text-align: center !important;
}
.prodetails-add-sec .woo-variation-items-wrapper {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}
}