/*
Theme Name: Chibii
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.2
*/


.underline {
	text-decoration: underline;
    text-underline-offset: 4px;
}

.header-main {
    box-shadow: 0px 4px 30px rgba(0, 0, 0, .1);
}



/* Single product page CSS */

.before-add-to-cart-text__quantity {
	font-size: 14px;
	margin-bottom: -10px!important;
	margin-top: 10px!important;
}

.before-add-to-cart-text__free-shipping {
	text-align: center;
}

.star-rating span:before {
	color: #f2bb32;
}

.bullet-points-block {
	font-size: 14px;
}


.product-page-gallery-col-wrapper img {
	border-radius: 12px;
}

.product-thumbnails .is-nav-selected a, .product-thumbnails a:hover {
	border: none;
}

.single-product .ux-quantity__button {
	background: #FFF!important;
}

.single-product .quantity input[type=number] {
	box-shadow: none!important;
}

.woocommerce-product-rating {
	display: flex;
	align-items: center;
	gap: 8px;
}

.small-product-icons .box-image {
	width: 60px;
}

.small-product-icons {
	background: #FBF8FF;
	padding: 15px!important;
	margin-bottom: 20px;
	border-radius: 12px;
}

.small-product-icons .col {
	padding: 0;
}

.small-product-icons .box-text-inner {
	line-height: normal;
}

.small-product-icons .box-text {
	padding: 0;
}

.single_add_to_cart_button {
	background-color: #000!important;
	border-radius: 50px;
	padding: 10px;
	width: 100%;
}

.product-badge-block {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
	margin-bottom: 12px;
}

.product-badge {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	padding: 2px 12px;
	border-radius: 12px;
}


@media(min-width: 992px) {
	
	.product-page-gallery-col-wrapper {
		padding-right: 30px;
	}
	
}

@media screen and (max-width: 849px) {
    .product-page-gallery-col-wrapper {
        padding-bottom: 0;
    }
}
/* END Single product page CSS */
