/*
Theme Name: Child Theme
Theme URI: https://imanila.ph
Description: Child Theme for Elementor Woo
Author: Shaneh Leng | iManila
Template: hello-elementor
*/
:root {
    --brown: #A4836D;
    --dark: #424242;
    --gray: #adadad;
}

html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.img-full img {
    width: 100%;
}


/*Footer*/
.tm-footer p {
    margin: 0;
}


/*Home*/
.whats-new .ht-products .ht-product .ht-product-inner {
    border: none;
}
.whats-new .ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-label {
    display: none;
}
.whats-new .ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-title {
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 0.9rem;
    text-transform: uppercase;
    color: var(--dark);
}
.whats-new .ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price span del {
    text-decoration: none;
    display: none;
}
.whats-new .ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price ins {
    text-decoration: none;
}
.whats-new .ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price ins:before {
    content: 'from';
    display: inline-block;
    font-weight: 600;
    margin-right: 5px;
}
.whats-new .ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price span {
    font-family: 'Playfair Display';
    font-size: 0.9rem;
    color:var(--gray) !important;
    /* font-weight: 600; */
}

/*Home Blog Posts*/
.from-the-blog > .e-con-inner {
    background: rgba(247, 247, 249, 0.89);
    min-width: 500px;
    padding: 35px 25px;
}


/*Newsletter*/
.tnp-subscription {
    max-width: 450px !important;
    margin: 0 auto !important;
}
.tnp-subscription form {
    display: flex;
    width: 100%;
}
.tnp-subscription .tnp-field-email {
    width: 75%;
}
.tnp-subscription .tnp-field-button {
    width: 25%;
}
.tnp-subscription input[type=email] {
    background: #fff !important;
    border: 1px solid #dedede !important;
}
.tnp-subscription input[type=submit] {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Oswald;
    font-size: 14px !important;
    font-weight: 300 !important;
    width: 100% !important;
}
.tnp-subscription input[type=submit]:hover {
    background-color: var(--brown);
}
.tnp-subscription .tnp-field-email > label {
    display: none;
}
.tnp-subscription input[type=email], 
.tnp-subscription input[type=submit] {
    height: 50px !important;
    line-height: 50px;
}


/*Contact Us*/
.contact-form label {
    width: 100%;
}
.contact-form .wpcf7-form-control-wrap {
    margin-top: 5px;
}




/*** WOOCOMMRECE ***/
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: var(--brown);
    font-family: 'Oswald';
    font-weight: 300;
    text-transform: uppercase;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background-color: var(--dark);
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    background-color: var(--dark);
    color: #fff !important;
    border-radius: 0;
    font-weight: 300;
    text-transform: uppercase;
}



/*Shop Loop - Product Grid*/
.woocommerce .products ul, .woocommerce ul.products {
    text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
    font-size: 18px;
    color: var(--brown);
}
.woocommerce ul.products li.product .price {
    color: var(--brown);
}
.woocommerce ul.products li.product .price del {
    color: var(--dark);
}
.woocommerce ul.products li.product .star-rating {
    display: none;
}
.woocommerce ul.products li.product .onsale {
    padding: 0 15px;
    top: 0;
    right: 0;
    margin: 0;
}
.woocommerce ul.products li.product .button {
    border-style: solid;
    border-width: 1px;
    border-color: var(--dark);
    border-radius: 0;
    background-color: var(--dark);
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff; 
    padding: 15px 20px;
}
.woocommerce ul.products li.product .button:hover {
    background-color: transparent;
    color: var(--dark);
}


/*Single Product*/
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0 25px;
}
.woocommerce span.onsale {
    background-color: var(--brown);
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 300;
    top: 0;
    left: 0;
    padding: 5px 20px;
}
.elementor-844 .elementor-element.elementor-element-72574ea6 .wl-addto-cart[class*="wl-style-"] form.cart button, 
.elementor-844 .elementor-element.elementor-element-72574ea6 .wl-style-1 form.cart button {
    font-family: 'Oswald' !important;
    font-weight: 300 !important;
}
.woocommerce a.added_to_cart {
    display: block;
}

/*Related Products*/
.related.products h2 {
    text-transform: capitalize;
}


/*Cart*/
.woocommerce table.shop_table {
    font-size: 16px;
}
.woocommerce table.shop_table,
#add_payment_method .cart-collaterals .cart_totals table, 
.woocommerce-cart .cart-collaterals .cart_totals table, 
.woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: collapse;
}
.woocommerce table.shop_table th {
    font-weight: 300;
    text-transform: uppercase;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th,
table tbody tr:hover>td, table tbody tr:hover>th {
    background-color: transparent !important;
}
table td, table th {
    border: 1px solid hsl(24deg 23.21% 53.53% / 24%) !important;
}
table caption+thead tr:first-child td, 
table caption+thead tr:first-child th, 
table colgroup+thead tr:first-child td, 
table colgroup+thead tr:first-child th, 
table thead:first-child tr:first-child td {
    border-top: 0 !important;
}
.woocommerce-page .woocommerce input[type=date], 
.woocommerce-page .woocommerce input[type=email], 
.woocommerce-page .woocommerce input[type=number], 
.woocommerce-page .woocommerce input[type=password], 
.woocommerce-page .woocommerce input[type=search], 
.woocommerce-page .woocommerce input[type=tel], 
.woocommerce-page .woocommerce input[type=text], 
.woocommerce-page .woocommerce input[type=url], 
.woocommerce-page .woocommerce select, 
.woocommerce-page .woocommerce textarea {
    border: 1px solid #dadada !important;
    font-weight: 300;
}
.woocommerce form .form-row .select2-container {
    font-weight: 300;
}
.woocommerce-page .woocommerce input[type=date]:focus, 
.woocommerce-page .woocommerce input[type=email]:focus, 
.woocommerce-page .woocommerce input[type=number]:focus, 
.woocommerce-page .woocommerce input[type=password]:focus, 
.woocommerce-page .woocommerce input[type=search]:focus, 
.woocommerce-page .woocommerce input[type=tel]:focus, 
.woocommerce-page .woocommerce input[type=text]:focus, 
.woocommerce-page .woocommerce input[type=url]:focus, 
.woocommerce-page .woocommerce select:focus, 
.woocommerce-page .woocommerce textarea:focus {
    border: 1px solid var(--brown) !important;
}
.select2-container .select2-selection--single {
    height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
.woocommerce-page table.cart td.actions .input-text {
    width: 150px;
}
.woocommerce a.remove {
    color: #a4836d!important;
}
.woocommerce a.remove:hover {
    background-color: #a4836d!important;
}
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
    width: 65px;
}


/*Checkout*/
form.woocommerce-checkout h3,
.cart-collaterals h2,
.woocommerce-order-details__title {
    text-transform: capitalize;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    font-weight: 300;
    letter-spacing: 1;
    text-transform: uppercase;
    color: var(--dark);
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #fff;
    border: 1px dashed #a4836d;
}
.woocommerce-info::before {
    color: #a4836d;
}
.woocommerce table.shop_table thead th {
    background: #a4836d;
    color: #fff;
    font-size: 1.1rem;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: rgb(164 131 109 / 14%);
    border-radius: 0;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table tfoot th,
.woocommerce-cart .cart-collaterals .cart_totals table,
#add_payment_method #payment ul.payment_methods li, 
.woocommerce-cart #payment ul.payment_methods li, 
.woocommerce-checkout #payment ul.payment_methods li {
    color: var(--dark);
}


/*My Account*/
.woocommerce table.my_account_orders {
    font-size: 16px;
}
.woocommerce-MyAccount-navigation > ul {
    list-style-type: none;
}
.woocommerce-MyAccount-navigation > ul li {
    border: 1px solid #eee;
    padding: 15px 20px;
    margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation > ul li.is-active,
.woocommerce-MyAccount-navigation > ul li:hover {
    background-color: var(--brown);
}
.woocommerce-MyAccount-navigation > ul li.is-active a,
.woocommerce-MyAccount-navigation > ul li:hover a {
    color: #fff;
    display: block;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 0;
    padding: 40px 30px;
    border-radius: 0;
    background: rgb(164 131 109 / 16%);
}
#customer_login .woocommerce-form {
    min-height: 340px;
}



/*** MEDIA QUERIRES ***/
@media (max-width: 1024px) {
    .from-the-blog {
        position: relative !important;
        left: 0 !important;
    } 
    .from-the-blog > .e-con-inner {
        min-width: auto !important;
    }
}