/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com
Description: Child theme for Hello Elementor
Author: Elementor Team
Template: hello-elementor
Version: 1.0.0
*/

/* Add your custom CSS below */

.woocommerce-notices-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto !important;
    padding: 0 15px;
}

.woocommerce-message {
   border-radius: 8px;
    margin-top: 94px;
    margin-bottom: 0;
    padding: 15px 20px;
    background: #f8f8f8;
    border-left: 4px solid #cbaa5a ! IMPORTANT;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
    left: 3px !important;
}
.woocommerce-message {
    border-top-color: #cbaa5a;
}

@media (max-width: 768px) {
    .woocommerce-message {
        margin-top: 30px;
    }
}

@media (max-width: 425px) {
    .woocommerce-message {
        margin-top: 20px;
    }
}


/* Address Section Wrapper */
.woocommerce-columns.addresses {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}


.woocommerce-columns.addresses .woocommerce-column {
    flex: 1 !important;
    background: #ffffff !important;
    padding: 25px !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05) !important;
    border: 1px solid #f0f0f0 !important;
}

.woocommerce .woocommerce-customer-details address
 {
    font-style: normal !important;
    margin-bottom: 0 !important;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 2px ! IMPORTANT;
    border-right-width: 2px ! IMPORTANT;
    text-align: left;
    width: 100%;
    border-radius: 5px !important;
    padding: 6px 12px !important;
    box-sizing: border-box ! IMPORTANT;
}


.woocommerce-account .u-column2.col-2 {
    background: none !important;
}
.woocommerce-column__title {
    font-size: 20px !important;
    margin-bottom: 15px !important;
    color: #c5a253 !important;
    font-weight: 600 !important;
}


.woocommerce-columns address {
    font-style: normal !important ;
    line-height: 1.7 !important;
    color: #333 !important;
}


.woocommerce-orders-table {
    width: 100% !important;
    border-collapse: collapse !important;
    background: #fff !important;
}


.woocommerce-orders-table thead th {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    padding: 12px !important;
    text-align: left !important;
    font-weight: 600 !important;
}


.woocommerce-orders-table th,
.woocommerce-orders-table td {
    padding: 12px !important;
    border-top: 1px solid #dee2e6 !important;
}


.woocommerce-orders-table tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05) !important;
}


.woocommerce-orders-table tbody tr:hover {
    background-color: rgba(0,0,0,.075) !important;
}

.woocommerce-orders-table tbody tr {
    border-radius: 0 !important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content {

    padding: 0px 20px !important;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper {
    padding: var(--sections-padding, 0px 30px 3px 30px) !important;
}

/
.u-columns.woocommerce-Addresses {
    display: flex !important;
    gap: 30px !important;
    margin-top: 40px !important;
}


.u-columns.woocommerce-Addresses .woocommerce-Address {
    flex: 1 !important;
    background: #ffffff !important;
    padding: 20px 20px 20px 20px !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05) !important;
    border: 1px solid #f0f0f0 !important;
}


.u-columns.woocommerce-Addresses .woocommerce-Address-title h2 {
 font-size: 20px !important;
    margin-bottom: 15px !important;
    color: #c5a253 !important;
    font-weight: 600 !important;
	margin-bottom:0px !important;
   
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content h2:first-of-type {
    margin-top: 0px !important;
}



.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Address address, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Addresses  address {
    font-style: normal !important;
    margin-bottom: 0 !important;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 2px ! IMPORTANT;
    border-right-width: 2px ! IMPORTANT;
    text-align: left;
    width: 100%;
    border-radius: 5px !important;
    padding: 6px 12px !important;
    box-sizing: border-box ! IMPORTANT;
	margin-top: 40px !important;
}


header.woocommerce-Address-title.title a.edit {
    margin-left: 0px ! IMPORTANT;
}


/* buddy css */
.woocommerce-MyAccount-content .woocommerce-address-fields,.woocommerce-EditAccountForm {
  background-color: #f7f7f7 !important;
  border-radius: 0;
  padding: 20px !important;
}
.woocommerce-MyAccount-content .woocommerce-address-fields,.woocommerce-EditAccountForm label{
	margin-bottom:8px !important;
	font-weight:700 !important;
}
.woocommerce-MyAccount-content h2{
	margin-bottom:30px !important;
}
.woocommerce-page .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 30px !important;
}
.woocommerce-MyAccount-content .woocommerce-message{
	margin-top: 0 !important;
    margin-bottom: 20px !important;
}
.woocommerce-info{
	border-top-color: #cbaa5a;
}
.woocommerce-info::before {
    color: #cbaa5a;
}
.woocommerce-cart a.button.wc-backward{
	background: #cbaa5a;
	color:#fff;
    border-radius: 100px 100px 100px 100px;
    padding: 16px 48px 16px 48px;
}
.woocommerce-cart a.button.wc-backward:focus{
	outline:none !important;
	box-shadow:none !important;
}
.woocommerce-cart a.button.wc-backward:hover{
	background: #000;
	color:#fff;
}
.woocommerce-message a.button.wc-forward{
	background: #cbaa5a !important;
	color:#fff !important;
	border-radius: 100px 100px 100px 100px !important;
}
.woocommerce-message a.button.wc-forward:hover{
	background: #000 !important;
	color:#fff !important;
}
.woocommerce-message a.button.wc-forward:focus{
	outline:none !important;
	box-shadow:none !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
	border-top: 3px solid #cbaa5a;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message:focus{
	outline:none !important;
	box-shadow:none !important;
}
.elementor-widget-woocommerce-cart .woocommerce button.button:hover{
	border-color: #cbaa5a !important;
}
.e-checkout__column.e-checkout__column-start .col-1,.col-2{
	background-color: #f7f7f7 !important;
}
.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 30px !important;
}
.woocommerce-checkout .woocommerce-additional-fields{
	background-color: #f7f7f7 !important;
}
.woocommerce-checkout .e-checkout__column.e-checkout__column-start label{
	margin-bottom:8px !important;
	font-weight:700 !important;
}

.single-product .images img {
    object-fit: cover !important;
    height: 600px !important;
}
.single-product .thumbnail_image img{
	height:auto !important;
}
.single-product .elementor-widget-container .cfvsw-swatches-container .cfvsw-image-option{
	min-width: 50px !important;
    min-height: 50px !important;
}
.single-product .elementor-widget-container .cfvsw-swatches-container .cfvsw-label-option{
	color:#000; 
	border-color: #000 !important;
	font-weight:600 !important;
}
.single-product .elementor-widget-container .cfvsw-swatches-container .cfvsw-label-option:hover{
	color:#cbaa5a; 
	border-color: #cbaa5a ;
	background:transparent
}
.single-product .cfvsw-selected-swatch{
	color:#cbaa5a !important; 
	border-color: #cbaa5a !important;
	background:transparent
}
.single-product table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th{
	background:transparent !important;
}
.single-product div.product form.cart .variations td, .woocommerce div.product form.cart .variations th{
	background:transparent !important;
}
.single-product .woocommerce-variation-price span.woocommerce-Price-amount.amount{
	margin-bottom: 35px !important;
    display: block;
    font-size: 28px;
    font-weight: 800;
}
.single-product .elementor-widget-container span.woocommerce-Price-amount.amount{
	font-size: 20px;
    font-weight: 800;
	color:#000;
}
:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity input {
    padding-left: 10px !important;
}
:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity input:hover{
	outline:none !important;
	box-shadow:none !important;
	border-color:#000 !important;
}
:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity input:focus{
	outline:none !important;
	box-shadow:none !important;
}
.single-product a.reset_variations{
	background: #cbaa5a;
    padding: 10px 26px;
    border-radius: 50px;
    color: #fff;
    font-size: 18px !important;
    margin-top: 18px;
    display: inline-block;
}
.single-product button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    display: inline-block !important;
    width: auto !important;
    flex-basis: auto !important;
    padding: 10px 40px;
}
.single-product .quantity{
	margin-right:10px !important; 
}
.single-product button.single_add_to_cart_button.button.alt{
	display: inline-block !important;
    width: auto !important;
    flex-basis: auto !important;
    padding: 10px 40px;
}
.single-product .slick-prev, .slick-next {
    display:none !important;
}
.variations.cfvsw-variation-disable-logic a.reset_variations {
    display: none !important;
}
/* .wpgs-for .slick-arrow::before, .wpgs-nav .slick-prev::before, .wpgs-nav .slick-next::before{
	color: #000000 !important;
    opacity: 1 !important;
    font-size: 22px !important;
    background: #cbaa5a;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 37px;
} */

.product_meta .posted_in {
    display: none !important;
}

.elementor-widget-container .widget {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}


.widget-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 8px;
}


.search-form {
    display: flex;
    gap: 8px;
}

.search-field {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.search-field:focus {
    outline: none;
    border-color: #000;
}


.search-submit {
    padding: 10px 16px;
    border: none;
    background: #000;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.search-submit:hover {
    background: #444;
}


.widget_recent_entries ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_recent_entries ul li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.widget_recent_entries ul li:last-child {
    border-bottom: none;
}


.widget_recent_entries ul li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: 0.3s;
}

.widget_recent_entries ul li a:hover {
    color: #CAA959;
}
.widget_categories ul li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    display: block;
    transition: 0.3s;
}

/* Hover Effect */
.widget_categories ul li a:hover {
        color: #CAA959;
    
}

table.variations.cfvsw-variation-disable-logic tbody {
    display: flex;
    flex-direction: column-reverse;
}
p {
    margin-bottom: 20px ! IMPORTANT;
}