/*
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
-------------------------------------------------------------- */


.woo-variation-swatches .variable-item:not(.radio-variable-item).selected {
	color: var(--text-color) !important;
	background-color: #ddd !important;
}

.price del {
    display: block;
    margin-bottom: 5px;
}

.price del::before {
    content: "RRP: ";
	
    text-decoration: none;
}

.price ins {
    display: block;
    margin-bottom: 5px;
}

.price ins::before {
    content: "Your Price: ";
    text-decoration: none;
}


.price ins {
    order: 1;
    display: block;
}

.price del {
    order: 2;
    display: block;
    margin-top: 5px;
	text-decoration: none;
}

.price ins::before {
    content: "Your Price: ";
}

.price del::before {
    content: "RRP: ";
}

.c-account__backward {
	text-decoration:         underline;
	text-underline-position: under;
	-webkit-text-decoration-color:   var(--text-color-light);
	        text-decoration-color:   var(--text-color-light);
}

.c-form label {
	padding-bottom: 12px;
	font-family: 'Montserrat', sans-serif;
	font-style:     normal;
	font-weight:    normal;
	font-size:      15px;
	line-height:    22px;
	letter-spacing: 0.02em;
	color:          var(--text-color-light);
	display:        block;
}

.c-header-search__input::-moz-placeholder {
	font-size:      20px;
	letter-spacing: 0.03em;
	color:          var(--text-color-med-light);
}

.c-header-search__input:-ms-input-placeholder {
	font-size:      20px;
	letter-spacing: 0.03em;
	color:          var(--text-color-med-light);
}

	.c-header__cell {
		display:     flex;
		flex-wrap:   wrap;
		align-items: center;
		margin:      0 -12.5px;
		padding:     20px 0px;
	}
	.c-header__cell--bottom-right {
		margin-top:  8px;
		align-items: flex-end;
		padding-bottom 20px;
	}

@media (max-width: 1189px) {
	.c-page-header__sub-cat {
		width:         100%;
		position:      relative;
		clear:         both;
		min-width:     320px;
		margin-top:    25px;
		margin-bottom: 30px;
		font-size:   12px;
	}
	
.c-page-header__top-row {
	font-weight:      normal;
	font-size:        12px;
	line-height:      17px;
	letter-spacing:   0.025em;
	text-transform:   var(--text-transform);
	color:            #000000;
	background-color: #ffffff;
}
	
.c-product--layout-2 .c-product__slider-item:first-child {
	flex:  0 0 auto;
	width: 100%;
	background-color: #f7f7f7;

}
	.c-product--layout-2 .c-product__slider-item:not(:first-child) {
	flex:             0 0 auto;
	width:            50%;
	padding-bottom:   calc(var(--image-product-prop) / 2);
	background-color: #f7f7f7;	
}
@media (min-width: 1190px) {
	.c-to-top-button--active:hover {
		opacity:          1;
		visibility:       visible;
		background-color: white;
		color:			  black;
		border:           1px solid black;
	}

}
	
.c-top-menu__item:hover {
		color: #767676;
}
.c-top-menu__subitem--has-children:hover > .c-top-menu__more-svg,
.c-top-menu__subitem--has-children:hover > a,
.c-top-menu__subitem--has-children:hover > .a,
.c-top-menu__submenu a:hover {
		color: #767676;
		text-decoration: underline;
		text-underline-position: under;

		
}
	
.c-sidebar .has-image .wc-block-review-list-item__info {
	-ms-grid-columns:      85px 1fr;
	grid-template-columns: 85px 1fr;
}
	
body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover,
body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover,
body.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item:focus {
	box-shadow:       0 0 0 1px var(--text-color);
	color:            #FFFFFF;
	background-color: #767676;
}
	
body.woo-variation-swatches .variable-items-wrapper.wvs-style-rounded .variable-item .variable-item-span::after {
	border-radius: 100%;
	background-color: red;
}



	

