/*
Theme Name: WebGo
Author: Webgo
Author URI: webgo.dev
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.rating_wrapper svg path {
	fill: #ffd700!important;
}

.product__wrapper .k-product-name {
	color: #170947;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 14px;
}

.k-h2 {
    font-size: 2rem;
    font-weight: 400;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.k-footer-h3 {
    font-size: 1.28571rem;
    font-weight: 400;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.form_get .filter_title {
    font-size: 1.28571rem;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.k-slider-hero-h2 {
	font-weight: 700;
    
	font-size: 2rem;
	margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	margin-bottom: 10px;
}

.promotion .title_section .k-h2,
.latest_view .title_section .k-h2 {
    padding-left: 70px;
}

.miss .selected_product .product__wrapper .k-product-name {
	font-size: 20px;
    margin-bottom: 0px;
}

.k-home-h1 {
    text-align: center;
}

.k-home-h1 h1 {
    margin: 3rem 0;
}

@media only screen and (max-width:1370px) { 
	.promotion .title_section .k-h2,
	.latest_view .title_section .k-h2 {
		padding-left: 0px;
	}
}

@media only screen and (max-width:1030px) { 
	.miss .selected_product .product__wrapper .k-product-name {
		font-size: 18px;
	}
}

@media only screen and (max-width:720px) { 
	.k-slider-hero-h2 {
		margin-top: 0px;
	}
}

@media only screen and (max-width:568px) { 
	.k-slider-hero-h2,
	.k-h2 {
		font-size: 23px;
	}
}

