/**
* Theme Name: Goldsmith Child
* Theme URI:  http://ninetheme.com/
* Description: This is a child theme of Goldsmith.
* Author: <a href="http://ninetheme.com/about">Ninetheme</a>
* Author URI: http://ninetheme.com/about
* Template: goldsmith
* Version: 1.4.4
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tested up to: 6.5
* Requires PHP: 7.4
* Tags: custom-colors, custom-menu, editor-style, featured-images, post-formats, threaded-comments, translation-ready
* Copyright: ninetheme.com
*/

.goldsmith-widget-product-list-details {
display: flex;
margin-left: 15px;
flex-direction: column;
}

.nt-sidebar-inner-widget .goldsmith-widget-product-list-item a {
text-decoration: none;
position: relative;
display: flex;
}

.elementor-icon {
display: inline-flex !important;
}


element.style {
}
.goldsmith-product-type-2 .goldsmith-btn:not(.type-widget) {
    min-width: auto;
}
.goldsmith-product-type-2 .goldsmith-product-cart {
    position: absolute;
    width: 100%;
    bottom: 0;
    opacity: 0;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background: #b5903f;
}

.goldsmith-label {
    color: var(--goldsmith-light);
    background-color: #b5903f;
    height: 20px;
    padding: 0px 7px;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.4;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
	
.goldsmith-svg-icon {
    max-width: 24px;
    max-height: 24px;
    cursor: pointer;
    fill: #b5903f; 
}

.goldsmith-header-top-menu-area>ul>li.menu-item.active>a, .goldsmith-header-top-menu-area ul li .submenu>li.menu-item.active>a {
    color: #b5903f;
}

.goldsmith-header-top-menu-area>ul>li.menu-item>a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    padding: 0;
    margin-right: 20px;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
    font-family: 'Roboto Slab';
}

#nt-sidebar form .price_slider_amount .button {
    padding: 3px 15px;
    font-size: 12px;
    border-radius: 0px !important;
    text-transform: uppercase;
    font-weight: 400;
    min-width: inherit;
    background: #b5903f;
    min-height: auto;
    color: #fff;
}

span.nt-sidebar-widget-toggle {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #b5903f;
    border-radius: 30px;
    letter-spacing: -1px;
}

span.nt-sidebar-widget-toggle:before {
    content: '';
    width: 8px;
    height: 2px;
    background-color: #f6f7f7;
}

.woocommerce-page #respond input#submit, .woocommerce-page button.button, .woocommerce-page a.button, .woocommerce .button, .woocommerce #respond input#submit, .woocommerce button.button, .woocommerce a.button, .woocommerce .button {
    font-size: 14px;
    font-weight: 400;
    background-color: #b5903f;
    color: var(--goldsmith-light);
    padding: 0px 15px;
    min-height: 38px;
    min-width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: normal;
    letter-spacing: 0.3px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    background-image: none;
    outline: none;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    white-space: nowrap;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.label-border.goldsmith-label-dark, .goldsmith-btn-border.goldsmith-btn-dark {
    color: #b5903f;
    border-color: #b5903f;
}

.goldsmith-btn-border.goldsmith-btn-dark:hover {
    color: var(--goldsmith-light);
    background-color: #b5903f;
}
.goldsmith-single-product-stock .goldsmith-product-stock-progressbar {
    display: block;
    height: 8px;
    min-width: 1px;
    background: #b5903f;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    max-width: 100%;
}
	.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-variation-price .price, .goldsmith-price {
    color: #0e252c;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.goldsmith-product-bottom-popup-cart .goldsmith-product-bottom-details {
    display: flex;
    align-items: center;
    height: 100%;
    color: #0e252c;
    font-family: sans-serif;
}

.goldsmith-product-tab-title-item.active {
    color: #b5903f;
}

.goldsmith-product-tab-title-item.active::after {
    opacity: 1;
    background: #b5903f;
}
.goldsmith-btn-dark:hover {
    color: var(--goldsmith-light);
    background-color: #b5903f;
}
.goldsmith-label-dark.label-solid, .goldsmith-btn-dark {
    color: var(--goldsmith-light);
    background-color: #b5903f;
}

.woocommerce form .form-row label, .product-review-form label, .goldsmith-customer-billing-details .woocommerce-billing-fields .form-row label {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--goldsmith-dark);
    margin-bottom: 15px;
    line-height: 1;
    font-weight: 600;
}

ul#shipping_method li label {
    margin: 0;
    display: inline-flex;
    justify-content: space-between;
    color: #000;
}

.goldsmith-header-default .mobile-toggle, .goldsmith-header-default .top-action-btn {
    display: flex;
    color: #b5903f;
}

.goldsmith-summary-item.goldsmith-product-meta .goldsmith-meta-label {
    color: #b5903f;
    text-transform: capitalize;
    font-size: 15px;
}

.nd-viber-item {
    background-color: rgba(126, 73, 170, 0.08);
    border: 1px solid rgba(126, 73, 170, 0.25);
    border-radius: 6px;
    padding: 6px 8px;
    transition: background-color 0.2s ease;
}

.nd-viber-item:hover {
    background-color: rgba(126, 73, 170, 0.16);
}

.nd-product-extra-info .nd-info-ico {
    width: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #B5903F;
}