.noPadding {
    padding-bottom: 0 !important;
}

.padding15 {
	padding-bottom: 15px !important;
}

/* css slider flatsome */
.flickity-prev-next-button {
    opacity: 1 !important;
}

#main svg.flickity-button-icon {
    background-color: #fff !important;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    padding: 10px;
	border-radius: 20px;
}

#main .flickity-prev-next-button .arrow, #main .slider-nav-circle .flickity-prev-next-button:hover svg {
    fill: unset !important;
    border-color: unset;
}

#main .slider-nav-light .flickity-prev-next-button svg, #main .slider-nav-circle .flickity-prev-next-button:hover .arrow {
    fill: #000 !important;
}

.slider-wrapper .flickity-page-dots .dot {
    border: 1px solid;
    width: 8px;
    height: 8px;
}


/* css product */
.product-small.box {
    background: #fff;
    box-shadow: 0 0 2px #fff;
    border-radius: 4px;
	box-shadow: 0 0 2px #cbcbcb;
    overflow: hidden;
}

.product-small.box:hover
 {
    box-shadow: 0 0 2px #cbcbcb;
}

.product-small.box .box-text.box-text-products {
    padding: 12px;
	text-align: left;
}

.product-small.box a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    color: #222;
    font-size: 14px;
}

p.name.product-title.woocommerce-loop-product__title {
    margin-bottom: 5px;
}

.product-small.box .price del .amount bdi {
    font-size: 15px;
    color: #222;
}

.product-small.box .price ins .amount bdi, .product-small.box .price .amount bdi {
    font-size: 18px;
    color: var(--primary-color)
}

.badge-container.absolute.left.top.z-1 {
    margin: 0 !important;
}

.badge-inner.is-small.new-bubble-auto {
    border-width: 1px;
    font-size: 12px;
    background-color: var(--primary-color);
    color: #fff !important;
	border-radius: 4px;
}

.badge.callout.badge-frame {
    height: 20px;
    width: 32px;
    margin: 0;
}

.time-order {
    margin-top: 14px;
    background: var(--primary-color);
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 2px;
}

/* css footer */
footer#footer {
    background: #F7F7F7;
}

.absolute-footer {
	background: #F7F7F7 !important;
}

.ct-foo p {
    font-size: 12px;
    margin-bottom: 8px;
    font-family: sans-serif;
}

.ct-foo p strong {
    color: #222;
}

.ct-foo p, .ct-foo p a {
    color: #222;
}

.ct-foo p:first-child {
    margin-bottom: 12px;
}

.ct-foo-map img {
    margin: 0 !important;
    width: 70px;
}

.copyright-footer {
    font-size: 12px;
    font-family: sans-serif;
    color: #222;
}

.ct-map {
    background: #fff;
    border-radius: 8px;
    padding: 4px;
    line-height: 0;
}

.vanchuyen p {
    font-size: 14px;
    margin-bottom: 4px;
}

footer#footer {
    background: #F6F6F6 url(https://theminibabies.com/wp-content/uploads/2025/11/bg_footer.webp) bottom center no-repeat;
}


















