/**
* Theme Name: Goldsmith Child
* Description: This is a child theme of Goldsmith.
* Author: <a href="http://ninetheme.com/about">Ninetheme</a>
* Template: goldsmith
* Version: 1.0.7
*/

/* .goldsmith-product-gallery-main-slider .swiper-slide img, .goldsmith-product-gallery-main-image .swiper-slide img {
    width: 600px !important;
	height:600px !important;
} */
body{
	background:#fbfbfb !important;
}
.goldsmith-product-gallery-main-slider .swiper-slide img{
	width:100% !important;
}
.goldsmith-product-bottom-popup-cart{
	padding:5px !important;
}

.goldsmith-product-info-top {
	padding: 5px 15px !important;
}
.goldsmith-product-related {
    display: none;
}
.woocommerce-checkout header {
    display: none !important;
}
#pincheck_wrapper .pincheck_inner .button  {
    
	background:#4d4d4d !important;
}
.goldsmith-bg-black {
    color: var(--goldsmith-light);
    border-color: var(--goldsmith-dark);
    background-color: var(--goldsmith-dark);
    border-radius: 8px;
}
.column-goldsmith_wc_cat_hero{
	display:none !important;
}
#nt-sidebar form .price_slider_amount .button{
	border-radius: 8px !important;
}
.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{
	border-radius: 8px !important;
}
.goldsmith-checkout-footer-item.woocommerce-shipping-totals.shipping{
	display:none !important;
}

.res.res_success {
    color: #4d4d4d !important;
    margin-top: 2px !important;
}
.goldsmith-slide-link-wrapper{
	margin-top:30px;
}
@media (max-width: 767px)
.e-con.e-flex {
    --width: 100%!important;
    --flex-wrap: wrap;
}

.dealhide{
	display:none;
}

.in-stock{
	display:none !important;
}
.goldsmith-open-fixed-sidebar > span{
	display:none;
}
[data-name="search-cats"] {
  display:none !important;
}
.goldsmith-social-icons .noopener{
	margin-right: 4px !important;
}
.del bdi {
    text-decoration: line-through;
}
.woobt-before-text.woobt-text{
	color:#00a198 !important;
	font-size:18px !important;
}
.woocommerce-form.woocommerce-form-login.login, .woocommerce-form-register, .checkout_coupon.woocommerce-form-coupon {
    max-width: 450px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block !important;
}
.woocommerce-form-login-toggle, .woocommerce-form-coupon-toggle {
    background-color: var(--goldsmith-gray-soft);
    margin-bottom: 0;
    padding: 10px 20px;
    border: 1px solid var(--goldsmith-gray);
    max-width: 450px;
    display: none;
}
.badge-def, .goldsmith-discount{
	display:none !important;
}
.woocommerce-Price-amount{
	font-weight:600;
}
.del bdi{
	font-weight:400;
	font-size:14px;
}
.woocommerce-variation-price .price span.del>span, .goldsmith-price span.del>span {
    text-decoration: none !important;
    color: var(--goldsmith-dark-soft);
}
.goldsmith-product-labels{
	display:none !important;
}
.elementor-icon-list-items{
	list-style:none !important;
}
#size_chart{
	border:1px solid #060606;border-radius: 5px;padding:0px;position:fixed;left:40%;top:40%;display:none;background:#ffffff;
	z-index:1;
}
@media only screen and (max-width: 600px) {
  #size_chart{
	border:1px solid #060606;border-radius:5px;padding:0px;position:fixed;left:30px;top:40%;display:none;background:#ffffff;
	z-index:1;
	}
}