:root {
	--colorMain: #B22222;
}

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


/* css box product */
.product-small.box {
	background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
}

.product-small.box .box-text {
    border-top: 1px solid #ccc;
    padding: 10px;
    margin-top: 6px
}

/* css footer */
a#top-link {
    background-image: url(/wp-content/uploads/2024/10/top.png);
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    border: 0;
}

a#top-link i {
    display: none;
}

a#top-link:hover {
    background-color: var(--colorMain) !important;
}

.absolute-footer.dark.medium-text-center.text-center {
    border-top: 2px solid #F0B323;
}

