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

:root {

	--electron-primary: #FDDC56 !important;
	--electron-blue-dark: #28550E !important;
}

.electron-loop-product .product-inner .thumb-wrapper img,
.deals-product .thumb-wrapper img {
    height: 250px;
    object-fit: cover;
}

.electron-category-slide-item img {
	width: 90px;
    height: 90px;
    object-fit: cover;
}

.electron-category-item .electron-category-thumb img {
	width: 112px;
    height: 112px;
    object-fit: cover;
}

.electron-hint{
    background: var(--electron-secondary) !important;
}

.electron-hint:before {
	border-top-color: var(--electron-secondary) !important;
}