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


/* css box product */
.product-small.box .box-image {
    border-radius: 6px;
}


/* 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 san pham */
.product-small.box {}

.product-small.box .price-wrapper {
    padding-top: 10px;
}

.product-small.box .price ins bdi {
    color: red;
    font-weight: 400;
}

.product-small.box .box-text-products {
    padding: 10px 0;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    font-size: 13px;
    color: #222;
}


.custom-swatches-container {
    display: flex;
    flex: 1;
    gap: 10px;
    justify-content: space-between;
}

.custom-swatches.custom-swatches--colors {
    display: flex;
	flex-wrap: wrap;
}

.custom-swatches.custom-swatches--sizes {
    display: flex;
    gap: 4px;
    align-items: center;
	flex-wrap: wrap;
}

.custom-swatches-container {
    overflow: hidden;
    margin: 10px 0;
}

.custom-swatch--color {
    width: 24px;
    height: auto;
    cursor: pointer;
}

.custom-swatch.custom-swatch--size {
    width: 22px;
	height: auto;
	cursor: pointer;
}

.custom-swatch--color img {
    border: 2px solid transparent;
}

.custom-swatch--color.selected img {
    border-color: var(--fs-color-primary);
}

.custom-swatch--size {
    color: #222;
    font-size: 10px;
    padding: 1px 0px;
    border: 1px solid #000000bf;
    text-align: center;
}

.custom-swatch--size:hover {
    background: #f0f0f0;
}



/* css footer */
.ct-foo h4 {
    margin-bottom: 12px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

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

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

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

.footer-categories {
    list-style: none;
    display: grid;
    grid-template-columns: auto auto auto auto;
}

.footer-categories li {
    margin: 0 !important;
}

.footer-categories li a {
    font-size: 12px;
}

.footer-categories li a:hover, .ct-foo a:hover {
	text-decoration: underline;
}

h3.footer-cate-title {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.absolute-footer {
    border-top: 1px solid #cccccc21;
}

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

.footer-maps {
    line-height: 0;
    background: #fff;
    padding: 8px;
    border-radius: 10px;
    border: 1px solid #00000012;
}

.footer-secondary.pull-right {
    padding: 0;
}


