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

.text-justify {
    text-align: justify !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 box product */
.product-small.box {
    border: 10px solid #f9f9f9;
}

.product-small.box .box-text {
    padding: 15px;
}

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


/* css footer */
.st-footer p, .st-footer a {
    font-size: 13px;
}

.st-footer .icon-box {
    align-items: center;
}

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

.ct-foo p {
    margin-bottom: 8px;
}

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

.label-hot.menu-item>a:after, .label-new.menu-item>a:after, .label-popular.menu-item>a:after, .label-sale.menu-item>a:after {
    padding: 4px 3px 2px !important;
}

.copyright-footer {
    font-size: 13px;
}


aside.widget.woocommerce.widget_product_categories {
    margin-bottom: 0;
}

.widget_product_categories>ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px solid #000;
}

.widget_product_categories>ul>li {
    border: none !important;
}

.widget_product_categories>ul>li {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
}

.widget_product_categories>ul>li>a {
	font-size: 14px;
    background: #f1f1f1;
    margin-bottom: 10px;
    padding: 6px 10px !important;
    border-radius: 50px;
}

.widget_product_categories>ul>li a:before {
    font-family: FontAwesome;
    content: "\f111";
    margin-right: 10px;
    font-size: 14px;
    color: #b6b6b6;
}

.widget_product_categories>ul>li.active>a {
    background: #000;
    color: #fff;
}

.yith-wcan-filters .yith-wcan-filter {
    margin-bottom: 15px !important;!i;!;
}

