/*
Theme Name: Goldish-Child
Theme URI: https://parkofideas.com/goldish/
Text Domain: goldish-child
Description: Jewelry Store WooCommerce Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0
Template: goldish
Author: parkofideas.com
Author URI: https://parkofideas.com
Tags: right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
a:hover{
color:#debb6a!important
}
.c-footer a:hover .elementor-icon-list-text{
color:#debb6a!important
}
.c-top-menu__item:hover > .c-top-menu__submenu {
    opacity: 1;
    visibility: visible;
    background: #fff!important;
}
.c-top-menu__item > .c-top-menu__submenu:after{
    width: 100%;
}
.c-catalog-ordering--desktop-filter {
display:none;
}
.c-product__atc-wrap .c-product__quantity {
	width:100%;
	border:none;
}
.c-product__atc-wrap .c-product__quantity input[type=number].c-product__quantity-value{
	    border: 1px solid #000;
	border-left:0;
	border-right:0;
}
.c-product__atc-wrap .c-product__quantity .c-product__quantity-plus{
	border: 1px solid #000;

    border-left: 0;
}
.c-product__atc-wrap .c-product__quantity .c-product__quantity-minus{
	border: 1px solid #000;

    border-right: 0;
}
.c-product--layout-1 .c-product__atc-wrap .button.buy-now {
	background:#222;
	color:#FFF;
}
.wrapper-gallery h3{
	font-size:20px;
	font-weight:bold;
	color:#000;
	margin-bottom:20px;
}
.gallery-payment{
	display: flex;
    flex-flow: row wrap;
	justify-content:space-between;
	width:100%;
}
.gallery-payment img{
	max-width:80px;
	padding:5px;
	border:1px solid #eee;
}
.gallery-payment img:not(:first-child){
	margin-left:10px;
}
.c-product--layout-1 .c-product__tabs-item-header, .c-product--layout-2 .c-product__tabs-item-header{
	background:#dbdbdb;
	padding:0 20px;
}
.c-product--layout-1 .c-product__tabs-item-header:hover, .c-product--layout-2 .c-product__tabs-item-header:hover{
	background:#debb6a;
	color:#FFF;
}
.c-product__tabs-item-link:hover i{
	color:#FFF;
}
.c-product--layout-1 .c-product__tabs-item-header:hover  i[class^="ip-"]:before{
	color:#FFF;
	opacity:1;
	
}
@media (max-width:1189px) and (min-width:768px) {
	.c-product--layout-1 .c-product__sub-col-1,.c-product--layout-1 .c-product__sub-col-2{
		width:100%!important;
		max-width:100% !important;
		flex:none !important;
		margin-left:0!important;
	}
	.c-product--layout-1 .c-product__sub-wrap{
		flex-wrap:wrap;
	}
}
@media (max-width:991px){
	
	.c-ip-banners--layout-1 .c-ip-banners__item, .c-ip-banners--layout-2 .c-ip-banners__item{
		margin:10px 0;
	}
	.c-header__logo{
		height:100% !important;
	}
	.gallery-payment img{
	max-width:100px;
	padding:5px;
	border:1px solid #eee;
}

}
@media (max-width:600px){
	.gallery-payment img{
	max-width:50px;
	padding:5px;
	border:1px solid #eee;
	}
	.woocommerce-variation-add-to-cart > *, .product-type-simple .c-product__atc-wrap form > *{
		justify-content:center;
	}
}